simple_geocode 0.6.2 → 0.6.3

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/Gemfile CHANGED
@@ -3,12 +3,13 @@ source "http://rubygems.org"
3
3
  # Example:
4
4
  # gem "activesupport", ">= 2.3.5"
5
5
 
6
- gem "sqlite3"
7
6
  gem "simple_cache_rs"
8
7
 
9
8
  # Add dependencies to develop your gem here.
10
9
  # Include everything needed to run rake, tests, features, etc.
11
10
  group :development do
11
+ gem "sqlite3"
12
+
12
13
  gem "bundler"
13
14
  gem "jeweler"
14
15
 
@@ -21,3 +22,6 @@ group :development do
21
22
  gem "ruby-debug19"
22
23
  end
23
24
 
25
+ group :test do
26
+ gem "sqlite3"
27
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "simple_geocode"
8
- s.version = "0.6.2"
8
+ s.version = "0.6.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["radiospiel"]
12
- s.date = "2013-04-01"
12
+ s.date = "2013-07-04"
13
13
  s.description = "Some basics that your application could benefit from."
14
14
  s.email = "eno@open-lab.org"
15
15
  s.extra_rdoc_files = [
@@ -33,15 +33,15 @@ Gem::Specification.new do |s|
33
33
  s.homepage = "http://github.com/radiospiel/simple_geocode"
34
34
  s.licenses = ["MIT"]
35
35
  s.require_paths = ["lib"]
36
- s.rubygems_version = "1.8.10"
36
+ s.rubygems_version = "1.8.25"
37
37
  s.summary = "Application base code"
38
38
 
39
39
  if s.respond_to? :specification_version then
40
40
  s.specification_version = 3
41
41
 
42
42
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
43
- s.add_runtime_dependency(%q<sqlite3>, [">= 0"])
44
43
  s.add_runtime_dependency(%q<simple_cache_rs>, [">= 0"])
44
+ s.add_development_dependency(%q<sqlite3>, [">= 0"])
45
45
  s.add_development_dependency(%q<bundler>, [">= 0"])
46
46
  s.add_development_dependency(%q<jeweler>, [">= 0"])
47
47
  s.add_development_dependency(%q<vcr>, [">= 0"])
@@ -50,8 +50,8 @@ Gem::Specification.new do |s|
50
50
  s.add_development_dependency(%q<simplecov>, [">= 0"])
51
51
  s.add_development_dependency(%q<ruby-debug19>, [">= 0"])
52
52
  else
53
- s.add_dependency(%q<sqlite3>, [">= 0"])
54
53
  s.add_dependency(%q<simple_cache_rs>, [">= 0"])
54
+ s.add_dependency(%q<sqlite3>, [">= 0"])
55
55
  s.add_dependency(%q<bundler>, [">= 0"])
56
56
  s.add_dependency(%q<jeweler>, [">= 0"])
57
57
  s.add_dependency(%q<vcr>, [">= 0"])
@@ -61,8 +61,8 @@ Gem::Specification.new do |s|
61
61
  s.add_dependency(%q<ruby-debug19>, [">= 0"])
62
62
  end
63
63
  else
64
- s.add_dependency(%q<sqlite3>, [">= 0"])
65
64
  s.add_dependency(%q<simple_cache_rs>, [">= 0"])
65
+ s.add_dependency(%q<sqlite3>, [">= 0"])
66
66
  s.add_dependency(%q<bundler>, [">= 0"])
67
67
  s.add_dependency(%q<jeweler>, [">= 0"])
68
68
  s.add_dependency(%q<vcr>, [">= 0"])
@@ -1,172 +1,140 @@
1
- ---
2
- http_interactions:
3
- - request:
1
+ ---
2
+ http_interactions:
3
+ - request:
4
4
  method: get
5
5
  uri: http://maps.googleapis.com/maps/api/geocode/json?address=Berlin&region=de&sensor=false
6
- body:
6
+ body:
7
7
  encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - ! '*/*'
12
- User-Agent:
8
+ string: ""
9
+ headers:
10
+ Accept:
11
+ - "*/*"
12
+ User-Agent:
13
13
  - Ruby
14
- response:
15
- status:
14
+ response:
15
+ status:
16
16
  code: 200
17
17
  message: OK
18
- headers:
19
- Content-Type:
20
- - !binary |-
21
- YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD1VVEYtOA==
22
- !binary "RGF0ZQ==":
23
- - !binary |-
24
- TW9uLCAwMSBBcHIgMjAxMyAxMToyMzoyNCBHTVQ=
25
- !binary "RXhwaXJlcw==":
26
- - !binary |-
27
- VHVlLCAwMiBBcHIgMjAxMyAxMToyMzoyNCBHTVQ=
28
- Cache-Control:
29
- - !binary |-
30
- cHVibGljLCBtYXgtYWdlPTg2NDAw
31
- !binary "VmFyeQ==":
32
- - !binary |-
33
- QWNjZXB0LUxhbmd1YWdl
34
- Access-Control-Allow-Origin:
35
- - !binary |-
36
- Kg==
37
- !binary "U2VydmVy":
38
- - !binary |-
39
- bWFmZQ==
40
- X-Xss-Protection:
41
- - !binary |-
42
- MTsgbW9kZT1ibG9jaw==
43
- X-Frame-Options:
44
- - !binary |-
45
- U0FNRU9SSUdJTg==
46
- Transfer-Encoding:
47
- - !binary |-
48
- Y2h1bmtlZA==
49
- body:
18
+ headers:
19
+ Content-Type:
20
+ - application/json; charset=UTF-8
21
+ Date:
22
+ - Thu, 04 Jul 2013 22:43:43 GMT
23
+ Expires:
24
+ - Fri, 05 Jul 2013 22:43:43 GMT
25
+ Cache-Control:
26
+ - public, max-age=86400
27
+ Vary:
28
+ - Accept-Language
29
+ Access-Control-Allow-Origin:
30
+ - "*"
31
+ Server:
32
+ - mafe
33
+ X-Xss-Protection:
34
+ - 1; mode=block
35
+ X-Frame-Options:
36
+ - SAMEORIGIN
37
+ Transfer-Encoding:
38
+ - chunked
39
+ body:
50
40
  encoding: US-ASCII
51
- string: ! "{\n \"results\" : [\n {\n \"address_components\" :
52
- [\n {\n \"long_name\" : \"Berlin\",\n \"short_name\"
53
- : \"Berlin\",\n \"types\" : [ \"locality\", \"political\" ]\n
54
- \ },\n {\n \"long_name\" : \"Berlin\",\n
55
- \ \"short_name\" : \"Berlin\",\n \"types\" : [
56
- \"administrative_area_level_1\", \"political\" ]\n },\n {\n
57
- \ \"long_name\" : \"Germany\",\n \"short_name\"
58
- : \"DE\",\n \"types\" : [ \"country\", \"political\" ]\n }\n
59
- \ ],\n \"formatted_address\" : \"Berlin, Germany\",\n \"geometry\"
60
- : {\n \"bounds\" : {\n \"northeast\" : {\n \"lat\"
61
- : 52.67545420,\n \"lng\" : 13.76111760\n },\n
62
- \ \"southwest\" : {\n \"lat\" : 52.33946479999999,\n
63
- \ \"lng\" : 13.0883460\n }\n },\n
64
- \ \"location\" : {\n \"lat\" : 52.5191710,\n \"lng\"
65
- : 13.40609120\n },\n \"location_type\" : \"APPROXIMATE\",\n
66
- \ \"viewport\" : {\n \"northeast\" : {\n \"lat\"
67
- : 52.67545420,\n \"lng\" : 13.76111760\n },\n
68
- \ \"southwest\" : {\n \"lat\" : 52.33946479999999,\n
69
- \ \"lng\" : 13.0883460\n }\n }\n
70
- \ },\n \"types\" : [ \"locality\", \"political\" ]\n }\n
71
- \ ],\n \"status\" : \"OK\"\n}\n"
41
+ string: |
42
+ {
43
+ "results" : [
44
+ {
45
+ "address_components" : [
46
+ {
47
+ "long_name" : "Berlin",
48
+ "short_name" : "Berlin",
49
+ "types" : [ "locality", "political" ]
50
+ },
51
+ {
52
+ "long_name" : "Berlin",
53
+ "short_name" : "Berlin",
54
+ "types" : [ "administrative_area_level_1", "political" ]
55
+ },
56
+ {
57
+ "long_name" : "Germany",
58
+ "short_name" : "DE",
59
+ "types" : [ "country", "political" ]
60
+ }
61
+ ],
62
+ "formatted_address" : "Berlin, Germany",
63
+ "geometry" : {
64
+ "bounds" : {
65
+ "northeast" : {
66
+ "lat" : 52.67545420,
67
+ "lng" : 13.76111760
68
+ },
69
+ "southwest" : {
70
+ "lat" : 52.33946479999999,
71
+ "lng" : 13.0883460
72
+ }
73
+ },
74
+ "location" : {
75
+ "lat" : 52.5191710,
76
+ "lng" : 13.40609120
77
+ },
78
+ "location_type" : "APPROXIMATE",
79
+ "viewport" : {
80
+ "northeast" : {
81
+ "lat" : 52.67545420,
82
+ "lng" : 13.76111760
83
+ },
84
+ "southwest" : {
85
+ "lat" : 52.33946479999999,
86
+ "lng" : 13.0883460
87
+ }
88
+ }
89
+ },
90
+ "types" : [ "locality", "political" ]
91
+ }
92
+ ],
93
+ "status" : "OK"
94
+ }
95
+
72
96
  http_version:
