mechanize version 1.0.0 has been released! * <http://mechanize.rubyforge.org> * <http://github.com/tenderlove/mechanize/tree/master> The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: ### 1.0.0 * New Features: * An optional verb may be passed to Mechanize#get GH #26 * The WWW constant is deprecated. Switch to the top level constant Mechanize * SelectList#option_with and options_with for finding options * Bug Fixes: * Rescue errors from bogus encodings * 7bit content-encoding support. Thanks sporkmonger! GH #2 * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9 * meta redirects outside the head are not followed. GH #13 * Form submissions work with nil page encodings. GH #25 * Fixing default values with serialized cookies. GH #3 * Checkboxes and fields are sorted by page appearance before submitting. #11 -- Aaron Patterson http://tenderlovemaking.com/
I just tried to update, and didn''t see it. Has this been pushed up yet? On Sat, Feb 6, 2010 at 11:31 PM, Aaron Patterson <aaron at tenderlovemaking.com> wrote:> mechanize version 1.0.0 has been released! > > * <http://mechanize.rubyforge.org> > * <http://github.com/tenderlove/mechanize/tree/master> > > The Mechanize library is used for automating interaction with websites. > Mechanize automatically stores and sends cookies, follows redirects, > can follow links, and submit forms. Form fields can be populated and > submitted. Mechanize also keeps track of the sites that you have visited > as > a history. > > Changes: > > ### 1.0.0 > > * New Features: > > * An optional verb may be passed to Mechanize#get GH #26 > * The WWW constant is deprecated. Switch to the top level constant > Mechanize > * SelectList#option_with and options_with for finding options > > * Bug Fixes: > > * Rescue errors from bogus encodings > * 7bit content-encoding support. Thanks sporkmonger! GH #2 > * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9 > * meta redirects outside the head are not followed. GH #13 > * Form submissions work with nil page encodings. GH #25 > * Fixing default values with serialized cookies. GH #3 > * Checkboxes and fields are sorted by page appearance before submitting. > #11 > > -- > Aaron Patterson > http://tenderlovemaking.com/ > _______________________________________________ > Mechanize-users mailing list > Mechanize-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mechanize-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100208/465404aa/attachment.html>
On Mon, Feb 8, 2010 at 10:08 AM, Jeremy Woertink <jeremywoertink at gmail.com> wrote:> I just tried to update, and didn''t see it. Has this been pushed up yet?Ugh, looks like it didn''t get pushed. I pushed it now: http://gemcutter.org/gems/mechanize -- Aaron Patterson http://tenderlovemaking.com/
jeremywoertink at gmail.com
2010-Feb-08 22:46 UTC
[Mechanize-users] [ANN] mechanize 1.0.0 Released
Sweet! Thanks man :) On Feb 8, 2010, at 11:19 AM, Aaron Patterson <aaron.patterson at gmail.com> wrote:> On Mon, Feb 8, 2010 at 10:08 AM, Jeremy Woertink > <jeremywoertink at gmail.com> wrote: >> I just tried to update, and didn''t see it. Has this been pushed up >> yet? > > Ugh, looks like it didn''t get pushed. I pushed it now: > > http://gemcutter.org/gems/mechanize > > -- > Aaron Patterson > http://tenderlovemaking.com/ > _______________________________________________ > Mechanize-users mailing list > Mechanize-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mechanize-users