Sha256: 86494cd04b3b0a8a679855fb95012a6516821ea6f1b521fb3b23616213e525ea
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
=== 0.1.2 / 2009-03-28 * Added Ronin::Web::Proxy. * Added diagnostic messages to Ronin::Web::Spider. * Fixed Rack 0.9.1 compatibility bugs in Ronin::Web::Server. * Server#response now uses Rack::Response. * Ronin::Web::Server now uses a Rack::Request object instead of the standard env Hash. * Updated specs for Ronin::Web::Server. === 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.2 | History.txt |