73
- recorded_at: Mon, 01 Apr 2013 11:23:24 GMT
74
- - request:
97
+ recorded_at: Thu, 04 Jul 2013 22:43:43 GMT
98
+ - request:
75
99
  method: get
76
100
  uri: http://maps.googleapis.com/maps/api/geocode/json?address=10178%20Berlin,%20Rosenthaler%20Stra%C3%9Fe%2040/41&region=de&sensor=false
77
- body:
101
+ body:
78
102
  encoding: US-ASCII
79
- string: ''
80
- headers:
81
- Accept:
82
- - ! '*/*'
83
- User-Agent:
103
+ string: ""
104
+ headers:
105
+ Accept:
106
+ - "*/*"
107
+ User-Agent:
84
108
  - Ruby
85
- response:
86
- status:
109
+ response:
110
+ status:
87
111
  code: 200
88
- message: !binary |-
89
- T0s=
90
- headers:
91
- Content-Type:
92
- - !binary |-
93
- YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD1VVEYtOA==
94
- !binary "RGF0ZQ==":
95
- - !binary |-
96
- TW9uLCAwMSBBcHIgMjAxMyAxMToyMzoyNCBHTVQ=
97
- !binary "RXhwaXJlcw==":
98
- - !binary |-
99
- VHVlLCAwMiBBcHIgMjAxMyAxMToyMzoyNCBHTVQ=
100
- Cache-Control:
101
- - !binary |-
102
- cHVibGljLCBtYXgtYWdlPTg2NDAw
103
- !binary "VmFyeQ==":
104
- - !binary |-
105
- QWNjZXB0LUxhbmd1YWdl
106
- Access-Control-Allow-Origin:
107
- - !binary |-
108
- Kg==
109
- !binary "U2VydmVy":
110
- - !binary |-
111
- bWFmZQ==
112
- X-Xss-Protection:
113
- - !binary |-
114
- MTsgbW9kZT1ibG9jaw==
115
- X-Frame-Options:
116
- - !binary |-
117
- U0FNRU9SSUdJTg==
118
- Transfer-Encoding:
119
- - !binary |-
120
- Y2h1bmtlZA==
121
- body:
112
+ message: OK
113
+ headers:
114
+ Content-Type:
115
+ - application/json; charset=UTF-8
116
+ Date:
117
+ - Thu, 04 Jul 2013 22:43:43 GMT
118
+ Expires:
119
+ - Fri, 05 Jul 2013 22:43:43 GMT
120
+ Cache-Control:
121
+ - public, max-age=86400
122
+ Vary:
123
+ - Accept-Language
124
+ Access-Control-Allow-Origin:
125
+ - "*"
126
+ Server:
127
+ - mafe
128
+ X-Xss-Protection:
129
+ - 1; mode=block
130
+ X-Frame-Options:
131
+ - SAMEORIGIN
132
+ Transfer-Encoding:
133
+ - chunked
134
+ body:
122
135
  encoding: ASCII-8BIT
