artofmission-Geokit 1.0.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.
metadata ADDED
@@ -0,0 +1,97 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: artofmission-Geokit
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Bill Eisenhauer
8
+ autorequire: name
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-08 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: ""
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - init.rb
26
+ - install.rb
27
+ - about.yml
28
+ - MIT-LICENSE
29
+ - Rakefile
30
+ - README
31
+ - VERSION_HISTORY.TXT
32
+ - lib/geo_kit/acts_as_mappable.rb
33
+ - lib/geo_kit/defaults.rb
34
+ - lib/geo_kit/geocoders.rb
35
+ - lib/geo_kit/ip_geocode_lookup.rb
36
+ - lib/geo_kit/mappable.rb
37
+ - test/acts_as_mappable_test.rb
38
+ - test/base_geocoder_test.rb
39
+ - test/bounds_test.rb
40
+ - test/ca_geocoder_test.rb
41
+ - test/database.yml
42
+ - test/geoloc_test.rb
43
+ - test/google_geocoder_test.rb
44
+ - test/ip_geocode_lookup_test.rb
45
+ - test/ipgeocoder_test.rb
46
+ - test/latlng_test.rb
47
+ - test/multi_geocoder_test.rb
48
+ - test/schema.rb
49
+ - test/test_helper.rb
50
+ - test/us_geocoder_test.rb
51
+ - test/yahoo_geocoder_test.rb
52
+ - test/fixtures/companies.yml
53
+ - test/fixtures/custom_locations.yml
54
+ - test/fixtures/locations.yml
55
+ - test/fixtures/stores.yml
56
+ has_rdoc: true
57
+ homepage: http://geokit.rubyforge.org/
58
+ post_install_message:
59
+ rdoc_options: []
60
+
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ version:
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ requirements: []
76
+
77
+ rubyforge_project:
78
+ rubygems_version: 1.2.0
79
+ signing_key:
80
+ specification_version: 2
81
+ summary: Gem for building location-based apps.
82
+ test_files:
83
+ - test/acts_as_mappable_test.rb
84
+ - test/base_geocoder_test.rb
85
+ - test/bounds_test.rb
86
+ - test/ca_geocoder_test.rb
87
+ - test/database.yml
88
+ - test/geoloc_test.rb
89
+ - test/google_geocoder_test.rb
90
+ - test/ip_geocode_lookup_test.rb
91
+ - test/ipgeocoder_test.rb
92
+ - test/latlng_test.rb
93
+ - test/multi_geocoder_test.rb
94
+ - test/schema.rb
95
+ - test/test_helper.rb
96
+ - test/us_geocoder_test.rb
97
+ - test/yahoo_geocoder_test.rb