sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.

Home Page:https://www.rubydoc.info/gems/mechanize/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Published version (2.7.6) does not match the repo

alovak opened this issue · comments

Hey!

Guys, I have noticed that Mechanize 2.7.6 published on rubygems is missing (at least) this:

Mechanize#set_proxy accepts an HTTP URL/URI. (#513)

but https://github.com/sparklemotion/mechanize/blob/master/CHANGELOG.rdoc#276 clearly says it's in 2.7.6 version.

P.S. I checked it locally and checked gem file from rubygems.

Thanks for reporting, what makes you think this change is not present in 2.7.6?

The change was merged in f176027 and it seems OK to me:

>> Mechanize::VERSION
=> "2.7.6"
>> Mechanize.new.set_proxy URI("https://google.com"), 80
=> #<URI::HTTPS https://google.com:80>

My example above was from downloading the gem, so I'm wondering if there's a specific issue you're having that I can investigate? Can you give me some steps to reproduce the problem? Thanks!

@leejarvis unfortunately I don't remember what was the issue. I wish I would add more details on it...

Let's close the issue until I find what was the reason behind it

Thanks for response!