123
- string: !binary |-
124
- ewogICAicmVzdWx0cyIgOiBbCiAgICAgIHsKICAgICAgICAgImFkZHJlc3Nf
125
- Y29tcG9uZW50cyIgOiBbCiAgICAgICAgICAgIHsKICAgICAgICAgICAgICAg
126
- ImxvbmdfbmFtZSIgOiAiNDAiLAogICAgICAgICAgICAgICAic2hvcnRfbmFt
127
- ZSIgOiAiNDAiLAogICAgICAgICAgICAgICAidHlwZXMiIDogWyAic3RyZWV0
128
- X251bWJlciIgXQogICAgICAgICAgICB9LAogICAgICAgICAgICB7CiAgICAg
129
- ICAgICAgICAgICJsb25nX25hbWUiIDogIlJvc2VudGhhbGVyIFN0cmHDn2Ui
130
- LAogICAgICAgICAgICAgICAic2hvcnRfbmFtZSIgOiAiUm9zZW50aGFsZXIg
131
- U3RyYcOfZSIsCiAgICAgICAgICAgICAgICJ0eXBlcyIgOiBbICJyb3V0ZSIg
132
- XQogICAgICAgICAgICB9LAogICAgICAgICAgICB7CiAgICAgICAgICAgICAg
133
- ICJsb25nX25hbWUiIDogIk1pdHRlIiwKICAgICAgICAgICAgICAgInNob3J0
134
- X25hbWUiIDogIk1pdHRlIiwKICAgICAgICAgICAgICAgInR5cGVzIiA6IFsg
135
- InN1YmxvY2FsaXR5IiwgInBvbGl0aWNhbCIgXQogICAgICAgICAgICB9LAog
136
- ICAgICAgICAgICB7CiAgICAgICAgICAgICAgICJsb25nX25hbWUiIDogIk1p
137
- dHRlIiwKICAgICAgICAgICAgICAgInNob3J0X25hbWUiIDogIk1pdHRlIiwK
138
- ICAgICAgICAgICAgICAgInR5cGVzIiA6IFsgInN1YmxvY2FsaXR5IiwgInBv
139
- bGl0aWNhbCIgXQogICAgICAgICAgICB9LAogICAgICAgICAgICB7CiAgICAg
140
- ICAgICAgICAgICJsb25nX25hbWUiIDogIkJlcmxpbiIsCiAgICAgICAgICAg
141
- ICAgICJzaG9ydF9uYW1lIiA6ICJCZXJsaW4iLAogICAgICAgICAgICAgICAi
142
- dHlwZXMiIDogWyAibG9jYWxpdHkiLCAicG9saXRpY2FsIiBdCiAgICAgICAg
143
- ICAgIH0sCiAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgImxvbmdfbmFt
144
- ZSIgOiAiQmVybGluIiwKICAgICAgICAgICAgICAgInNob3J0X25hbWUiIDog
145
- IkJlcmxpbiIsCiAgICAgICAgICAgICAgICJ0eXBlcyIgOiBbICJhZG1pbmlz
146
- dHJhdGl2ZV9hcmVhX2xldmVsXzEiLCAicG9saXRpY2FsIiBdCiAgICAgICAg
147
- ICAgIH0sCiAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgImxvbmdfbmFt
148
- ZSIgOiAiR2VybWFueSIsCiAgICAgICAgICAgICAgICJzaG9ydF9uYW1lIiA6
149
- ICJERSIsCiAgICAgICAgICAgICAgICJ0eXBlcyIgOiBbICJjb3VudHJ5Iiwg
150
- InBvbGl0aWNhbCIgXQogICAgICAgICAgICB9LAogICAgICAgICAgICB7CiAg
151
- ICAgICAgICAgICAgICJsb25nX25hbWUiIDogIjEwMTc4IiwKICAgICAgICAg
152
- ICAgICAgInNob3J0X25hbWUiIDogIjEwMTc4IiwKICAgICAgICAgICAgICAg
153
- InR5cGVzIiA6IFsgInBvc3RhbF9jb2RlIiBdCiAgICAgICAgICAgIH0KICAg
154
- ICAgICAgXSwKICAgICAgICAgImZvcm1hdHRlZF9hZGRyZXNzIiA6ICJSb3Nl
155
- bnRoYWxlciBTdHJhw59lIDQwLCAxMDE3OCBCZXJsaW4sIEdlcm1hbnkiLAog
156
- ICAgICAgICAiZ2VvbWV0cnkiIDogewogICAgICAgICAgICAibG9jYXRpb24i
157
- IDogewogICAgICAgICAgICAgICAibGF0IiA6IDUyLjUyNDc4MCwKICAgICAg
158
- ICAgICAgICAgImxuZyIgOiAxMy40MDE3MTAKICAgICAgICAgICAgfSwKICAg
159
- ICAgICAgICAgImxvY2F0aW9uX3R5cGUiIDogIlJPT0ZUT1AiLAogICAgICAg
160
- ICAgICAidmlld3BvcnQiIDogewogICAgICAgICAgICAgICAibm9ydGhlYXN0
161
- IiA6IHsKICAgICAgICAgICAgICAgICAgImxhdCIgOiA1Mi41MjYxMjg5ODAy
162
- OTE1MCwKICAgICAgICAgICAgICAgICAgImxuZyIgOiAxMy40MDMwNTg5ODAy
163
- OTE1MAogICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAic291dGh3
164
- ZXN0IiA6IHsKICAgICAgICAgICAgICAgICAgImxhdCIgOiA1Mi41MjM0MzEw
165
- MTk3MDg1MCwKICAgICAgICAgICAgICAgICAgImxuZyIgOiAxMy40MDAzNjEw
166
- MTk3MDg1MAogICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAg
167
- ICAgfSwKICAgICAgICAgInBhcnRpYWxfbWF0Y2giIDogdHJ1ZSwKICAgICAg
168
- ICAgInR5cGVzIiA6IFsgInN0cmVldF9hZGRyZXNzIiBdCiAgICAgIH0KICAg
169
- XSwKICAgInN0YXR1cyIgOiAiT0siCn0K
136
+ string: "{\n \"results\" : [\n {\n \"address_components\" : [\n {\n \"long_name\" : \"40 -41\",\n \"short_name\" : \"40 -41\",\n \"types\" : [ \"street_number\" ]\n },\n {\n \"long_name\" : \"Rosenthaler Stra\xC3\x9Fe\",\n \"short_name\" : \"Rosenthaler Stra\xC3\x9Fe\",\n \"types\" : [ \"route\" ]\n },\n {\n \"long_name\" : \"Mitte\",\n \"short_name\" : \"Mitte\",\n \"types\" : [ \"sublocality\", \"political\" ]\n },\n {\n \"long_name\" : \"Berlin\",\n \"short_name\" : \"Berlin\",\n \"types\" : [ \"locality\", \"political\" ]\n },\n {\n \"long_name\" : \"Berlin\",\n \"short_name\" : \"Berlin\",\n \"types\" : [ \"administrative_area_level_1\", \"political\" ]\n },\n {\n \"long_name\" : \"Germany\",\n \"short_name\" : \"DE\",\n \"types\" : [ \"country\", \"political\" ]\n },\n {\n \"long_name\" : \"10178\",\n \"short_name\" : \"10178\",\n \"types\" : [ \"postal_code\" ]\n }\n ],\n \"formatted_address\" : \"Rosenthaler Stra\xC3\x9Fe 40 -41, 10178 Berlin, Germany\",\n \"geometry\" : {\n \"location\" : {\n \"lat\" : 52.52401310,\n \"lng\" : 13.40253590\n },\n \"location_type\" : \"ROOFTOP\",\n \"viewport\" : {\n \"northeast\" : {\n \"lat\" : 52.52536208029149,\n \"lng\" : 13.40388488029150\n },\n \"southwest\" : {\n \"lat\" : 52.52266411970849,\n \"lng\" : 13.40118691970850\n }\n }\n },\n \"types\" : [ \"street_address\" ]\n }\n ],\n \"status\" : \"OK\"\n\
137
+ }\n"
170
138
  http_version:
