You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .travis.yml to ajust to new release cadence (#148)
Also change uri parser regexp due to uri gem change
From ruby/uri#107:
```
This pull-request switched URI::DEFAULT_PARSER to URI::RFC3986_Parser. And I added switch-back feature for URI::RFC2396_Parser.
URI.parser = URI::RFC2396_PARSER
```
Introduce check so that if the `URI::RFC2396_PARSER` constant is not defined (using an older URI lib) then fall back to using the default.
0 commit comments