Sha256: 99f6b89bd83e3ee3fa7a8755b1725d4fe69b6f8873e73b5dd3937758fb01874b

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

=== 0.1.1 / 2009-02-23

* Added a git style sub-command (<tt>ronin-web</tt>) which starts the Ronin
  console with <tt>ronin/web</tt> preloaded.
* Require Nokogiri >= 1.2.0.
* Require Ronin >= 0.2.1.
* Updated Ronin::Web::Server:
  * Properly catch load errors when attempting to load Mongrel.
  * Renamed Server#mount to Server#directory.
* Removed the last reference to Hpricot.
* Fixed a bug when loading the Nokogiri extensions with Nokogiri >= 1.2.0.
* Updated README.txt.

=== 0.1.0 / 2009-01-22

* Initial release.
  * Provides Web.html and Web.xml methods, which use Nokogiri::HTML and
    Nokogiri::XML respectively, to parse HTML and XML content.
  * Supports custom Proxy and User-Agent strings, through
    the Web.proxy and Web.user_agent methods respectively.
  * Provides Web.agent, Web.get and Weg.post methods which access
    WWW::Mechanize.
  * Integrates Spidr::Agent into Web::Spider.
  * Provides Web::Server, a customizable Rack web server that supports path
    and host-name routing.
    * Web::Server will use Mongrel, only if Mongrel is installed, otherwise
      WEBrick will be used.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-web-0.1.1 History.txt