171
- recorded_at: Mon, 01 Apr 2013 11:23:24 GMT
139
+ recorded_at: Thu, 04 Jul 2013 22:43:43 GMT
172
140
  recorded_with: VCR 2.4.0
@@ -25,7 +25,7 @@ class GeocoderTest < Test::Unit::TestCase
25
25
  def test_utf8
26
26
  VCR.use_cassette "geocoder", :record => :new_episodes do
27
27
  s = '10178 Berlin, Rosenthaler Straße 40/41'
28
- expected = [52.52478, 13.40171]
28
+ expected = [52.5240131, 13.4025359]
29
29
  assert_equal(expected, SimpleGeocoder.latlng(s))
30
30
  end
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_geocode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-01 00:00:00.000000000 Z
12
+ date: 2013-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: sqlite3
16
- requirement: &70316979071320 !ruby/object:Gem::Requirement
15
+ name: simple_cache_rs
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,21 +21,31 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70316979071320
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  - !ruby/object:Gem::Dependency
26
- name: simple_cache_rs
27
- requirement: &70316979069780 !ruby/object:Gem::Requirement
31
+ name: sqlite3
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
31
36
  - !ruby/object:Gem::Version
32
37
  version: '0'
33
- type: :runtime
38
+ type: :development
34
39
  prerelease: false
