google-geo 2.0 → 2.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/README +5 -1
- metadata +42 -35
data/README
CHANGED
|
@@ -28,4 +28,8 @@ In the case of sufficiently vague queries, Google::Geo will return more than one
|
|
|
28
28
|
|
|
29
29
|
== Contributors
|
|
30
30
|
|
|
31
|
-
Seth Thomas Rasmussen - http://sethrasmussen.com - sethrasmussen@gmail.com
|
|
31
|
+
Seth Thomas Rasmussen - http://sethrasmussen.com - sethrasmussen@gmail.com
|
|
32
|
+
|
|
33
|
+
== License
|
|
34
|
+
|
|
35
|
+
See LICENSE file.
|
metadata
CHANGED
|
@@ -1,35 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.2
|
|
3
|
-
specification_version: 1
|
|
4
2
|
name: google-geo
|
|
5
3
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "2.
|
|
7
|
-
date: 2007-07-23 00:00:00 -07:00
|
|
8
|
-
summary: A simple, elegant library for getting geocoding information from Google Maps. Very much inspired by the google-geocode gem, but completely dependency free!
|
|
9
|
-
require_paths:
|
|
10
|
-
- lib
|
|
11
|
-
email:
|
|
12
|
-
homepage:
|
|
13
|
-
rubyforge_project:
|
|
14
|
-
description:
|
|
15
|
-
autorequire:
|
|
16
|
-
default_executable:
|
|
17
|
-
bindir: bin
|
|
18
|
-
has_rdoc: true
|
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.0.0
|
|
24
|
-
version:
|
|
4
|
+
version: "2.1"
|
|
25
5
|
platform: ruby
|
|
26
|
-
signing_key:
|
|
27
|
-
cert_chain:
|
|
28
|
-
post_install_message:
|
|
29
6
|
authors:
|
|
30
7
|
- |
|
|
31
8
|
|
|
32
9
|
|
|
10
|
+
autorequire:
|
|
11
|
+
bindir: bin
|
|
12
|
+
cert_chain: []
|
|
13
|
+
|
|
14
|
+
date: 2008-02-11 00:00:00 -08:00
|
|
15
|
+
default_executable:
|
|
16
|
+
dependencies: []
|
|
17
|
+
|
|
18
|
+
description:
|
|
19
|
+
email:
|
|
20
|
+
executables: []
|
|
21
|
+
|
|
22
|
+
extensions: []
|
|
23
|
+
|
|
24
|
+
extra_rdoc_files:
|
|
25
|
+
- README
|
|
26
|
+
- CHANGELOG
|
|
33
27
|
files:
|
|
34
28
|
- lib/google
|
|
35
29
|
- lib/google/geo.rb
|
|
@@ -103,18 +97,31 @@ files:
|
|
|
103
97
|
- vendor/mocha-0.4.0/test/test_helper.rb
|
|
104
98
|
- README
|
|
105
99
|
- CHANGELOG
|
|
106
|
-
|
|
107
|
-
|
|
100
|
+
has_rdoc: true
|
|
101
|
+
homepage:
|
|
102
|
+
post_install_message:
|
|
108
103
|
rdoc_options: []
|
|
109
104
|
|
|
110
|
-
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
105
|
+
require_paths:
|
|
106
|
+
- lib
|
|
107
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
|
+
requirements:
|
|
109
|
+
- - ">="
|
|
110
|
+
- !ruby/object:Gem::Version
|
|
111
|
+
version: "0"
|
|
112
|
+
version:
|
|
113
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: "0"
|
|
118
|
+
version:
|
|
117
119
|
requirements: []
|
|
118
120
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
+
rubyforge_project:
|
|
122
|
+
rubygems_version: 1.0.1
|
|
123
|
+
signing_key:
|
|
124
|
+
specification_version: 2
|
|
125
|
+
summary: A simple, elegant library for getting geocoding information from Google Maps. Very much inspired by the google-geocode gem, but completely dependency free!
|
|
126
|
+
test_files:
|
|
127
|
+
- test/geo_test.rb
|