rcrawl 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ end
18
18
 
19
19
  spec = Gem::Specification.new do |s|
20
20
  s.name = "rcrawl"
21
- s.version = "0.5.0"
21
+ s.version = "0.5.1"
22
22
  s.author = "Digital Duckies"
23
23
  s.email = "rcrawl@digitalduckies.net"
24
24
  s.homepage = "http://digitalduckies.net"
@@ -130,7 +130,7 @@ module Rcrawl
130
130
  # for later storage in database
131
131
  unless @raw_html.has_value?(document)
132
132
  print "."
133
- @raw_html[@document.base_uri] = document
133
+ @raw_html[@document.base_uri.to_s] = document
134
134
  end
135
135
 
136
136
  end
@@ -1,5 +1,5 @@
1
1
  module Rcrawl
2
2
  class Crawler
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rcrawl
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.0
7
- date: 2006-10-02 00:00:00 -05:00
6
+ version: 0.5.1
7
+ date: 2006-10-06 00:00:00 -05:00
8
8
  summary: A web crawler written in ruby
9
9
  require_paths:
10
10
  - lib