35
- version_requirements: *70316979069780
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
36
46
  - !ruby/object:Gem::Dependency
37
47
  name: bundler
38
- requirement: &70316979067980 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
39
49
  none: false
40
50
  requirements:
41
51
  - - ! '>='
@@ -43,10 +53,15 @@ dependencies:
43
53
  version: '0'
44
54
  type: :development
45
55
  prerelease: false
46
- version_requirements: *70316979067980
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
47
62
  - !ruby/object:Gem::Dependency
48
63
  name: jeweler
49
- requirement: &70316979065860 !ruby/object:Gem::Requirement
64
+ requirement: !ruby/object:Gem::Requirement
50
65
  none: false
51
66
  requirements:
52
67
  - - ! '>='
@@ -54,10 +69,15 @@ dependencies:
54
69
  version: '0'
55
70
  type: :development
56
71
  prerelease: false
57
- version_requirements: *70316979065860
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
58
78
  - !ruby/object:Gem::Dependency
59
79
  name: vcr
60
- requirement: &70316979063700 !ruby/object:Gem::Requirement
80
+ requirement: !ruby/object:Gem::Requirement
61
81
  none: false
62
82
  requirements:
63
83
  - - ! '>='
@@ -65,10 +85,15 @@ dependencies:
65
85
  version: '0'
