gcoder 0.8.0

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,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gcoder
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 8
8
+ - 0
9
+ version: 0.8.0
10
+ platform: ruby
11
+ authors:
12
+ - Carsten Nielsen
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-12-08 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: hashie
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ type: :runtime
32
+ version_requirements: *id001
33
+ description: Uses Google Geocoder API to geocode stuff and optionally caches the results somewhere
34
+ email:
35
+ - heycarsten@gmail.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files: []
41
+
42
+ files:
43
+ - .gitignore
44
+ - Gemfile
45
+ - LICENSE
46
+ - README.md
47
+ - Rakefile
48
+ - gcoder.gemspec
49
+ - lib/gcoder.rb
50
+ - lib/gcoder/geocoder.rb
51
+ - lib/gcoder/resolver.rb
52
+ - lib/gcoder/storage.rb
53
+ - lib/gcoder/version.rb
54
+ - spec/gcoder/geocoder_spec.rb
55
+ - spec/gcoder/resolver_spec.rb
56
+ - spec/gcoder/storage_spec.rb
57
+ - spec/gcoder_spec.rb
58
+ - spec/spec_helper.rb
59
+ - spec/support/requests.yml
60
+ - spec/support/requests/1.json
61
+ - spec/support/requests/2.json
62
+ - spec/support/requests/3.json
63
+ - spec/support/requests/4.json
64
+ - spec/support/requests/5.json
65
+ - spec/support/requests/6.json
66
+ has_rdoc: true
67
+ homepage: http://github.com/heycarsten/gcoder
68
+ licenses: []
69
+
70
+ post_install_message:
71
+ rdoc_options: []
72
+
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ none: false
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ segments:
81
+ - 0
82
+ version: "0"
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ segments:
89
+ - 1
90
+ - 3
91
+ - 6
92
+ version: 1.3.6
93
+ requirements: []
94
+
95
+ rubyforge_project: gcoder
96
+ rubygems_version: 1.3.7
97
+ signing_key:
98
+ specification_version: 3
99
+ summary: A nice library for geocoding stuff with Google Geocoder API
100
+ test_files:
101
+ - spec/gcoder/geocoder_spec.rb
102
+ - spec/gcoder/resolver_spec.rb
103
+ - spec/gcoder/storage_spec.rb
104
+ - spec/gcoder_spec.rb
105
+ - spec/spec_helper.rb
106
+ - spec/support/requests.yml
107
+ - spec/support/requests/1.json
108
+ - spec/support/requests/2.json
109
+ - spec/support/requests/3.json
110
+ - spec/support/requests/4.json
111
+ - spec/support/requests/5.json
112
+ - spec/support/requests/6.json