public
Rubygem
Description: Tool for spidering websites/blogs to extract geodata.
Homepage: http://geospider.rubyforge.org
Clone URL: git://github.com/tomtaylor/geo-spider.git
Upping to 0.2.2.
tomtaylor (author)
Tue Oct 07 04:46:29 -0700 2008
commit  b6c27120ce58c166690efda543d1afac3a464d66
tree    1afdc47be853910658cc0239f82822b2d4c8b306
parent  aac3ab119843b4916ec0fa4559b4b4d2b7ac4897
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{geo-spider}
0
- s.version = "0.2.1"
0
+ s.version = "0.2.2"
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Tom Taylor"]
0
   s.date = %q{2008-09-30}
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module GeoSpider
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 2
0
- TINY = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.