66
86
  type: :development
67
87
  prerelease: false
68
- version_requirements: *70316979063700
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
69
94
  - !ruby/object:Gem::Dependency
70
95
  name: webmock
71
- requirement: &70316979062480 !ruby/object:Gem::Requirement
96
+ requirement: !ruby/object:Gem::Requirement
72
97
  none: false
73
98
  requirements:
74
99
  - - ! '>='
@@ -76,10 +101,15 @@ dependencies:
76
101
  version: '0'
77
102
  type: :development
78
103
  prerelease: false
79
- version_requirements: *70316979062480
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
80
110
  - !ruby/object:Gem::Dependency
81
111
  name: psych
82
- requirement: &70316979060580 !ruby/object:Gem::Requirement
112
+ requirement: !ruby/object:Gem::Requirement
83
113
  none: false
84
114
  requirements:
85
115
  - - ! '>='
@@ -87,10 +117,15 @@ dependencies:
87
117
  version: '0'
88
118
  type: :development
89
119
  prerelease: false
90
- version_requirements: *70316979060580
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
91
126
  - !ruby/object:Gem::Dependency
92
127
  name: simplecov
93
- requirement: &70316979048840 !ruby/object:Gem::Requirement
128
+ requirement: !ruby/object:Gem::Requirement
94
129
  none: false
95
130
  requirements:
96
131
  - - ! '>='
@@ -98,10 +133,15 @@ dependencies:
98
133
  version: '0'
99
134
  type: :development
100
135
  prerelease: false
101
- version_requirements: *70316979048840
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
102
142
  - !ruby/object:Gem::Dependency
103
143
  name: ruby-debug19
104
- requirement: &70316979047360 !ruby/object:Gem::Requirement
144
+ requirement: !ruby/object:Gem::Requirement
105
145
  none: false
106
146
  requirements:
107
147
  - - ! '>='
@@ -109,7 +149,12 @@ dependencies:
109
149
  version: '0'
110
150
  type: :development
111
151
  prerelease: false
112
- version_requirements: *70316979047360
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ! '>='
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
113
158
  description: Some basics that your application could benefit from.
114
159
  email: eno@open-lab.org
115
160
  executables: []
@@ -145,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
190
  version: '0'
146
191
  segments:
147
192
  - 0
148
- hash: -4106444222728949097
193
+ hash: -4289951892261533881
149
194
  required_rubygems_version: !ruby/object:Gem::Requirement
150
195
  none: false
151
196
  requirements:
@@ -154,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
199
  version: '0'
155
200
  requirements: []
156
201
  rubyforge_project:
157
- rubygems_version: 1.8.10
202
+ rubygems_version: 1.8.25
158
203
  signing_key:
159
204
  specification_version: 3
160
205
  summary: Application base code