Marc Boquet

Results 2 issues of Marc Boquet

Would it be possible to release a new version with the changes in master? Our Gemfile points to the specific commit and it's a bit ugly 😄 Or, if you're...

new feature

Initializing it with a string causes `path` to be incorrect: ```ruby url = URI.parse('https://www.patreon.com/api/oauth2/token') req = Net::HTTP::Post.new(url.to_s) req.path # => "https://www.patreon.com/api/oauth2/token" ``` As opposed to ```ruby url = URI.parse('https://www.patreon.com/api/oauth2/token') req...