Sha256: 9f8bda37bd921ad0101e2eb2903f562f0de267b7760ffbae44d6e205adb773eb

Contents?: true

Size: 966 Bytes

Versions: 1

Compression:

Stored size: 966 Bytes

Contents

=== 0.1.2 / 2008-11-06

* Fixed a bug in Page#to_absolute where URLs with no path were not
  receiving a default path of <tt>/</tt>.
* Fixed a bug in Page#to_absolute where URL paths were not being
  expanded, in order to remove <tt>..</tt> and <tt>.</tt> directories.
* Fixed a bug where absolute URLs could have a blank path, thus causing
  Agent#get_page to crash when it performed the HTTP request.
* Added RSpec spec tests.
* Created a Web-Spider Obstacle Course
  (http://spidr.rubyforge.org/course/start.html) which is used in the spec
  tests.

=== 0.1.1 / 2008-10-04

* Added a reader method for the response instance variable in Page.
* Fixed a bug in Page#method_missing.

=== 0.1.0 / 2008-05-23

* Initial release.
 * Black-list or white-list URLs based upon:
  * Host name
  * Port number
  * Full link
  * URL extension
 * Provides call-backs for:
  * Every visited Page.
  * Every visited URL.
  * Every visited URL that matches a specified pattern.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spidr-0.1.2 History.txt