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.
- checksums.yaml +4 -4
- data/lib/meeting_finder/search.rb +6 -4
- data/lib/meeting_finder/version.rb +1 -1
- data/meeting_finder.gemspec +0 -1
- data/spec/meeting_finder_spec.rb +7 -7
- data/spec/spec_helper.rb +3 -1
- data/spec/vcr/find_by.yml +240 -188
- data/spec/vcr/find_by_zip.yml +1473 -2468
- data/spec/vcr/find_lat_long.yml +9 -7
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 960ccc9b9ddcfb81249ca80a9e73546f021d7f33
|
4
|
+
data.tar.gz: c3abd23cf4f5e94ea65a725e816f2d1524fe51ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f194c326d030c4e80fd1b5c54db320e054b2f6472aec115e8a69cdb69357a4c92a0312e8942b46fa0d6109274d68dd0eed7c9302b8f349b6d2f8218f4123a61
|
7
|
+
data.tar.gz: d61aaad6b161564b055cafc1e68774ab44f47b259a627fd1cbf8a4c2855483a25846bb3d8afae089f7b3d2954a0781e530695e4c0d4dd0938a6f92f5e3bd6520
|
@@ -27,9 +27,10 @@ module MeetingFinder
|
|
27
27
|
end
|
28
28
|
|
29
29
|
def find_lat_long_from(address)
|
30
|
-
result =
|
31
|
-
|
32
|
-
lat
|
30
|
+
result = Faraday.get("https://maps.googleapis.com/maps/api/geocode/json?address=#{address}&sensor=false")
|
31
|
+
coords = JSON.parse(result.body)
|
32
|
+
lat = coords["results"].first["geometry"]["location"]["lat"]
|
33
|
+
lng = coords["results"].first["geometry"]["location"]["lng"]
|
33
34
|
[lat, lng]
|
34
35
|
end
|
35
36
|
|
@@ -38,7 +39,8 @@ module MeetingFinder
|
|
38
39
|
end
|
39
40
|
|
40
41
|
def by_zip(zip)
|
41
|
-
|
42
|
+
lat, lng = find_lat_long_from(zip)
|
43
|
+
find_by({ "zip" => zip, "latitude" => lat, "longitude" => lng })
|
42
44
|
end
|
43
45
|
|
44
46
|
def search_url
|
data/meeting_finder.gemspec
CHANGED
data/spec/meeting_finder_spec.rb
CHANGED
@@ -12,20 +12,20 @@ describe MeetingFinder::Search do
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
-
it "should find by zip" do
|
16
|
-
VCR.use_cassette('find_by_zip') do
|
17
|
-
result = MeetingFinder::Search.by_zip(
|
15
|
+
it "should find by zip" do
|
16
|
+
VCR.use_cassette('find_by_zip') do
|
17
|
+
result = MeetingFinder::Search.by_zip(92109)
|
18
18
|
first_meeting = result.first
|
19
|
-
expect(first_meeting.name).to eq(
|
19
|
+
expect(first_meeting.name).to eq("1675 Garnet Avenue")
|
20
20
|
end
|
21
21
|
end
|
22
22
|
|
23
|
-
it 'should be able to find lat and long' do
|
24
|
-
VCR.use_cassette('find_lat_long') do
|
23
|
+
it 'should be able to find lat and long' do
|
24
|
+
VCR.use_cassette('find_lat_long') do
|
25
25
|
result = MeetingFinder::Search.find_lat_long_from("1100 Fillmore StreetDenver, CO 80206-3334")
|
26
26
|
expect(result).to eq([39.7338507, -104.9524757])
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
|
30
30
|
|
31
31
|
end
|
data/spec/spec_helper.rb
CHANGED
@@ -2,6 +2,8 @@ require 'rspec'
|
|
2
2
|
require 'webmock/rspec'
|
3
3
|
require 'vcr'
|
4
4
|
require 'meeting_finder'
|
5
|
+
require 'faraday'
|
6
|
+
require 'json'
|
5
7
|
|
6
8
|
RSpec.configure do |config|
|
7
9
|
config.color_enabled = true
|
@@ -10,4 +12,4 @@ end
|
|
10
12
|
VCR.configure do |c|
|
11
13
|
c.cassette_library_dir = "spec/vcr"
|
12
14
|
c.hook_into :webmock
|
13
|
-
end
|
15
|
+
end
|
data/spec/vcr/find_by.yml
CHANGED
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Wed, 19 Feb 2014 21:15:29 GMT
|
25
25
|
Content-Type:
|
26
26
|
- text/html; charset=utf-8
|
27
27
|
Transfer-Encoding:
|
@@ -187,11 +187,11 @@ http_interactions:
|
|
187
187
|
\ <h1>Enter the word in the image below to complete registration</h1>\n
|
188
188
|
\ <div class=\"error-pane\" id=\"captcha-error\" style=\"display:
|
189
189
|
none; margin:0 10px 5px 10px;\"></div>\n <div class=\"captcha\"
|
190
|
-
style=\"margin-top:10px;\">\n <img src=\"/captcha/show/large?cccid=
|
190
|
+
style=\"margin-top:10px;\">\n <img src=\"/captcha/show/large?cccid=c997e2e1a5579aae6ffad95e3416ae9f\"><br>\n
|
191
191
|
\ <input id=\"captcha-word\" type=\"text\" class=\"text-sm\"
|
192
192
|
name=\"word\" style=\"width:250px; margin-top: 15px;\" onkeypress=\"handleEnterKeyCaptcha(event)\"><br>\n
|
193
193
|
\ <input id=\"captcha-cccid\" type=\"hidden\" name=\"cccid\"
|
194
|
-
value=\"
|
194
|
+
value=\"c997e2e1a5579aae6ffad95e3416ae9f\" />\n \n <a
|
195
195
|
href=\"javascript:;\" onclick=\"registerSubmit();\">\n <img
|
196
196
|
style=\"margin:15px 0;\" id=\"itr-register-btn\" src=\"http://media.intherooms.com/images/home/home-register.gif\"
|
197
197
|
/>\n </a>\n </div>\n </div>\n
|
@@ -424,11 +424,11 @@ http_interactions:
|
|
424
424
|
\ </select>\n\n <input type=\"image\" src=\"http://media.intherooms.com/images/meetings/heal-button-green.gif\">\n
|
425
425
|
\ <input type=\"hidden\" value=\"1\" name=\"process\">\n <input
|
426
426
|
type=\"hidden\" name=\"word\" value=\"\" id=\"hidden-word\">\n <input
|
427
|
-
id=\"cccid\" type=\"hidden\" name=\"cccid\" value=\"
|
427
|
+
id=\"cccid\" type=\"hidden\" name=\"cccid\" value=\"c997e2e1a5579aae6ffad95e3416ae9f\">\n
|
428
428
|
\ <input id=\"tc_partner\" type=\"hidden\" name=\"tc_partner\" value=\"2\">\n\n
|
429
429
|
\ </form>\n</div>\n\n<div id=\"hidden-captcha\" style=\"display: none;\">\n
|
430
430
|
\ <label>Please enter these letters in the space below</label><br class=\"clear-float\"
|
431
|
-
/>\n <img src=\"http://www.intherooms.com/captcha/show?cccid=
|
431
|
+
/>\n <img src=\"http://www.intherooms.com/captcha/show?cccid=c997e2e1a5579aae6ffad95e3416ae9f\"
|
432
432
|
alt=\"captcha\"><br><br>\n <input type=\"text\" id=\"captcha-word\" name=\"word\"
|
433
433
|
value=\"\"><br><br>\n <input type=\"button\" value=\"Submit\" id=\"captcha-submit-button\">\n</div>\n\n<script
|
434
434
|
type=\"text/javascript\">\n $(document).ready(function() {\n $(\"#leadbar
|
@@ -455,20 +455,20 @@ http_interactions:
|
|
455
455
|
: 'http://www') + '.google-analytics.com/ga.js';\n var s = document.getElementsByTagName('script')[0];
|
456
456
|
s.parentNode.insertBefore(ga, s);\n })();\n\n</script>\n\n\n\n\n</html>\n"
|
457
457
|
http_version:
|
458
|
-
recorded_at:
|
458
|
+
recorded_at: Wed, 19 Feb 2014 21:15:29 GMT
|
459
459
|
- request:
|
460
460
|
method: get
|
461
|
-
uri:
|
461
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=Address&sensor=false
|
462
462
|
body:
|
463
463
|
encoding: US-ASCII
|
464
464
|
string: ''
|
465
465
|
headers:
|
466
|
+
User-Agent:
|
467
|
+
- Faraday v0.9.0
|
466
468
|
Accept-Encoding:
|
467
469
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
468
470
|
Accept:
|
469
471
|
- '*/*'
|
470
|
-
User-Agent:
|
471
|
-
- Ruby
|
472
472
|
response:
|
473
473
|
status:
|
474
474
|
code: 200
|
@@ -477,11 +477,13 @@ http_interactions:
|
|
477
477
|
Content-Type:
|
478
478
|
- application/json; charset=UTF-8
|
479
479
|
Date:
|
480
|
-
-
|
480
|
+
- Wed, 19 Feb 2014 21:15:30 GMT
|
481
481
|
Expires:
|
482
|
-
-
|
482
|
+
- Thu, 20 Feb 2014 21:15:30 GMT
|
483
483
|
Cache-Control:
|
484
484
|
- public, max-age=86400
|
485
|
+
Vary:
|
486
|
+
- Accept-Language
|
485
487
|
Access-Control-Allow-Origin:
|
486
488
|
- '*'
|
487
489
|
Server:
|
@@ -491,7 +493,7 @@ http_interactions:
|
|
491
493
|
X-Frame-Options:
|
492
494
|
- SAMEORIGIN
|
493
495
|
Alternate-Protocol:
|
494
|
-
-
|
496
|
+
- 443:quic
|
495
497
|
Transfer-Encoding:
|
496
498
|
- chunked
|
497
499
|
body:
|
@@ -779,20 +781,20 @@ http_interactions:
|
|
779
781
|
dHlwZXMiIDogWyAicHJlbWlzZSIgXQogICAgICB9CiAgIF0sCiAgICJzdGF0
|
780
782
|
dXMiIDogIk9LIgp9Cg==
|
781
783
|
http_version:
|
782
|
-
recorded_at:
|
784
|
+
recorded_at: Wed, 19 Feb 2014 21:15:30 GMT
|
783
785
|
- request:
|
784
786
|
method: get
|
785
|
-
uri:
|
787
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1100%20Fillmore%20StreetDenver,%20CO%2080206-3334&sensor=false
|
786
788
|
body:
|
787
789
|
encoding: US-ASCII
|
788
790
|
string: ''
|
789
791
|
headers:
|
792
|
+
User-Agent:
|
793
|
+
- Faraday v0.9.0
|
790
794
|
Accept-Encoding:
|
791
795
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
792
796
|
Accept:
|
793
797
|
- '*/*'
|
794
|
-
User-Agent:
|
795
|
-
- Ruby
|
796
798
|
response:
|
797
799
|
status:
|
798
800
|
code: 200
|
@@ -801,11 +803,13 @@ http_interactions:
|
|
801
803
|
Content-Type:
|
802
804
|
- application/json; charset=UTF-8
|
803
805
|
Date:
|
804
|
-
-
|
806
|
+
- Wed, 19 Feb 2014 21:15:30 GMT
|
805
807
|
Expires:
|
806
|
-
-
|
808
|
+
- Thu, 20 Feb 2014 21:15:30 GMT
|
807
809
|
Cache-Control:
|
808
810
|
- public, max-age=86400
|
811
|
+
Vary:
|
812
|
+
- Accept-Language
|
809
813
|
Access-Control-Allow-Origin:
|
810
814
|
- '*'
|
811
815
|
Server:
|
@@ -815,7 +819,7 @@ http_interactions:
|
|
815
819
|
X-Frame-Options:
|
816
820
|
- SAMEORIGIN
|
817
821
|
Alternate-Protocol:
|
818
|
-
-
|
822
|
+
- 443:quic
|
819
823
|
Transfer-Encoding:
|
820
824
|
- chunked
|
821
825
|
body:
|
@@ -891,20 +895,20 @@ http_interactions:
|
|
891
895
|
"status" : "OK"
|
892
896
|
}
|
893
897
|
http_version:
|
894
|
-
recorded_at:
|
898
|
+
recorded_at: Wed, 19 Feb 2014 21:15:30 GMT
|
895
899
|
- request:
|
896
900
|
method: get
|
897
|
-
uri:
|
901
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1100%20Fillmore%20StreetDenver,%20CO%2080206-3334&sensor=false
|
898
902
|
body:
|
899
903
|
encoding: US-ASCII
|
900
904
|
string: ''
|
901
905
|
headers:
|
906
|
+
User-Agent:
|
907
|
+
- Faraday v0.9.0
|
902
908
|
Accept-Encoding:
|
903
909
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
904
910
|
Accept:
|
905
911
|
- '*/*'
|
906
|
-
User-Agent:
|
907
|
-
- Ruby
|
908
912
|
response:
|
909
913
|
status:
|
910
914
|
code: 200
|
@@ -913,11 +917,13 @@ http_interactions:
|
|
913
917
|
Content-Type:
|
914
918
|
- application/json; charset=UTF-8
|
915
919
|
Date:
|
916
|
-
-
|
920
|
+
- Wed, 19 Feb 2014 21:15:30 GMT
|
917
921
|
Expires:
|
918
|
-
-
|
922
|
+
- Thu, 20 Feb 2014 21:15:30 GMT
|
919
923
|
Cache-Control:
|
920
924
|
- public, max-age=86400
|
925
|
+
Vary:
|
926
|
+
- Accept-Language
|
921
927
|
Access-Control-Allow-Origin:
|
922
928
|
- '*'
|
923
929
|
Server:
|
@@ -927,7 +933,7 @@ http_interactions:
|
|
927
933
|
X-Frame-Options:
|
928
934
|
- SAMEORIGIN
|
929
935
|
Alternate-Protocol:
|
930
|
-
-
|
936
|
+
- 443:quic
|
931
937
|
Transfer-Encoding:
|
932
938
|
- chunked
|
933
939
|
body:
|
@@ -1003,20 +1009,20 @@ http_interactions:
|
|
1003
1009
|
"status" : "OK"
|
1004
1010
|
}
|
1005
1011
|
http_version:
|
1006
|
-
recorded_at:
|
1012
|
+
recorded_at: Wed, 19 Feb 2014 21:15:30 GMT
|
1007
1013
|
- request:
|
1008
1014
|
method: get
|
1009
|
-
uri:
|
1015
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1100%20Fillmore%20StreetDenver,%20CO%2080206-3334&sensor=false
|
1010
1016
|
body:
|
1011
1017
|
encoding: US-ASCII
|
1012
1018
|
string: ''
|
1013
1019
|
headers:
|
1020
|
+
User-Agent:
|
1021
|
+
- Faraday v0.9.0
|
1014
1022
|
Accept-Encoding:
|
1015
1023
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1016
1024
|
Accept:
|
1017
1025
|
- '*/*'
|
1018
|
-
User-Agent:
|
1019
|
-
- Ruby
|
1020
1026
|
response:
|
1021
1027
|
status:
|
1022
1028
|
code: 200
|
@@ -1025,11 +1031,13 @@ http_interactions:
|
|
1025
1031
|
Content-Type:
|
1026
1032
|
- application/json; charset=UTF-8
|
1027
1033
|
Date:
|
1028
|
-
-
|
1034
|
+
- Wed, 19 Feb 2014 21:15:31 GMT
|
1029
1035
|
Expires:
|
1030
|
-
-
|
1036
|
+
- Thu, 20 Feb 2014 21:15:31 GMT
|
1031
1037
|
Cache-Control:
|
1032
1038
|
- public, max-age=86400
|
1039
|
+
Vary:
|
1040
|
+
- Accept-Language
|
1033
1041
|
Access-Control-Allow-Origin:
|
1034
1042
|
- '*'
|
1035
1043
|
Server:
|
@@ -1039,7 +1047,7 @@ http_interactions:
|
|
1039
1047
|
X-Frame-Options:
|
1040
1048
|
- SAMEORIGIN
|
1041
1049
|
Alternate-Protocol:
|
1042
|
-
-
|
1050
|
+
- 443:quic
|
1043
1051
|
Transfer-Encoding:
|
1044
1052
|
- chunked
|
1045
1053
|
body:
|
@@ -1115,20 +1123,20 @@ http_interactions:
|
|
1115
1123
|
"status" : "OK"
|
1116
1124
|
}
|
1117
1125
|
http_version:
|
1118
|
-
recorded_at:
|
1126
|
+
recorded_at: Wed, 19 Feb 2014 21:15:31 GMT
|
1119
1127
|
- request:
|
1120
1128
|
method: get
|
1121
|
-
uri:
|
1129
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1100%20FillmoreDenver,%20CO%2080206&sensor=false
|
1122
1130
|
body:
|
1123
1131
|
encoding: US-ASCII
|
1124
1132
|
string: ''
|
1125
1133
|
headers:
|
1134
|
+
User-Agent:
|
1135
|
+
- Faraday v0.9.0
|
1126
1136
|
Accept-Encoding:
|
1127
1137
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1128
1138
|
Accept:
|
1129
1139
|
- '*/*'
|
1130
|
-
User-Agent:
|
1131
|
-
- Ruby
|
1132
1140
|
response:
|
1133
1141
|
status:
|
1134
1142
|
code: 200
|
@@ -1137,11 +1145,13 @@ http_interactions:
|
|
1137
1145
|
Content-Type:
|
1138
1146
|
- application/json; charset=UTF-8
|
1139
1147
|
Date:
|
1140
|
-
-
|
1148
|
+
- Wed, 19 Feb 2014 21:15:31 GMT
|
1141
1149
|
Expires:
|
1142
|
-
-
|
1150
|
+
- Thu, 20 Feb 2014 21:15:31 GMT
|
1143
1151
|
Cache-Control:
|
1144
1152
|
- public, max-age=86400
|
1153
|
+
Vary:
|
1154
|
+
- Accept-Language
|
1145
1155
|
Access-Control-Allow-Origin:
|
1146
1156
|
- '*'
|
1147
1157
|
Server:
|
@@ -1151,7 +1161,7 @@ http_interactions:
|
|
1151
1161
|
X-Frame-Options:
|
1152
1162
|
- SAMEORIGIN
|
1153
1163
|
Alternate-Protocol:
|
1154
|
-
-
|
1164
|
+
- 443:quic
|
1155
1165
|
Transfer-Encoding:
|
1156
1166
|
- chunked
|
1157
1167
|
body:
|
@@ -1227,20 +1237,20 @@ http_interactions:
|
|
1227
1237
|
"status" : "OK"
|
1228
1238
|
}
|
1229
1239
|
http_version:
|
1230
|
-
recorded_at:
|
1240
|
+
recorded_at: Wed, 19 Feb 2014 21:15:31 GMT
|
1231
1241
|
- request:
|
1232
1242
|
method: get
|
1233
|
-
uri:
|
1243
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1234
1244
|
body:
|
1235
1245
|
encoding: US-ASCII
|
1236
1246
|
string: ''
|
1237
1247
|
headers:
|
1248
|
+
User-Agent:
|
1249
|
+
- Faraday v0.9.0
|
1238
1250
|
Accept-Encoding:
|
1239
1251
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1240
1252
|
Accept:
|
1241
1253
|
- '*/*'
|
1242
|
-
User-Agent:
|
1243
|
-
- Ruby
|
1244
1254
|
response:
|
1245
1255
|
status:
|
1246
1256
|
code: 200
|
@@ -1249,11 +1259,13 @@ http_interactions:
|
|
1249
1259
|
Content-Type:
|
1250
1260
|
- application/json; charset=UTF-8
|
1251
1261
|
Date:
|
1252
|
-
-
|
1262
|
+
- Wed, 19 Feb 2014 21:15:32 GMT
|
1253
1263
|
Expires:
|
1254
|
-
-
|
1264
|
+
- Thu, 20 Feb 2014 21:15:32 GMT
|
1255
1265
|
Cache-Control:
|
1256
1266
|
- public, max-age=86400
|
1267
|
+
Vary:
|
1268
|
+
- Accept-Language
|
1257
1269
|
Access-Control-Allow-Origin:
|
1258
1270
|
- '*'
|
1259
1271
|
Server:
|
@@ -1263,7 +1275,7 @@ http_interactions:
|
|
1263
1275
|
X-Frame-Options:
|
1264
1276
|
- SAMEORIGIN
|
1265
1277
|
Alternate-Protocol:
|
1266
|
-
-
|
1278
|
+
- 443:quic
|
1267
1279
|
Transfer-Encoding:
|
1268
1280
|
- chunked
|
1269
1281
|
body:
|
@@ -1349,20 +1361,20 @@ http_interactions:
|
|
1349
1361
|
"status" : "OK"
|
1350
1362
|
}
|
1351
1363
|
http_version:
|
1352
|
-
recorded_at:
|
1364
|
+
recorded_at: Wed, 19 Feb 2014 21:15:32 GMT
|
1353
1365
|
- request:
|
1354
1366
|
method: get
|
1355
|
-
uri:
|
1367
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1356
1368
|
body:
|
1357
1369
|
encoding: US-ASCII
|
1358
1370
|
string: ''
|
1359
1371
|
headers:
|
1372
|
+
User-Agent:
|
1373
|
+
- Faraday v0.9.0
|
1360
1374
|
Accept-Encoding:
|
1361
1375
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1362
1376
|
Accept:
|
1363
1377
|
- '*/*'
|
1364
|
-
User-Agent:
|
1365
|
-
- Ruby
|
1366
1378
|
response:
|
1367
1379
|
status:
|
1368
1380
|
code: 200
|
@@ -1371,11 +1383,13 @@ http_interactions:
|
|
1371
1383
|
Content-Type:
|
1372
1384
|
- application/json; charset=UTF-8
|
1373
1385
|
Date:
|
1374
|
-
-
|
1386
|
+
- Wed, 19 Feb 2014 21:15:32 GMT
|
1375
1387
|
Expires:
|
1376
|
-
-
|
1388
|
+
- Thu, 20 Feb 2014 21:15:32 GMT
|
1377
1389
|
Cache-Control:
|
1378
1390
|
- public, max-age=86400
|
1391
|
+
Vary:
|
1392
|
+
- Accept-Language
|
1379
1393
|
Access-Control-Allow-Origin:
|
1380
1394
|
- '*'
|
1381
1395
|
Server:
|
@@ -1385,7 +1399,7 @@ http_interactions:
|
|
1385
1399
|
X-Frame-Options:
|
1386
1400
|
- SAMEORIGIN
|
1387
1401
|
Alternate-Protocol:
|
1388
|
-
-
|
1402
|
+
- 443:quic
|
1389
1403
|
Transfer-Encoding:
|
1390
1404
|
- chunked
|
1391
1405
|
body:
|
@@ -1471,20 +1485,20 @@ http_interactions:
|
|
1471
1485
|
"status" : "OK"
|
1472
1486
|
}
|
1473
1487
|
http_version:
|
1474
|
-
recorded_at:
|
1488
|
+
recorded_at: Wed, 19 Feb 2014 21:15:32 GMT
|
1475
1489
|
- request:
|
1476
1490
|
method: get
|
1477
|
-
uri:
|
1491
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1478
1492
|
body:
|
1479
1493
|
encoding: US-ASCII
|
1480
1494
|
string: ''
|
1481
1495
|
headers:
|
1496
|
+
User-Agent:
|
1497
|
+
- Faraday v0.9.0
|
1482
1498
|
Accept-Encoding:
|
1483
1499
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1484
1500
|
Accept:
|
1485
1501
|
- '*/*'
|
1486
|
-
User-Agent:
|
1487
|
-
- Ruby
|
1488
1502
|
response:
|
1489
1503
|
status:
|
1490
1504
|
code: 200
|
@@ -1493,11 +1507,13 @@ http_interactions:
|
|
1493
1507
|
Content-Type:
|
1494
1508
|
- application/json; charset=UTF-8
|
1495
1509
|
Date:
|
1496
|
-
-
|
1510
|
+
- Wed, 19 Feb 2014 21:15:33 GMT
|
1497
1511
|
Expires:
|
1498
|
-
-
|
1512
|
+
- Thu, 20 Feb 2014 21:15:33 GMT
|
1499
1513
|
Cache-Control:
|
1500
1514
|
- public, max-age=86400
|
1515
|
+
Vary:
|
1516
|
+
- Accept-Language
|
1501
1517
|
Access-Control-Allow-Origin:
|
1502
1518
|
- '*'
|
1503
1519
|
Server:
|
@@ -1507,7 +1523,7 @@ http_interactions:
|
|
1507
1523
|
X-Frame-Options:
|
1508
1524
|
- SAMEORIGIN
|
1509
1525
|
Alternate-Protocol:
|
1510
|
-
-
|
1526
|
+
- 443:quic
|
1511
1527
|
Transfer-Encoding:
|
1512
1528
|
- chunked
|
1513
1529
|
body:
|
@@ -1593,20 +1609,20 @@ http_interactions:
|
|
1593
1609
|
"status" : "OK"
|
1594
1610
|
}
|
1595
1611
|
http_version:
|
1596
|
-
recorded_at:
|
1612
|
+
recorded_at: Wed, 19 Feb 2014 21:15:33 GMT
|
1597
1613
|
- request:
|
1598
1614
|
method: get
|
1599
|
-
uri:
|
1615
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1600
1616
|
body:
|
1601
1617
|
encoding: US-ASCII
|
1602
1618
|
string: ''
|
1603
1619
|
headers:
|
1620
|
+
User-Agent:
|
1621
|
+
- Faraday v0.9.0
|
1604
1622
|
Accept-Encoding:
|
1605
1623
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1606
1624
|
Accept:
|
1607
1625
|
- '*/*'
|
1608
|
-
User-Agent:
|
1609
|
-
- Ruby
|
1610
1626
|
response:
|
1611
1627
|
status:
|
1612
1628
|
code: 200
|
@@ -1615,11 +1631,13 @@ http_interactions:
|
|
1615
1631
|
Content-Type:
|
1616
1632
|
- application/json; charset=UTF-8
|
1617
1633
|
Date:
|
1618
|
-
-
|
1634
|
+
- Wed, 19 Feb 2014 21:15:33 GMT
|
1619
1635
|
Expires:
|
1620
|
-
-
|
1636
|
+
- Thu, 20 Feb 2014 21:15:33 GMT
|
1621
1637
|
Cache-Control:
|
1622
1638
|
- public, max-age=86400
|
1639
|
+
Vary:
|
1640
|
+
- Accept-Language
|
1623
1641
|
Access-Control-Allow-Origin:
|
1624
1642
|
- '*'
|
1625
1643
|
Server:
|
@@ -1629,7 +1647,7 @@ http_interactions:
|
|
1629
1647
|
X-Frame-Options:
|
1630
1648
|
- SAMEORIGIN
|
1631
1649
|
Alternate-Protocol:
|
1632
|
-
-
|
1650
|
+
- 443:quic
|
1633
1651
|
Transfer-Encoding:
|
1634
1652
|
- chunked
|
1635
1653
|
body:
|
@@ -1715,20 +1733,20 @@ http_interactions:
|
|
1715
1733
|
"status" : "OK"
|
1716
1734
|
}
|
1717
1735
|
http_version:
|
1718
|
-
recorded_at:
|
1736
|
+
recorded_at: Wed, 19 Feb 2014 21:15:33 GMT
|
1719
1737
|
- request:
|
1720
1738
|
method: get
|
1721
|
-
uri:
|
1739
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1722
1740
|
body:
|
1723
1741
|
encoding: US-ASCII
|
1724
1742
|
string: ''
|
1725
1743
|
headers:
|
1744
|
+
User-Agent:
|
1745
|
+
- Faraday v0.9.0
|
1726
1746
|
Accept-Encoding:
|
1727
1747
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1728
1748
|
Accept:
|
1729
1749
|
- '*/*'
|
1730
|
-
User-Agent:
|
1731
|
-
- Ruby
|
1732
1750
|
response:
|
1733
1751
|
status:
|
1734
1752
|
code: 200
|
@@ -1737,11 +1755,13 @@ http_interactions:
|
|
1737
1755
|
Content-Type:
|
1738
1756
|
- application/json; charset=UTF-8
|
1739
1757
|
Date:
|
1740
|
-
-
|
1758
|
+
- Wed, 19 Feb 2014 21:15:34 GMT
|
1741
1759
|
Expires:
|
1742
|
-
-
|
1760
|
+
- Thu, 20 Feb 2014 21:15:34 GMT
|
1743
1761
|
Cache-Control:
|
1744
1762
|
- public, max-age=86400
|
1763
|
+
Vary:
|
1764
|
+
- Accept-Language
|
1745
1765
|
Access-Control-Allow-Origin:
|
1746
1766
|
- '*'
|
1747
1767
|
Server:
|
@@ -1751,7 +1771,7 @@ http_interactions:
|
|
1751
1771
|
X-Frame-Options:
|
1752
1772
|
- SAMEORIGIN
|
1753
1773
|
Alternate-Protocol:
|
1754
|
-
-
|
1774
|
+
- 443:quic
|
1755
1775
|
Transfer-Encoding:
|
1756
1776
|
- chunked
|
1757
1777
|
body:
|
@@ -1837,20 +1857,20 @@ http_interactions:
|
|
1837
1857
|
"status" : "OK"
|
1838
1858
|
}
|
1839
1859
|
http_version:
|
1840
|
-
recorded_at:
|
1860
|
+
recorded_at: Wed, 19 Feb 2014 21:15:34 GMT
|
1841
1861
|
- request:
|
1842
1862
|
method: get
|
1843
|
-
uri:
|
1863
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1844
1864
|
body:
|
1845
1865
|
encoding: US-ASCII
|
1846
1866
|
string: ''
|
1847
1867
|
headers:
|
1868
|
+
User-Agent:
|
1869
|
+
- Faraday v0.9.0
|
1848
1870
|
Accept-Encoding:
|
1849
1871
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1850
1872
|
Accept:
|
1851
1873
|
- '*/*'
|
1852
|
-
User-Agent:
|
1853
|
-
- Ruby
|
1854
1874
|
response:
|
1855
1875
|
status:
|
1856
1876
|
code: 200
|
@@ -1859,11 +1879,13 @@ http_interactions:
|
|
1859
1879
|
Content-Type:
|
1860
1880
|
- application/json; charset=UTF-8
|
1861
1881
|
Date:
|
1862
|
-
-
|
1882
|
+
- Wed, 19 Feb 2014 21:15:34 GMT
|
1863
1883
|
Expires:
|
1864
|
-
-
|
1884
|
+
- Thu, 20 Feb 2014 21:15:34 GMT
|
1865
1885
|
Cache-Control:
|
1866
1886
|
- public, max-age=86400
|
1887
|
+
Vary:
|
1888
|
+
- Accept-Language
|
1867
1889
|
Access-Control-Allow-Origin:
|
1868
1890
|
- '*'
|
1869
1891
|
Server:
|
@@ -1873,7 +1895,7 @@ http_interactions:
|
|
1873
1895
|
X-Frame-Options:
|
1874
1896
|
- SAMEORIGIN
|
1875
1897
|
Alternate-Protocol:
|
1876
|
-
-
|
1898
|
+
- 443:quic
|
1877
1899
|
Transfer-Encoding:
|
1878
1900
|
- chunked
|
1879
1901
|
body:
|
@@ -1959,20 +1981,20 @@ http_interactions:
|
|
1959
1981
|
"status" : "OK"
|
1960
1982
|
}
|
1961
1983
|
http_version:
|
1962
|
-
recorded_at:
|
1984
|
+
recorded_at: Wed, 19 Feb 2014 21:15:34 GMT
|
1963
1985
|
- request:
|
1964
1986
|
method: get
|
1965
|
-
uri:
|
1987
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
1966
1988
|
body:
|
1967
1989
|
encoding: US-ASCII
|
1968
1990
|
string: ''
|
1969
1991
|
headers:
|
1992
|
+
User-Agent:
|
1993
|
+
- Faraday v0.9.0
|
1970
1994
|
Accept-Encoding:
|
1971
1995
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1972
1996
|
Accept:
|
1973
1997
|
- '*/*'
|
1974
|
-
User-Agent:
|
1975
|
-
- Ruby
|
1976
1998
|
response:
|
1977
1999
|
status:
|
1978
2000
|
code: 200
|
@@ -1981,11 +2003,13 @@ http_interactions:
|
|
1981
2003
|
Content-Type:
|
1982
2004
|
- application/json; charset=UTF-8
|
1983
2005
|
Date:
|
1984
|
-
-
|
2006
|
+
- Wed, 19 Feb 2014 21:15:34 GMT
|
1985
2007
|
Expires:
|
1986
|
-
-
|
2008
|
+
- Thu, 20 Feb 2014 21:15:34 GMT
|
1987
2009
|
Cache-Control:
|
1988
2010
|
- public, max-age=86400
|
2011
|
+
Vary:
|
2012
|
+
- Accept-Language
|
1989
2013
|
Access-Control-Allow-Origin:
|
1990
2014
|
- '*'
|
1991
2015
|
Server:
|
@@ -1995,7 +2019,7 @@ http_interactions:
|
|
1995
2019
|
X-Frame-Options:
|
1996
2020
|
- SAMEORIGIN
|
1997
2021
|
Alternate-Protocol:
|
1998
|
-
-
|
2022
|
+
- 443:quic
|
1999
2023
|
Transfer-Encoding:
|
2000
2024
|
- chunked
|
2001
2025
|
body:
|
@@ -2081,20 +2105,20 @@ http_interactions:
|
|
2081
2105
|
"status" : "OK"
|
2082
2106
|
}
|
2083
2107
|
http_version:
|
2084
|
-
recorded_at:
|
2108
|
+
recorded_at: Wed, 19 Feb 2014 21:15:35 GMT
|
2085
2109
|
- request:
|
2086
2110
|
method: get
|
2087
|
-
uri:
|
2111
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=3458%201st%20Ave.Denver,%20%2080206&sensor=false
|
2088
2112
|
body:
|
2089
2113
|
encoding: US-ASCII
|
2090
2114
|
string: ''
|
2091
2115
|
headers:
|
2116
|
+
User-Agent:
|
2117
|
+
- Faraday v0.9.0
|
2092
2118
|
Accept-Encoding:
|
2093
2119
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2094
2120
|
Accept:
|
2095
2121
|
- '*/*'
|
2096
|
-
User-Agent:
|
2097
|
-
- Ruby
|
2098
2122
|
response:
|
2099
2123
|
status:
|
2100
2124
|
code: 200
|
@@ -2103,11 +2127,13 @@ http_interactions:
|
|
2103
2127
|
Content-Type:
|
2104
2128
|
- application/json; charset=UTF-8
|
2105
2129
|
Date:
|
2106
|
-
-
|
2130
|
+
- Wed, 19 Feb 2014 21:15:35 GMT
|
2107
2131
|
Expires:
|
2108
|
-
-
|
2132
|
+
- Thu, 20 Feb 2014 21:15:35 GMT
|
2109
2133
|
Cache-Control:
|
2110
2134
|
- public, max-age=86400
|
2135
|
+
Vary:
|
2136
|
+
- Accept-Language
|
2111
2137
|
Access-Control-Allow-Origin:
|
2112
2138
|
- '*'
|
2113
2139
|
Server:
|
@@ -2117,7 +2143,7 @@ http_interactions:
|
|
2117
2143
|
X-Frame-Options:
|
2118
2144
|
- SAMEORIGIN
|
2119
2145
|
Alternate-Protocol:
|
2120
|
-
-
|
2146
|
+
- 443:quic
|
2121
2147
|
Transfer-Encoding:
|
2122
2148
|
- chunked
|
2123
2149
|
body:
|
@@ -2203,20 +2229,20 @@ http_interactions:
|
|
2203
2229
|
"status" : "OK"
|
2204
2230
|
}
|
2205
2231
|
http_version:
|
2206
|
-
recorded_at:
|
2232
|
+
recorded_at: Wed, 19 Feb 2014 21:15:35 GMT
|
2207
2233
|
- request:
|
2208
2234
|
method: get
|
2209
|
-
uri:
|
2235
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2210
2236
|
body:
|
2211
2237
|
encoding: US-ASCII
|
2212
2238
|
string: ''
|
2213
2239
|
headers:
|
2240
|
+
User-Agent:
|
2241
|
+
- Faraday v0.9.0
|
2214
2242
|
Accept-Encoding:
|
2215
2243
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2216
2244
|
Accept:
|
2217
2245
|
- '*/*'
|
2218
|
-
User-Agent:
|
2219
|
-
- Ruby
|
2220
2246
|
response:
|
2221
2247
|
status:
|
2222
2248
|
code: 200
|
@@ -2225,11 +2251,13 @@ http_interactions:
|
|
2225
2251
|
Content-Type:
|
2226
2252
|
- application/json; charset=UTF-8
|
2227
2253
|
Date:
|
2228
|
-
-
|
2254
|
+
- Wed, 19 Feb 2014 21:15:35 GMT
|
2229
2255
|
Expires:
|
2230
|
-
-
|
2256
|
+
- Thu, 20 Feb 2014 21:15:35 GMT
|
2231
2257
|
Cache-Control:
|
2232
2258
|
- public, max-age=86400
|
2259
|
+
Vary:
|
2260
|
+
- Accept-Language
|
2233
2261
|
Access-Control-Allow-Origin:
|
2234
2262
|
- '*'
|
2235
2263
|
Server:
|
@@ -2239,7 +2267,7 @@ http_interactions:
|
|
2239
2267
|
X-Frame-Options:
|
2240
2268
|
- SAMEORIGIN
|
2241
2269
|
Alternate-Protocol:
|
2242
|
-
-
|
2270
|
+
- 443:quic
|
2243
2271
|
Transfer-Encoding:
|
2244
2272
|
- chunked
|
2245
2273
|
body:
|
@@ -2315,20 +2343,20 @@ http_interactions:
|
|
2315
2343
|
"status" : "OK"
|
2316
2344
|
}
|
2317
2345
|
http_version:
|
2318
|
-
recorded_at:
|
2346
|
+
recorded_at: Wed, 19 Feb 2014 21:15:35 GMT
|
2319
2347
|
- request:
|
2320
2348
|
method: get
|
2321
|
-
uri:
|
2349
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2322
2350
|
body:
|
2323
2351
|
encoding: US-ASCII
|
2324
2352
|
string: ''
|
2325
2353
|
headers:
|
2354
|
+
User-Agent:
|
2355
|
+
- Faraday v0.9.0
|
2326
2356
|
Accept-Encoding:
|
2327
2357
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2328
2358
|
Accept:
|
2329
2359
|
- '*/*'
|
2330
|
-
User-Agent:
|
2331
|
-
- Ruby
|
2332
2360
|
response:
|
2333
2361
|
status:
|
2334
2362
|
code: 200
|
@@ -2337,11 +2365,13 @@ http_interactions:
|
|
2337
2365
|
Content-Type:
|
2338
2366
|
- application/json; charset=UTF-8
|
2339
2367
|
Date:
|
2340
|
-
-
|
2368
|
+
- Wed, 19 Feb 2014 21:15:36 GMT
|
2341
2369
|
Expires:
|
2342
|
-
-
|
2370
|
+
- Thu, 20 Feb 2014 21:15:36 GMT
|
2343
2371
|
Cache-Control:
|
2344
2372
|
- public, max-age=86400
|
2373
|
+
Vary:
|
2374
|
+
- Accept-Language
|
2345
2375
|
Access-Control-Allow-Origin:
|
2346
2376
|
- '*'
|
2347
2377
|
Server:
|
@@ -2351,7 +2381,7 @@ http_interactions:
|
|
2351
2381
|
X-Frame-Options:
|
2352
2382
|
- SAMEORIGIN
|
2353
2383
|
Alternate-Protocol:
|
2354
|
-
-
|
2384
|
+
- 443:quic
|
2355
2385
|
Transfer-Encoding:
|
2356
2386
|
- chunked
|
2357
2387
|
body:
|
@@ -2427,20 +2457,20 @@ http_interactions:
|
|
2427
2457
|
"status" : "OK"
|
2428
2458
|
}
|
2429
2459
|
http_version:
|
2430
|
-
recorded_at:
|
2460
|
+
recorded_at: Wed, 19 Feb 2014 21:15:36 GMT
|
2431
2461
|
- request:
|
2432
2462
|
method: get
|
2433
|
-
uri:
|
2463
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2434
2464
|
body:
|
2435
2465
|
encoding: US-ASCII
|
2436
2466
|
string: ''
|
2437
2467
|
headers:
|
2468
|
+
User-Agent:
|
2469
|
+
- Faraday v0.9.0
|
2438
2470
|
Accept-Encoding:
|
2439
2471
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2440
2472
|
Accept:
|
2441
2473
|
- '*/*'
|
2442
|
-
User-Agent:
|
2443
|
-
- Ruby
|
2444
2474
|
response:
|
2445
2475
|
status:
|
2446
2476
|
code: 200
|
@@ -2449,11 +2479,13 @@ http_interactions:
|
|
2449
2479
|
Content-Type:
|
2450
2480
|
- application/json; charset=UTF-8
|
2451
2481
|
Date:
|
2452
|
-
-
|
2482
|
+
- Wed, 19 Feb 2014 21:15:36 GMT
|
2453
2483
|
Expires:
|
2454
|
-
-
|
2484
|
+
- Thu, 20 Feb 2014 21:15:36 GMT
|
2455
2485
|
Cache-Control:
|
2456
2486
|
- public, max-age=86400
|
2487
|
+
Vary:
|
2488
|
+
- Accept-Language
|
2457
2489
|
Access-Control-Allow-Origin:
|
2458
2490
|
- '*'
|
2459
2491
|
Server:
|
@@ -2463,7 +2495,7 @@ http_interactions:
|
|
2463
2495
|
X-Frame-Options:
|
2464
2496
|
- SAMEORIGIN
|
2465
2497
|
Alternate-Protocol:
|
2466
|
-
-
|
2498
|
+
- 443:quic
|
2467
2499
|
Transfer-Encoding:
|
2468
2500
|
- chunked
|
2469
2501
|
body:
|
@@ -2539,20 +2571,20 @@ http_interactions:
|
|
2539
2571
|
"status" : "OK"
|
2540
2572
|
}
|
2541
2573
|
http_version:
|
2542
|
-
recorded_at:
|
2574
|
+
recorded_at: Wed, 19 Feb 2014 21:15:36 GMT
|
2543
2575
|
- request:
|
2544
2576
|
method: get
|
2545
|
-
uri:
|
2577
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2546
2578
|
body:
|
2547
2579
|
encoding: US-ASCII
|
2548
2580
|
string: ''
|
2549
2581
|
headers:
|
2582
|
+
User-Agent:
|
2583
|
+
- Faraday v0.9.0
|
2550
2584
|
Accept-Encoding:
|
2551
2585
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2552
2586
|
Accept:
|
2553
2587
|
- '*/*'
|
2554
|
-
User-Agent:
|
2555
|
-
- Ruby
|
2556
2588
|
response:
|
2557
2589
|
status:
|
2558
2590
|
code: 200
|
@@ -2561,11 +2593,13 @@ http_interactions:
|
|
2561
2593
|
Content-Type:
|
2562
2594
|
- application/json; charset=UTF-8
|
2563
2595
|
Date:
|
2564
|
-
-
|
2596
|
+
- Wed, 19 Feb 2014 21:15:36 GMT
|
2565
2597
|
Expires:
|
2566
|
-
-
|
2598
|
+
- Thu, 20 Feb 2014 21:15:36 GMT
|
2567
2599
|
Cache-Control:
|
2568
2600
|
- public, max-age=86400
|
2601
|
+
Vary:
|
2602
|
+
- Accept-Language
|
2569
2603
|
Access-Control-Allow-Origin:
|
2570
2604
|
- '*'
|
2571
2605
|
Server:
|
@@ -2575,7 +2609,7 @@ http_interactions:
|
|
2575
2609
|
X-Frame-Options:
|
2576
2610
|
- SAMEORIGIN
|
2577
2611
|
Alternate-Protocol:
|
2578
|
-
-
|
2612
|
+
- 443:quic
|
2579
2613
|
Transfer-Encoding:
|
2580
2614
|
- chunked
|
2581
2615
|
body:
|
@@ -2651,20 +2685,20 @@ http_interactions:
|
|
2651
2685
|
"status" : "OK"
|
2652
2686
|
}
|
2653
2687
|
http_version:
|
2654
|
-
recorded_at:
|
2688
|
+
recorded_at: Wed, 19 Feb 2014 21:15:36 GMT
|
2655
2689
|
- request:
|
2656
2690
|
method: get
|
2657
|
-
uri:
|
2691
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2658
2692
|
body:
|
2659
2693
|
encoding: US-ASCII
|
2660
2694
|
string: ''
|
2661
2695
|
headers:
|
2696
|
+
User-Agent:
|
2697
|
+
- Faraday v0.9.0
|
2662
2698
|
Accept-Encoding:
|
2663
2699
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2664
2700
|
Accept:
|
2665
2701
|
- '*/*'
|
2666
|
-
User-Agent:
|
2667
|
-
- Ruby
|
2668
2702
|
response:
|
2669
2703
|
status:
|
2670
2704
|
code: 200
|
@@ -2673,11 +2707,13 @@ http_interactions:
|
|
2673
2707
|
Content-Type:
|
2674
2708
|
- application/json; charset=UTF-8
|
2675
2709
|
Date:
|
2676
|
-
-
|
2710
|
+
- Wed, 19 Feb 2014 21:15:36 GMT
|
2677
2711
|
Expires:
|
2678
|
-
-
|
2712
|
+
- Thu, 20 Feb 2014 21:15:36 GMT
|
2679
2713
|
Cache-Control:
|
2680
2714
|
- public, max-age=86400
|
2715
|
+
Vary:
|
2716
|
+
- Accept-Language
|
2681
2717
|
Access-Control-Allow-Origin:
|
2682
2718
|
- '*'
|
2683
2719
|
Server:
|
@@ -2687,7 +2723,7 @@ http_interactions:
|
|
2687
2723
|
X-Frame-Options:
|
2688
2724
|
- SAMEORIGIN
|
2689
2725
|
Alternate-Protocol:
|
2690
|
-
-
|
2726
|
+
- 443:quic
|
2691
2727
|
Transfer-Encoding:
|
2692
2728
|
- chunked
|
2693
2729
|
body:
|
@@ -2763,20 +2799,20 @@ http_interactions:
|
|
2763
2799
|
"status" : "OK"
|
2764
2800
|
}
|
2765
2801
|
http_version:
|
2766
|
-
recorded_at:
|
2802
|
+
recorded_at: Wed, 19 Feb 2014 21:15:36 GMT
|
2767
2803
|
- request:
|
2768
2804
|
method: get
|
2769
|
-
uri:
|
2805
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2770
2806
|
body:
|
2771
2807
|
encoding: US-ASCII
|
2772
2808
|
string: ''
|
2773
2809
|
headers:
|
2810
|
+
User-Agent:
|
2811
|
+
- Faraday v0.9.0
|
2774
2812
|
Accept-Encoding:
|
2775
2813
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2776
2814
|
Accept:
|
2777
2815
|
- '*/*'
|
2778
|
-
User-Agent:
|
2779
|
-
- Ruby
|
2780
2816
|
response:
|
2781
2817
|
status:
|
2782
2818
|
code: 200
|
@@ -2785,11 +2821,13 @@ http_interactions:
|
|
2785
2821
|
Content-Type:
|
2786
2822
|
- application/json; charset=UTF-8
|
2787
2823
|
Date:
|
2788
|
-
-
|
2824
|
+
- Wed, 19 Feb 2014 21:15:37 GMT
|
2789
2825
|
Expires:
|
2790
|
-
-
|
2826
|
+
- Thu, 20 Feb 2014 21:15:37 GMT
|
2791
2827
|
Cache-Control:
|
2792
2828
|
- public, max-age=86400
|
2829
|
+
Vary:
|
2830
|
+
- Accept-Language
|
2793
2831
|
Access-Control-Allow-Origin:
|
2794
2832
|
- '*'
|
2795
2833
|
Server:
|
@@ -2799,7 +2837,7 @@ http_interactions:
|
|
2799
2837
|
X-Frame-Options:
|
2800
2838
|
- SAMEORIGIN
|
2801
2839
|
Alternate-Protocol:
|
2802
|
-
-
|
2840
|
+
- 443:quic
|
2803
2841
|
Transfer-Encoding:
|
2804
2842
|
- chunked
|
2805
2843
|
body:
|
@@ -2875,20 +2913,20 @@ http_interactions:
|
|
2875
2913
|
"status" : "OK"
|
2876
2914
|
}
|
2877
2915
|
http_version:
|
2878
|
-
recorded_at:
|
2916
|
+
recorded_at: Wed, 19 Feb 2014 21:15:37 GMT
|
2879
2917
|
- request:
|
2880
2918
|
method: get
|
2881
|
-
uri:
|
2919
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2882
2920
|
body:
|
2883
2921
|
encoding: US-ASCII
|
2884
2922
|
string: ''
|
2885
2923
|
headers:
|
2924
|
+
User-Agent:
|
2925
|
+
- Faraday v0.9.0
|
2886
2926
|
Accept-Encoding:
|
2887
2927
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
2888
2928
|
Accept:
|
2889
2929
|
- '*/*'
|
2890
|
-
User-Agent:
|
2891
|
-
- Ruby
|
2892
2930
|
response:
|
2893
2931
|
status:
|
2894
2932
|
code: 200
|
@@ -2897,11 +2935,13 @@ http_interactions:
|
|
2897
2935
|
Content-Type:
|
2898
2936
|
- application/json; charset=UTF-8
|
2899
2937
|
Date:
|
2900
|
-
-
|
2938
|
+
- Wed, 19 Feb 2014 21:15:37 GMT
|
2901
2939
|
Expires:
|
2902
|
-
-
|
2940
|
+
- Thu, 20 Feb 2014 21:15:37 GMT
|
2903
2941
|
Cache-Control:
|
2904
2942
|
- public, max-age=86400
|
2943
|
+
Vary:
|
2944
|
+
- Accept-Language
|
2905
2945
|
Access-Control-Allow-Origin:
|
2906
2946
|
- '*'
|
2907
2947
|
Server:
|
@@ -2911,7 +2951,7 @@ http_interactions:
|
|
2911
2951
|
X-Frame-Options:
|
2912
2952
|
- SAMEORIGIN
|
2913
2953
|
Alternate-Protocol:
|
2914
|
-
-
|
2954
|
+
- 443:quic
|
2915
2955
|
Transfer-Encoding:
|
2916
2956
|
- chunked
|
2917
2957
|
body:
|
@@ -2987,20 +3027,20 @@ http_interactions:
|
|
2987
3027
|
"status" : "OK"
|
2988
3028
|
}
|
2989
3029
|
http_version:
|
2990
|
-
recorded_at:
|
3030
|
+
recorded_at: Wed, 19 Feb 2014 21:15:37 GMT
|
2991
3031
|
- request:
|
2992
3032
|
method: get
|
2993
|
-
uri:
|
3033
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
2994
3034
|
body:
|
2995
3035
|
encoding: US-ASCII
|
2996
3036
|
string: ''
|
2997
3037
|
headers:
|
3038
|
+
User-Agent:
|
3039
|
+
- Faraday v0.9.0
|
2998
3040
|
Accept-Encoding:
|
2999
3041
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3000
3042
|
Accept:
|
3001
3043
|
- '*/*'
|
3002
|
-
User-Agent:
|
3003
|
-
- Ruby
|
3004
3044
|
response:
|
3005
3045
|
status:
|
3006
3046
|
code: 200
|
@@ -3009,11 +3049,13 @@ http_interactions:
|
|
3009
3049
|
Content-Type:
|
3010
3050
|
- application/json; charset=UTF-8
|
3011
3051
|
Date:
|
3012
|
-
-
|
3052
|
+
- Wed, 19 Feb 2014 21:15:37 GMT
|
3013
3053
|
Expires:
|
3014
|
-
-
|
3054
|
+
- Thu, 20 Feb 2014 21:15:37 GMT
|
3015
3055
|
Cache-Control:
|
3016
3056
|
- public, max-age=86400
|
3057
|
+
Vary:
|
3058
|
+
- Accept-Language
|
3017
3059
|
Access-Control-Allow-Origin:
|
3018
3060
|
- '*'
|
3019
3061
|
Server:
|
@@ -3023,7 +3065,7 @@ http_interactions:
|
|
3023
3065
|
X-Frame-Options:
|
3024
3066
|
- SAMEORIGIN
|
3025
3067
|
Alternate-Protocol:
|
3026
|
-
-
|
3068
|
+
- 443:quic
|
3027
3069
|
Transfer-Encoding:
|
3028
3070
|
- chunked
|
3029
3071
|
body:
|
@@ -3099,20 +3141,20 @@ http_interactions:
|
|
3099
3141
|
"status" : "OK"
|
3100
3142
|
}
|
3101
3143
|
http_version:
|
3102
|
-
recorded_at:
|
3144
|
+
recorded_at: Wed, 19 Feb 2014 21:15:37 GMT
|
3103
3145
|
- request:
|
3104
3146
|
method: get
|
3105
|
-
uri:
|
3147
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
3106
3148
|
body:
|
3107
3149
|
encoding: US-ASCII
|
3108
3150
|
string: ''
|
3109
3151
|
headers:
|
3152
|
+
User-Agent:
|
3153
|
+
- Faraday v0.9.0
|
3110
3154
|
Accept-Encoding:
|
3111
3155
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3112
3156
|
Accept:
|
3113
3157
|
- '*/*'
|
3114
|
-
User-Agent:
|
3115
|
-
- Ruby
|
3116
3158
|
response:
|
3117
3159
|
status:
|
3118
3160
|
code: 200
|
@@ -3121,11 +3163,13 @@ http_interactions:
|
|
3121
3163
|
Content-Type:
|
3122
3164
|
- application/json; charset=UTF-8
|
3123
3165
|
Date:
|
3124
|
-
-
|
3166
|
+
- Wed, 19 Feb 2014 21:15:38 GMT
|
3125
3167
|
Expires:
|
3126
|
-
-
|
3168
|
+
- Thu, 20 Feb 2014 21:15:38 GMT
|
3127
3169
|
Cache-Control:
|
3128
3170
|
- public, max-age=86400
|
3171
|
+
Vary:
|
3172
|
+
- Accept-Language
|
3129
3173
|
Access-Control-Allow-Origin:
|
3130
3174
|
- '*'
|
3131
3175
|
Server:
|
@@ -3135,7 +3179,7 @@ http_interactions:
|
|
3135
3179
|
X-Frame-Options:
|
3136
3180
|
- SAMEORIGIN
|
3137
3181
|
Alternate-Protocol:
|
3138
|
-
-
|
3182
|
+
- 443:quic
|
3139
3183
|
Transfer-Encoding:
|
3140
3184
|
- chunked
|
3141
3185
|
body:
|
@@ -3211,20 +3255,20 @@ http_interactions:
|
|
3211
3255
|
"status" : "OK"
|
3212
3256
|
}
|
3213
3257
|
http_version:
|
3214
|
-
recorded_at:
|
3258
|
+
recorded_at: Wed, 19 Feb 2014 21:15:38 GMT
|
3215
3259
|
- request:
|
3216
3260
|
method: get
|
3217
|
-
uri:
|
3261
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
3218
3262
|
body:
|
3219
3263
|
encoding: US-ASCII
|
3220
3264
|
string: ''
|
3221
3265
|
headers:
|
3266
|
+
User-Agent:
|
3267
|
+
- Faraday v0.9.0
|
3222
3268
|
Accept-Encoding:
|
3223
3269
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3224
3270
|
Accept:
|
3225
3271
|
- '*/*'
|
3226
|
-
User-Agent:
|
3227
|
-
- Ruby
|
3228
3272
|
response:
|
3229
3273
|
status:
|
3230
3274
|
code: 200
|
@@ -3233,11 +3277,13 @@ http_interactions:
|
|
3233
3277
|
Content-Type:
|
3234
3278
|
- application/json; charset=UTF-8
|
3235
3279
|
Date:
|
3236
|
-
-
|
3280
|
+
- Wed, 19 Feb 2014 21:15:38 GMT
|
3237
3281
|
Expires:
|
3238
|
-
-
|
3282
|
+
- Thu, 20 Feb 2014 21:15:38 GMT
|
3239
3283
|
Cache-Control:
|
3240
3284
|
- public, max-age=86400
|
3285
|
+
Vary:
|
3286
|
+
- Accept-Language
|
3241
3287
|
Access-Control-Allow-Origin:
|
3242
3288
|
- '*'
|
3243
3289
|
Server:
|
@@ -3247,7 +3293,7 @@ http_interactions:
|
|
3247
3293
|
X-Frame-Options:
|
3248
3294
|
- SAMEORIGIN
|
3249
3295
|
Alternate-Protocol:
|
3250
|
-
-
|
3296
|
+
- 443:quic
|
3251
3297
|
Transfer-Encoding:
|
3252
3298
|
- chunked
|
3253
3299
|
body:
|
@@ -3323,20 +3369,20 @@ http_interactions:
|
|
3323
3369
|
"status" : "OK"
|
3324
3370
|
}
|
3325
3371
|
http_version:
|
3326
|
-
recorded_at:
|
3372
|
+
recorded_at: Wed, 19 Feb 2014 21:15:38 GMT
|
3327
3373
|
- request:
|
3328
3374
|
method: get
|
3329
|
-
uri:
|
3375
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
3330
3376
|
body:
|
3331
3377
|
encoding: US-ASCII
|
3332
3378
|
string: ''
|
3333
3379
|
headers:
|
3380
|
+
User-Agent:
|
3381
|
+
- Faraday v0.9.0
|
3334
3382
|
Accept-Encoding:
|
3335
3383
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3336
3384
|
Accept:
|
3337
3385
|
- '*/*'
|
3338
|
-
User-Agent:
|
3339
|
-
- Ruby
|
3340
3386
|
response:
|
3341
3387
|
status:
|
3342
3388
|
code: 200
|
@@ -3345,11 +3391,13 @@ http_interactions:
|
|
3345
3391
|
Content-Type:
|
3346
3392
|
- application/json; charset=UTF-8
|
3347
3393
|
Date:
|
3348
|
-
-
|
3394
|
+
- Wed, 19 Feb 2014 21:15:39 GMT
|
3349
3395
|
Expires:
|
3350
|
-
-
|
3396
|
+
- Thu, 20 Feb 2014 21:15:39 GMT
|
3351
3397
|
Cache-Control:
|
3352
3398
|
- public, max-age=86400
|
3399
|
+
Vary:
|
3400
|
+
- Accept-Language
|
3353
3401
|
Access-Control-Allow-Origin:
|
3354
3402
|
- '*'
|
3355
3403
|
Server:
|
@@ -3359,7 +3407,7 @@ http_interactions:
|
|
3359
3407
|
X-Frame-Options:
|
3360
3408
|
- SAMEORIGIN
|
3361
3409
|
Alternate-Protocol:
|
3362
|
-
-
|
3410
|
+
- 443:quic
|
3363
3411
|
Transfer-Encoding:
|
3364
3412
|
- chunked
|
3365
3413
|
body:
|
@@ -3435,20 +3483,20 @@ http_interactions:
|
|
3435
3483
|
"status" : "OK"
|
3436
3484
|
}
|
3437
3485
|
http_version:
|
3438
|
-
recorded_at:
|
3486
|
+
recorded_at: Wed, 19 Feb 2014 21:15:39 GMT
|
3439
3487
|
- request:
|
3440
3488
|
method: get
|
3441
|
-
uri:
|
3489
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
3442
3490
|
body:
|
3443
3491
|
encoding: US-ASCII
|
3444
3492
|
string: ''
|
3445
3493
|
headers:
|
3494
|
+
User-Agent:
|
3495
|
+
- Faraday v0.9.0
|
3446
3496
|
Accept-Encoding:
|
3447
3497
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3448
3498
|
Accept:
|
3449
3499
|
- '*/*'
|
3450
|
-
User-Agent:
|
3451
|
-
- Ruby
|
3452
3500
|
response:
|
3453
3501
|
status:
|
3454
3502
|
code: 200
|
@@ -3457,11 +3505,13 @@ http_interactions:
|
|
3457
3505
|
Content-Type:
|
3458
3506
|
- application/json; charset=UTF-8
|
3459
3507
|
Date:
|
3460
|
-
-
|
3508
|
+
- Wed, 19 Feb 2014 21:15:39 GMT
|
3461
3509
|
Expires:
|
3462
|
-
-
|
3510
|
+
- Thu, 20 Feb 2014 21:15:39 GMT
|
3463
3511
|
Cache-Control:
|
3464
3512
|
- public, max-age=86400
|
3513
|
+
Vary:
|
3514
|
+
- Accept-Language
|
3465
3515
|
Access-Control-Allow-Origin:
|
3466
3516
|
- '*'
|
3467
3517
|
Server:
|
@@ -3471,7 +3521,7 @@ http_interactions:
|
|
3471
3521
|
X-Frame-Options:
|
3472
3522
|
- SAMEORIGIN
|
3473
3523
|
Alternate-Protocol:
|
3474
|
-
-
|
3524
|
+
- 443:quic
|
3475
3525
|
Transfer-Encoding:
|
3476
3526
|
- chunked
|
3477
3527
|
body:
|
@@ -3547,20 +3597,20 @@ http_interactions:
|
|
3547
3597
|
"status" : "OK"
|
3548
3598
|
}
|
3549
3599
|
http_version:
|
3550
|
-
recorded_at:
|
3600
|
+
recorded_at: Wed, 19 Feb 2014 21:15:39 GMT
|
3551
3601
|
- request:
|
3552
3602
|
method: get
|
3553
|
-
uri:
|
3603
|
+
uri: https://maps.googleapis.com/maps/api/geocode/json?address=1311%20York%20St.,%20322-3674Denver,%20%2080206&sensor=false
|
3554
3604
|
body:
|
3555
3605
|
encoding: US-ASCII
|
3556
3606
|
string: ''
|
3557
3607
|
headers:
|
3608
|
+
User-Agent:
|
3609
|
+
- Faraday v0.9.0
|
3558
3610
|
Accept-Encoding:
|
3559
3611
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
3560
3612
|
Accept:
|
3561
3613
|
- '*/*'
|
3562
|
-
User-Agent:
|
3563
|
-
- Ruby
|
3564
3614
|
response:
|
3565
3615
|
status:
|
3566
3616
|
code: 200
|
@@ -3569,11 +3619,13 @@ http_interactions:
|
|
3569
3619
|
Content-Type:
|
3570
3620
|
- application/json; charset=UTF-8
|
3571
3621
|
Date:
|
3572
|
-
-
|
3622
|
+
- Wed, 19 Feb 2014 21:15:39 GMT
|
3573
3623
|
Expires:
|
3574
|
-
-
|
3624
|
+
- Thu, 20 Feb 2014 21:15:39 GMT
|
3575
3625
|
Cache-Control:
|
3576
3626
|
- public, max-age=86400
|
3627
|
+
Vary:
|
3628
|
+
- Accept-Language
|
3577
3629
|
Access-Control-Allow-Origin:
|
3578
3630
|
- '*'
|
3579
3631
|
Server:
|
@@ -3583,7 +3635,7 @@ http_interactions:
|
|
3583
3635
|
X-Frame-Options:
|
3584
3636
|
- SAMEORIGIN
|
3585
3637
|
Alternate-Protocol:
|
3586
|
-
-
|
3638
|
+
- 443:quic
|
3587
3639
|
Transfer-Encoding:
|
3588
3640
|
- chunked
|
3589
3641
|
body:
|
@@ -3659,5 +3711,5 @@ http_interactions:
|
|
3659
3711
|
"status" : "OK"
|
3660
3712
|
}
|
3661
3713
|
http_version:
|
3662
|
-
recorded_at:
|
3714
|
+
recorded_at: Wed, 19 Feb 2014 21:15:39 GMT
|
3663
3715
|
recorded_with: VCR 2.8.0
|