meeting_finder 0.0.2 → 0.0.4

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.
@@ -2,17 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://maps.googleapis.com/maps/api/geocode/json?address=1100%20Fillmore%20StreetDenver,%20CO%2080206-3334&language=en&sensor=false
5
+ uri: https://maps.googleapis.com/maps/api/geocode/json?address=1100%20Fillmore%20StreetDenver,%20CO%2080206-3334&sensor=false
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
10
12
  Accept-Encoding:
11
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
14
  Accept:
13
15
  - '*/*'
14
- User-Agent:
15
- - Ruby
16
16
  response:
17
17
  status:
18
18
  code: 200
@@ -21,11 +21,13 @@ http_interactions:
21
21
  Content-Type:
22
22
  - application/json; charset=UTF-8
23
23
  Date:
24
- - Tue, 18 Feb 2014 21:16:25 GMT
24
+ - Wed, 19 Feb 2014 21:15:50 GMT
25
25
  Expires:
26
- - Wed, 19 Feb 2014 21:16:25 GMT
26
+ - Thu, 20 Feb 2014 21:15:50 GMT
27
27
  Cache-Control:
28
28
  - public, max-age=86400
29
+ Vary:
30
+ - Accept-Language
29
31
  Access-Control-Allow-Origin:
30
32
  - '*'
31
33
  Server:
@@ -35,7 +37,7 @@ http_interactions:
35
37
  X-Frame-Options:
36
38
  - SAMEORIGIN
37
39
  Alternate-Protocol:
38
- - 80:quic
40
+ - 443:quic
39
41
  Transfer-Encoding:
40
42
  - chunked
41
43
  body:
@@ -111,5 +113,5 @@ http_interactions:
111
113
  "status" : "OK"
112
114
  }
113
115
  http_version:
114
- recorded_at: Tue, 18 Feb 2014 21:16:25 GMT
116
+ recorded_at: Wed, 19 Feb 2014 21:15:50 GMT
115
117
  recorded_with: VCR 2.8.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meeting_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Lewis
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-02-18 00:00:00.000000000 Z
13
+ date: 2014-02-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -110,20 +110,6 @@ dependencies:
110
110
  - - '>='
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
- - !ruby/object:Gem::Dependency
114
- name: geocoder
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - '>='
118
- - !ruby/object:Gem::Version
119
- version: '0'
120
- type: :runtime
121
- prerelease: false
122
- version_requirements: !ruby/object:Gem::Requirement
123
- requirements:
124
- - - '>='
125
- - !ruby/object:Gem::Version
126
- version: '0'
127
113
  description: Gem to assist in searching for AA meetings at intherooms.com
128
114
  email:
129
115
  - bennlewis@gmail.com