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 version 0.2.1
tomtaylor (author)
Fri Oct 03 09:26:16 -0700 2008
commit  ec86019720644e5cac86bc3ffa50ecf9bbc81eca
tree    10af53cdf240591b2033986f16445615b0522b0e
parent  e27310ccb6a343dcaea2d2d5d99fac424964e325
...
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.0"
0
+ s.version = "0.2.1"
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 = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.