Issy Long 21da074346
Only 'verified' stanzas with 0 or >1 path components should end with "/"
Handle good things like:

```ruby
url "https://example.org/download",
    verified: "example.org/download" # This is fine.
```

And bad things like:

```ruby
url "https://example.org/",
    verified: "example.org" # This should end with a slash.
```
2023-04-02 22:26:23 +01:00
..
2023-03-30 03:29:06 +02:00
2023-03-19 22:31:00 +09:00
2023-03-09 17:07:08 -08:00
2023-03-14 11:46:38 -07:00
2023-03-30 03:29:06 +02:00
2023-03-30 03:29:06 +02:00
2023-03-30 03:29:06 +02:00
2023-03-11 17:27:53 -08:00
2023-03-17 20:35:17 +08:00
2023-03-07 09:08:54 -08:00
2023-03-22 19:43:49 -07:00
2023-03-14 14:49:34 -07:00
2023-03-14 23:01:09 -07:00