Sha256: ad04717c2f5bac3be2b04fe9f3f39e0634493192c3b6298d1d3c9e69b891287d
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
=== 0.1.3 / 2009-07-02 * Use Hoe >= 2.0.0. * Require spidr >= 0.1.9. * Require rack >= 1.0.0. * Require ronin >= 0.2.4. * Added Ronin::Web::Fingerprint. * Added Web.build_html. * Added Web.build_xml. * Allow Web.html to accept a block. * Allow Web.xml to accept a block. * Allow Server#return_file to accept a content_type option. * Make sure Ronin::Web::Server is thread safe. * Blocks passed to Server.new will not be instance_evaled. * Removed Spider#default_options. * Removed Server.run. * Removed Server#config. === 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.3 | History.txt |