meeting_finder 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/lib/meeting_finder/meeting.rb +1 -2
- data/lib/meeting_finder/search.rb +1 -1
- data/lib/meeting_finder/version.rb +1 -1
- data/spec/meeting_finder_spec.rb +4 -4
- data/spec/vcr/find_by.yml +346 -671
- data/spec/vcr/find_by_zip.yml +183 -3029
- data/spec/vcr/find_lat_long.yml +5 -5
- metadata +3 -2
data/spec/vcr/find_lat_long.yml
CHANGED
@@ -21,9 +21,9 @@ http_interactions:
|
|
21
21
|
Content-Type:
|
22
22
|
- application/json; charset=UTF-8
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Sat, 22 Feb 2014 21:48:12 GMT
|
25
25
|
Expires:
|
26
|
-
-
|
26
|
+
- Sun, 23 Feb 2014 21:48:12 GMT
|
27
27
|
Cache-Control:
|
28
28
|
- public, max-age=86400
|
29
29
|
Vary:
|
@@ -68,8 +68,8 @@ http_interactions:
|
|
68
68
|
"types" : [ "locality", "political" ]
|
69
69
|
},
|
70
70
|
{
|
71
|
-
"long_name" : "Denver",
|
72
|
-
"short_name" : "Denver",
|
71
|
+
"long_name" : "Denver County",
|
72
|
+
"short_name" : "Denver County",
|
73
73
|
"types" : [ "administrative_area_level_2", "political" ]
|
74
74
|
},
|
75
75
|
{
|
@@ -113,5 +113,5 @@ http_interactions:
|
|
113
113
|
"status" : "OK"
|
114
114
|
}
|
115
115
|
http_version:
|
116
|
-
recorded_at:
|
116
|
+
recorded_at: Sat, 22 Feb 2014 21:48:14 GMT
|
117
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.1.
|
4
|
+
version: 0.1.2
|
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-
|
13
|
+
date: 2014-02-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -178,3 +178,4 @@ test_files:
|
|
178
178
|
- spec/vcr/find_by.yml
|
179
179
|
- spec/vcr/find_by_zip.yml
|
180
180
|
- spec/vcr/find_lat_long.yml
|
181
|
+
has_rdoc:
|