scribe/spec
Edward Loveall fb51270f87
Fix article ID parsing bug
Since the article ID regular expression wasn't anchored to the end of
the URL, it would grab characters after a / or - that were hex
characters. For example /@user/bacon-123abc would just grab `bac`. Not
great.

This anchors the ID at the end of the string so that it will be more
likely to catch IDs.
2022-02-13 21:07:50 -05:00
..
classes Fix article ID parsing bug 2022-02-13 21:07:50 -05:00
components Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
flows Initial app 2021-05-01 17:03:38 -04:00
models Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
setup Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00
support Accept all known medium post path types 2021-10-03 16:45:20 -04:00
spec_helper.cr Initial app 2021-05-01 17:03:38 -04:00