Pr0d1r2-geokit 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Pr0d1r2-geokit
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.2
5
+ platform: ruby
6
+ authors:
7
+ - Andre Lewis and Bill Eisenhauer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-11 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Geokit Gem
17
+ email:
18
+ - andre@earthcode.com / bill_eisenhauer@yahoo.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - Manifest.txt
25
+ - README.markdown
26
+ files:
27
+ - Manifest.txt
28
+ - README.markdown
29
+ - Rakefile
30
+ - lib/geokit/geocoders.rb
31
+ - lib/geokit.rb
32
+ - lib/geokit/mappable.rb
33
+ - test/test_base_geocoder.rb
34
+ - test/test_bounds.rb
35
+ - test/test_ca_geocoder.rb
36
+ - test/test_geoloc.rb
37
+ - test/test_google_geocoder.rb
38
+ - test/test_latlng.rb
39
+ - test/test_multi_geocoder.rb
40
+ - test/test_us_geocoder.rb
41
+ - test/test_yahoo_geocoder.rb
42
+ has_rdoc: true
43
+ homepage: http://geokit.rubyforge.org
44
+ post_install_message:
45
+ rdoc_options:
46
+ - --main
47
+ - README.markdown
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ requirements: []
63
+
64
+ rubyforge_project: geokit
65
+ rubygems_version: 1.2.0
66
+ signing_key:
67
+ specification_version: 2
68
+ summary: none
69
+ test_files:
70
+ - test/test_base_geocoder.rb
71
+ - test/test_bounds.rb
72
+ - test/test_ca_geocoder.rb
73
+ - test/test_geoloc.rb
74
+ - test/test_geoplugin_geocoder.rb
75
+ - test/test_google_geocoder.rb
76
+ - test/test_google_reverse_geocoder.rb
77
+ - test/test_inflector.rb
78
+ - test/test_ipgeocoder.rb
79
+ - test/test_latlng.rb
80
+ - test/test_multi_geocoder.rb
81
+ - test/test_multi_ip_geocoder.rb
82
+ - test/test_us_geocoder.rb
83
+ - test/test_yahoo_geocoder.rb