locationator 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +72 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjVlZWFhM2ZhODEwNmQ3NDEzZDE4YTdlMTkwMDFlYTk4NjgyYjAxMw==
5
+ data.tar.gz: !binary |-
6
+ NTU4ZmI2OTVkMGI3YzVkM2RhZmNlZWE2YzRjMTVlOGI4NDc4MDMyYg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MTQ2Y2Y1YTU3MGY1ODgwZTY3NGMzNmM2MjU4NWJmNDg2Nzg3YWQyZjZlNmRl
10
+ Njc1Mzk4NTlhZjk2NjdmOGFlNzZhYzU5NGRiZWE5OTgxMGIxYWM2ZGY5OGJk
11
+ NmIwNGNjMGRhZWRiMzk2ZTQyOTQ5YzdhODFhZjk5MjE3NzBiMjY=
12
+ data.tar.gz: !binary |-
13
+ MmQ4NTUyMGE4NWM0Nzc4MjgwMmIyYjNmOTQ4NzA0NDI4ZTk4MWEyZTIxY2Qy
14
+ ZmUxOTkxODA0ZWRhYzk4YmQ1NGE3MDY2ZjAyN2FjZjhkMGRmOTUwNmU0ZWZl
15
+ Njk2OTk5MWQ5NjY4YzhmYTAxYzBlN2Y1Mzk4ZTFlYjVmZjVhNDc=
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: locationator
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Lawrence Davis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-06-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Get location information.
42
+ email:
43
+ - lawrence@lrdiv.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files: []
48
+ homepage: ''
49
+ licenses:
50
+ - MIT
51
+ metadata: {}
52
+ post_install_message:
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 2.0.3
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: Use Google's geocoding services to get information about any address.
72
+ test_files: []