typingpool 0.8.10 → 0.8.11
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/.gitignore +3 -0
- data/bin/tp-assign +9 -5
- data/bin/tp-config +6 -6
- data/bin/tp-finish +1 -1
- data/bin/tp-make +9 -3
- data/lib/typingpool/amazon/hit/full/fromsearchhits.rb +2 -1
- data/lib/typingpool/amazon/hit/full.rb +3 -2
- data/lib/typingpool/amazon/hit.rb +19 -1
- data/lib/typingpool/amazon.rb +1 -2
- data/lib/typingpool/app/cli.rb +3 -3
- data/lib/typingpool/app/friendlyexceptions.rb +1 -1
- data/lib/typingpool/app.rb +24 -6
- data/lib/typingpool/config/root.rb +1 -0
- data/lib/typingpool/config.rb +6 -5
- data/lib/typingpool/filer/audio.rb +2 -2
- data/lib/typingpool/filer/dir.rb +1 -1
- data/lib/typingpool/filer.rb +1 -1
- data/lib/typingpool/project/local.rb +3 -3
- data/lib/typingpool/project/remote.rb +4 -3
- data/lib/typingpool/project.rb +2 -1
- data/lib/typingpool/template.rb +2 -2
- data/lib/typingpool/test/fixtures/amazon-question-url.txt +1 -1
- data/lib/typingpool/test/fixtures/config-2 +1 -1
- data/lib/typingpool/test/fixtures/test_amazon_hit_full_time.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_1_assignment.csv +6 -6
- data/lib/typingpool/test/fixtures/tp_assign_1_id.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_1_time.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_3_assignment.csv +6 -6
- data/lib/typingpool/test/fixtures/tp_assign_3_id.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_3_time.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_4_assignment.csv +6 -6
- data/lib/typingpool/test/fixtures/tp_assign_4_id.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_4_time.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_6_assignment.csv +6 -6
- data/lib/typingpool/test/fixtures/tp_assign_6_id.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_6_time.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_finish_3_assignment.csv +6 -6
- data/lib/typingpool/test/fixtures/tp_finish_3_id.txt +1 -1
- data/lib/typingpool/test/fixtures/tp_finish_3_time.txt +1 -1
- data/lib/typingpool/test/fixtures/vcr/test_amazon_hit_base.yml +35 -29
- data/lib/typingpool/test/fixtures/vcr/test_amazon_hit_create.yml +52 -44
- data/lib/typingpool/test/fixtures/vcr/test_amazon_hit_full.yml +36 -30
- data/lib/typingpool/test/fixtures/vcr/test_amazon_hit_full_fromsearchhits.yml +69 -57
- data/lib/typingpool/test/fixtures/vcr/test_amazon_hit_retrievers.yml +94 -76
- data/lib/typingpool/test/fixtures/vcr/test_handles_hits_with_broken_external_question.yml +51 -53
- data/lib/typingpool/test/fixtures/vcr/tp_assign_1.yml +628 -628
- data/lib/typingpool/test/fixtures/vcr/tp_assign_2.yml +265 -3044
- data/lib/typingpool/test/fixtures/vcr/tp_assign_3.yml +629 -629
- data/lib/typingpool/test/fixtures/vcr/tp_assign_4.yml +65 -62
- data/lib/typingpool/test/fixtures/vcr/tp_assign_5.yml +623 -623
- data/lib/typingpool/test/fixtures/vcr/tp_assign_6.yml +592 -588
- data/lib/typingpool/test/fixtures/vcr/tp_assign_7.yml +195 -195
- data/lib/typingpool/test/fixtures/vcr/tp_finish_1.yml +91 -91
- data/lib/typingpool/test/fixtures/vcr/tp_finish_2.yml +76 -3989
- data/lib/typingpool/test/fixtures/vcr/tp_finish_3.yml +713 -695
- data/lib/typingpool/test/fixtures/vcr/tp_finish_4.yml +527 -3276
- data/lib/typingpool/test/fixtures/vcr/tp_finish_5.yml +338 -5602
- data/lib/typingpool/test/fixtures/vcr/tp_finish_6.yml +91 -91
- data/lib/typingpool/test/fixtures/vcr/tp_finish_7.yml +86 -3999
- data/lib/typingpool/test/fixtures/vcr/tp_finish_8.yml +51 -0
- data/lib/typingpool/test/script.rb +4 -6
- data/lib/typingpool/test.rb +3 -2
- data/lib/typingpool/utility.rb +6 -5
- data/lib/typingpool/version.rb +1 -1
- data/test/test_integration_script_1_tp_config.rb +12 -12
- data/test/test_integration_script_2_tp_make.rb +24 -8
- data/test/test_integration_script_3_tp_assign.rb +34 -19
- data/test/test_integration_script_4_tp_review.rb +1 -1
- data/test/test_integration_script_6_tp_finish.rb +5 -5
- data/test/test_unit_amazon.rb +12 -4
- data/test/test_unit_config.rb +2 -2
- data/test/test_unit_filer.rb +14 -14
- data/test/test_unit_project.rb +3 -3
- data/test/test_unit_project_local.rb +4 -4
- data/test/test_unit_project_remote.rb +1 -1
- data/test/test_unit_test.rb +2 -2
- data/typingpool.gemspec +3 -2
- metadata +24 -8
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
http_interactions:
|
|
3
3
|
- request:
|
|
4
4
|
method: head
|
|
5
|
-
uri: https://typingpool-
|
|
5
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.00.d0442ad830245bd75c44d9e0e34ff411.HHYSRL.mp3
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
base64_string: ''
|
|
@@ -17,25 +17,25 @@ http_interactions:
|
|
|
17
17
|
message: Not Found
|
|
18
18
|
headers:
|
|
19
19
|
X-Amz-Request-Id:
|
|
20
|
-
-
|
|
20
|
+
- BA9538806C206C7A
|
|
21
21
|
X-Amz-Id-2:
|
|
22
|
-
-
|
|
22
|
+
- C2Rkbsebf5vuM439VYJrEPspwExPxmTb427+V2OWXU+unrGkBS/K+TqGQE4W9qtC7BFdSkbC1Nc=
|
|
23
23
|
Content-Type:
|
|
24
24
|
- application/xml
|
|
25
25
|
Transfer-Encoding:
|
|
26
26
|
- chunked
|
|
27
27
|
Date:
|
|
28
|
-
-
|
|
28
|
+
- Sat, 31 Dec 2016 02:25:42 GMT
|
|
29
29
|
Server:
|
|
30
30
|
- AmazonS3
|
|
31
31
|
body:
|
|
32
32
|
encoding: UTF-8
|
|
33
33
|
base64_string: ''
|
|
34
34
|
http_version:
|
|
35
|
-
recorded_at:
|
|
35
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
36
36
|
- request:
|
|
37
37
|
method: head
|
|
38
|
-
uri: https://typingpool-
|
|
38
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.22.d0442ad830245bd75c44d9e0e34ff411.AKFPCD.mp3
|
|
39
39
|
body:
|
|
40
40
|
encoding: US-ASCII
|
|
41
41
|
base64_string: ''
|
|
@@ -50,25 +50,25 @@ http_interactions:
|
|
|
50
50
|
message: Not Found
|
|
51
51
|
headers:
|
|
52
52
|
X-Amz-Request-Id:
|
|
53
|
-
-
|
|
53
|
+
- 7DBAEC22C6E264C2
|
|
54
54
|
X-Amz-Id-2:
|
|
55
|
-
-
|
|
55
|
+
- oXqB1QDOVRYKUfzULu60Ez5SuekvDQwf2J8PcA967JkJaJxh7AbAkKTGM/4ZAjvGkCAMNzGfBcs=
|
|
56
56
|
Content-Type:
|
|
57
57
|
- application/xml
|
|
58
58
|
Transfer-Encoding:
|
|
59
59
|
- chunked
|
|
60
60
|
Date:
|
|
61
|
-
-
|
|
61
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
62
62
|
Server:
|
|
63
63
|
- AmazonS3
|
|
64
64
|
body:
|
|
65
65
|
encoding: UTF-8
|
|
66
66
|
base64_string: ''
|
|
67
67
|
http_version:
|
|
68
|
-
recorded_at:
|
|
68
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
69
69
|
- request:
|
|
70
70
|
method: head
|
|
71
|
-
uri: https://typingpool-
|
|
71
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.44.d0442ad830245bd75c44d9e0e34ff411.GYAPWR.mp3
|
|
72
72
|
body:
|
|
73
73
|
encoding: US-ASCII
|
|
74
74
|
base64_string: ''
|
|
@@ -83,25 +83,25 @@ http_interactions:
|
|
|
83
83
|
message: Not Found
|
|
84
84
|
headers:
|
|
85
85
|
X-Amz-Request-Id:
|
|
86
|
-
-
|
|
86
|
+
- 40FDE946305A8BD4
|
|
87
87
|
X-Amz-Id-2:
|
|
88
|
-
-
|
|
88
|
+
- P/ochBOlU1+7g9QdYg144vnJ78lyBzX0A7Jsxjr656obfA4e1RRKJ/9S8cvpwI8snCApkSRlKEM=
|
|
89
89
|
Content-Type:
|
|
90
90
|
- application/xml
|
|
91
91
|
Transfer-Encoding:
|
|
92
92
|
- chunked
|
|
93
93
|
Date:
|
|
94
|
-
-
|
|
94
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
95
95
|
Server:
|
|
96
96
|
- AmazonS3
|
|
97
97
|
body:
|
|
98
98
|
encoding: UTF-8
|
|
99
99
|
base64_string: ''
|
|
100
100
|
http_version:
|
|
101
|
-
recorded_at:
|
|
101
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
102
102
|
- request:
|
|
103
103
|
method: head
|
|
104
|
-
uri: https://typingpool-
|
|
104
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.06.d0442ad830245bd75c44d9e0e34ff411.LVJDYN.mp3
|
|
105
105
|
body:
|
|
106
106
|
encoding: US-ASCII
|
|
107
107
|
base64_string: ''
|
|
@@ -116,25 +116,25 @@ http_interactions:
|
|
|
116
116
|
message: Not Found
|
|
117
117
|
headers:
|
|
118
118
|
X-Amz-Request-Id:
|
|
119
|
-
-
|
|
119
|
+
- 16246EE3D748EBB9
|
|
120
120
|
X-Amz-Id-2:
|
|
121
|
-
- +
|
|
121
|
+
- nVqAPqRmo/Ts+UdR9qZYifFXfa5IUrtk2QvSPbLzafgJARqxral2rZwFA1+rZPaoOzOIbq0xSaQ=
|
|
122
122
|
Content-Type:
|
|
123
123
|
- application/xml
|
|
124
124
|
Transfer-Encoding:
|
|
125
125
|
- chunked
|
|
126
126
|
Date:
|
|
127
|
-
-
|
|
127
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
128
128
|
Server:
|
|
129
129
|
- AmazonS3
|
|
130
130
|
body:
|
|
131
131
|
encoding: UTF-8
|
|
132
132
|
base64_string: ''
|
|
133
133
|
http_version:
|
|
134
|
-
recorded_at:
|
|
134
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
135
135
|
- request:
|
|
136
136
|
method: head
|
|
137
|
-
uri: https://typingpool-
|
|
137
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.28.d0442ad830245bd75c44d9e0e34ff411.FKUDDG.mp3
|
|
138
138
|
body:
|
|
139
139
|
encoding: US-ASCII
|
|
140
140
|
base64_string: ''
|
|
@@ -149,25 +149,25 @@ http_interactions:
|
|
|
149
149
|
message: Not Found
|
|
150
150
|
headers:
|
|
151
151
|
X-Amz-Request-Id:
|
|
152
|
-
-
|
|
152
|
+
- 3495BA0912095CD6
|
|
153
153
|
X-Amz-Id-2:
|
|
154
|
-
- +
|
|
154
|
+
- d8h7MD2fKyu0KWZa+i7q67niAoiv2bsxaALHHlDhKsi/JPL3OWWJtGfX4krUJ0e7xGOgeGw9r/A=
|
|
155
155
|
Content-Type:
|
|
156
156
|
- application/xml
|
|
157
157
|
Transfer-Encoding:
|
|
158
158
|
- chunked
|
|
159
159
|
Date:
|
|
160
|
-
-
|
|
160
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
161
161
|
Server:
|
|
162
162
|
- AmazonS3
|
|
163
163
|
body:
|
|
164
164
|
encoding: UTF-8
|
|
165
165
|
base64_string: ''
|
|
166
166
|
http_version:
|
|
167
|
-
recorded_at:
|
|
167
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
168
168
|
- request:
|
|
169
169
|
method: head
|
|
170
|
-
uri: https://typingpool-
|
|
170
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.50.d0442ad830245bd75c44d9e0e34ff411.DPRQYJ.mp3
|
|
171
171
|
body:
|
|
172
172
|
encoding: US-ASCII
|
|
173
173
|
base64_string: ''
|
|
@@ -182,25 +182,25 @@ http_interactions:
|
|
|
182
182
|
message: Not Found
|
|
183
183
|
headers:
|
|
184
184
|
X-Amz-Request-Id:
|
|
185
|
-
-
|
|
185
|
+
- 798EB699F5B90CBF
|
|
186
186
|
X-Amz-Id-2:
|
|
187
|
-
-
|
|
187
|
+
- 95ayHZqvOU+sKzHX3fDPlFB7QFVL+IE/vEtzKZLz/UlXPvR0tEnTvgxm3iJKyVi9f7L/ST1IVrU=
|
|
188
188
|
Content-Type:
|
|
189
189
|
- application/xml
|
|
190
190
|
Transfer-Encoding:
|
|
191
191
|
- chunked
|
|
192
192
|
Date:
|
|
193
|
-
-
|
|
193
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
194
194
|
Server:
|
|
195
195
|
- AmazonS3
|
|
196
196
|
body:
|
|
197
197
|
encoding: UTF-8
|
|
198
198
|
base64_string: ''
|
|
199
199
|
http_version:
|
|
200
|
-
recorded_at:
|
|
200
|
+
recorded_at: Sat, 31 Dec 2016 02:25:43 GMT
|
|
201
201
|
- request:
|
|
202
202
|
method: put
|
|
203
|
-
uri: https://typingpool-
|
|
203
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.00.d0442ad830245bd75c44d9e0e34ff411.HHYSRL.mp3
|
|
204
204
|
body:
|
|
205
205
|
encoding: UTF-8
|
|
206
206
|
base64_string: |
|
|
@@ -208,18 +208,18 @@ http_interactions:
|
|
|
208
208
|
headers:
|
|
209
209
|
Content-Type:
|
|
210
210
|
- ''
|
|
211
|
-
Accept-Encoding:
|
|
212
|
-
- ''
|
|
213
211
|
Content-Length:
|
|
214
212
|
- '532962'
|
|
215
213
|
X-Amz-Acl:
|
|
216
214
|
- public-read
|
|
217
215
|
User-Agent:
|
|
218
|
-
- aws-sdk-ruby/1.
|
|
216
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
219
217
|
Date:
|
|
220
|
-
-
|
|
218
|
+
- Sat, 31 Dec 2016 02:25:43 GMT
|
|
221
219
|
Authorization:
|
|
222
|
-
- AWS <AWS_KEY>:
|
|
220
|
+
- AWS <AWS_KEY>:wc1ItDt28URMQVE/8KzznEHXjs0=
|
|
221
|
+
Accept-Encoding:
|
|
222
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
223
223
|
Accept:
|
|
224
224
|
- '*/*'
|
|
225
225
|
response:
|
|
@@ -228,11 +228,11 @@ http_interactions:
|
|
|
228
228
|
message: OK
|
|
229
229
|
headers:
|
|
230
230
|
X-Amz-Id-2:
|
|
231
|
-
-
|
|
231
|
+
- 4usisGjZ9/tOh8UanHGruvoche7RJhfaSYuHIksf6TPEG8qZbbn1rLITeCkrlJepk0Wsg8H5fUE=
|
|
232
232
|
X-Amz-Request-Id:
|
|
233
|
-
-
|
|
233
|
+
- 1864CDF3735AEE4F
|
|
234
234
|
Date:
|
|
235
|
-
-
|
|
235
|
+
- Sat, 31 Dec 2016 02:25:45 GMT
|
|
236
236
|
Etag:
|
|
237
237
|
- '"f57d6553050f64280f63ebdd860d94e9"'
|
|
238
238
|
Content-Length:
|
|
@@ -243,10 +243,10 @@ http_interactions:
|
|
|
243
243
|
encoding: UTF-8
|
|
244
244
|
base64_string: ''
|
|
245
245
|
http_version:
|
|
246
|
-
recorded_at:
|
|
246
|
+
recorded_at: Sat, 31 Dec 2016 02:25:44 GMT
|
|
247
247
|
- request:
|
|
248
248
|
method: put
|
|
249
|
-
uri: https://typingpool-
|
|
249
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.22.d0442ad830245bd75c44d9e0e34ff411.AKFPCD.mp3
|
|
250
250
|
body:
|
|
251
251
|
encoding: UTF-8
|
|
252
252
|
base64_string: |
|
|
@@ -254,18 +254,18 @@ http_interactions:
|
|
|
254
254
|
headers:
|
|
255
255
|
Content-Type:
|
|
256
256
|
- ''
|
|
257
|
-
Accept-Encoding:
|
|
258
|
-
- ''
|
|
259
257
|
Content-Length:
|
|
260
258
|
- '524811'
|
|
261
259
|
X-Amz-Acl:
|
|
262
260
|
- public-read
|
|
263
261
|
User-Agent:
|
|
264
|
-
- aws-sdk-ruby/1.
|
|
262
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
265
263
|
Date:
|
|
266
|
-
-
|
|
264
|
+
- Sat, 31 Dec 2016 02:25:44 GMT
|
|
267
265
|
Authorization:
|
|
268
|
-
- AWS <AWS_KEY>:
|
|
266
|
+
- AWS <AWS_KEY>:mo5A5vW/puTUOC/96GS3KN1vR6w=
|
|
267
|
+
Accept-Encoding:
|
|
268
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
269
269
|
Accept:
|
|
270
270
|
- '*/*'
|
|
271
271
|
response:
|
|
@@ -274,11 +274,11 @@ http_interactions:
|
|
|
274
274
|
message: OK
|
|
275
275
|
headers:
|
|
276
276
|
X-Amz-Id-2:
|
|
277
|
-
-
|
|
277
|
+
- s2ktBv3Z+Zov3ewFevzkQg/58XHiLEC0IALw0hT4o9d5SbAd8gng+AVsRzdg9S09Hw2FNNiQihw=
|
|
278
278
|
X-Amz-Request-Id:
|
|
279
|
-
-
|
|
279
|
+
- 373BA57133E5126A
|
|
280
280
|
Date:
|
|
281
|
-
-
|
|
281
|
+
- Sat, 31 Dec 2016 02:25:46 GMT
|
|
282
282
|
Etag:
|
|
283
283
|
- '"28f8e8e11c4c39dce9903a8f29f472f6"'
|
|
284
284
|
Content-Length:
|
|
@@ -289,10 +289,10 @@ http_interactions:
|
|
|
289
289
|
encoding: UTF-8
|
|
290
290
|
base64_string: ''
|
|
291
291
|
http_version:
|
|
292
|
-
recorded_at:
|
|
292
|
+
recorded_at: Sat, 31 Dec 2016 02:25:45 GMT
|
|
293
293
|
- request:
|
|
294
294
|
method: put
|
|
295
|
-
uri: https://typingpool-
|
|
295
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.00.44.d0442ad830245bd75c44d9e0e34ff411.GYAPWR.mp3
|
|
296
296
|
body:
|
|
297
297
|
encoding: UTF-8
|
|
298
298
|
base64_string: |
|
|
@@ -300,18 +300,18 @@ http_interactions:
|
|
|
300
300
|
headers:
|
|
301
301
|
Content-Type:
|
|
302
302
|
- ''
|
|
303
|
-
Accept-Encoding:
|
|
304
|
-
- ''
|
|
305
303
|
Content-Length:
|
|
306
304
|
- '528606'
|
|
307
305
|
X-Amz-Acl:
|
|
308
306
|
- public-read
|
|
309
307
|
User-Agent:
|
|
310
|
-
- aws-sdk-ruby/1.
|
|
308
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
311
309
|
Date:
|
|
312
|
-
-
|
|
310
|
+
- Sat, 31 Dec 2016 02:25:45 GMT
|
|
313
311
|
Authorization:
|
|
314
|
-
- AWS <AWS_KEY>:
|
|
312
|
+
- AWS <AWS_KEY>:hF60+wc4tG8AyAZB4I2V0RS02Tg=
|
|
313
|
+
Accept-Encoding:
|
|
314
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
315
315
|
Accept:
|
|
316
316
|
- '*/*'
|
|
317
317
|
response:
|
|
@@ -320,11 +320,11 @@ http_interactions:
|
|
|
320
320
|
message: OK
|
|
321
321
|
headers:
|
|
322
322
|
X-Amz-Id-2:
|
|
323
|
-
-
|
|
323
|
+
- L+g2SHsPf41zqzRoO7iftapW4TbqMfeDEg+Q/ElrqYFnPYYXCJJv0DBYZpTpb4h+UeOUar/EADQ=
|
|
324
324
|
X-Amz-Request-Id:
|
|
325
|
-
-
|
|
325
|
+
- 0D3605CCF2786BDF
|
|
326
326
|
Date:
|
|
327
|
-
-
|
|
327
|
+
- Sat, 31 Dec 2016 02:25:47 GMT
|
|
328
328
|
Etag:
|
|
329
329
|
- '"c9ed1df5dc439a330f2fbdd56ceb35bf"'
|
|
330
330
|
Content-Length:
|
|
@@ -335,10 +335,10 @@ http_interactions:
|
|
|
335
335
|
encoding: UTF-8
|
|
336
336
|
base64_string: ''
|
|
337
337
|
http_version:
|
|
338
|
-
recorded_at:
|
|
338
|
+
recorded_at: Sat, 31 Dec 2016 02:25:46 GMT
|
|
339
339
|
- request:
|
|
340
340
|
method: put
|
|
341
|
-
uri: https://typingpool-
|
|
341
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.06.d0442ad830245bd75c44d9e0e34ff411.LVJDYN.mp3
|
|
342
342
|
body:
|
|
343
343
|
encoding: UTF-8
|
|
344
344
|
base64_string: |
|
|
@@ -346,18 +346,18 @@ http_interactions:
|
|
|
346
346
|
headers:
|
|
347
347
|
Content-Type:
|
|
348
348
|
- ''
|
|
349
|
-
Accept-Encoding:
|
|
350
|
-
- ''
|
|
351
349
|
Content-Length:
|
|
352
350
|
- '528574'
|
|
353
351
|
X-Amz-Acl:
|
|
354
352
|
- public-read
|
|
355
353
|
User-Agent:
|
|
356
|
-
- aws-sdk-ruby/1.
|
|
354
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
357
355
|
Date:
|
|
358
|
-
-
|
|
356
|
+
- Sat, 31 Dec 2016 02:25:46 GMT
|
|
359
357
|
Authorization:
|
|
360
|
-
- AWS <AWS_KEY>:
|
|
358
|
+
- AWS <AWS_KEY>:B59XcgfxpJJdgSvdUh7T3pIz7b0=
|
|
359
|
+
Accept-Encoding:
|
|
360
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
361
361
|
Accept:
|
|
362
362
|
- '*/*'
|
|
363
363
|
response:
|
|
@@ -366,11 +366,11 @@ http_interactions:
|
|
|
366
366
|
message: OK
|
|
367
367
|
headers:
|
|
368
368
|
X-Amz-Id-2:
|
|
369
|
-
-
|
|
369
|
+
- eXkoljYRE9Z6tQbcaWxO8SjbTaZ7BHjowPP5q5ZvOzn5ord9SzVqzQc/AftpkTFk9NsYePiGutU=
|
|
370
370
|
X-Amz-Request-Id:
|
|
371
|
-
-
|
|
371
|
+
- 3C9AE3D99A11BD1B
|
|
372
372
|
Date:
|
|
373
|
-
-
|
|
373
|
+
- Sat, 31 Dec 2016 02:25:48 GMT
|
|
374
374
|
Etag:
|
|
375
375
|
- '"aaefad08e1f9595ff1438f5ac076aac9"'
|
|
376
376
|
Content-Length:
|
|
@@ -381,10 +381,10 @@ http_interactions:
|
|
|
381
381
|
encoding: UTF-8
|
|
382
382
|
base64_string: ''
|
|
383
383
|
http_version:
|
|
384
|
-
recorded_at:
|
|
384
|
+
recorded_at: Sat, 31 Dec 2016 02:25:47 GMT
|
|
385
385
|
- request:
|
|
386
386
|
method: put
|
|
387
|
-
uri: https://typingpool-
|
|
387
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.28.d0442ad830245bd75c44d9e0e34ff411.FKUDDG.mp3
|
|
388
388
|
body:
|
|
389
389
|
encoding: UTF-8
|
|
390
390
|
base64_string: |
|
|
@@ -392,18 +392,18 @@ http_interactions:
|
|
|
392
392
|
headers:
|
|
393
393
|
Content-Type:
|
|
394
394
|
- ''
|
|
395
|
-
Accept-Encoding:
|
|
396
|
-
- ''
|
|
397
395
|
Content-Length:
|
|
398
396
|
- '528573'
|
|
399
397
|
X-Amz-Acl:
|
|
400
398
|
- public-read
|
|
401
399
|
User-Agent:
|
|
402
|
-
- aws-sdk-ruby/1.
|
|
400
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
403
401
|
Date:
|
|
404
|
-
-
|
|
402
|
+
- Sat, 31 Dec 2016 02:25:47 GMT
|
|
405
403
|
Authorization:
|
|
406
|
-
- AWS <AWS_KEY>:
|
|
404
|
+
- AWS <AWS_KEY>:uqY/KvLxKpztMjcVnRcA9WIItfw=
|
|
405
|
+
Accept-Encoding:
|
|
406
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
407
407
|
Accept:
|
|
408
408
|
- '*/*'
|
|
409
409
|
response:
|
|
@@ -412,11 +412,11 @@ http_interactions:
|
|
|
412
412
|
message: OK
|
|
413
413
|
headers:
|
|
414
414
|
X-Amz-Id-2:
|
|
415
|
-
-
|
|
415
|
+
- 7qTMvuQgG3Gi9zcOHVFN9no6kVkVvvhV8inBD8vGZ6Gne+CmGRCSVIOyhtIRL2/CICnAZALqeeM=
|
|
416
416
|
X-Amz-Request-Id:
|
|
417
|
-
-
|
|
417
|
+
- 2C9B91C11954E6D9
|
|
418
418
|
Date:
|
|
419
|
-
-
|
|
419
|
+
- Sat, 31 Dec 2016 02:25:49 GMT
|
|
420
420
|
Etag:
|
|
421
421
|
- '"460cc52f6ccf14cc0ed782dcd3708cd6"'
|
|
422
422
|
Content-Length:
|
|
@@ -427,10 +427,10 @@ http_interactions:
|
|
|
427
427
|
encoding: UTF-8
|
|
428
428
|
base64_string: ''
|
|
429
429
|
http_version:
|
|
430
|
-
recorded_at:
|
|
430
|
+
recorded_at: Sat, 31 Dec 2016 02:25:48 GMT
|
|
431
431
|
- request:
|
|
432
432
|
method: put
|
|
433
|
-
uri: https://typingpool-
|
|
433
|
+
uri: https://typingpool-test-rtt-12302016.s3.amazonaws.com/Typingpool's%20Test%20&%20Interview.01.50.d0442ad830245bd75c44d9e0e34ff411.DPRQYJ.mp3
|
|
434
434
|
body:
|
|
435
435
|
encoding: UTF-8
|
|
436
436
|
base64_string: |
|
|
@@ -438,18 +438,18 @@ http_interactions:
|
|
|
438
438
|
headers:
|
|
439
439
|
Content-Type:
|
|
440
440
|
- ''
|
|
441
|
-
Accept-Encoding:
|
|
442
|
-
- ''
|
|
443
441
|
Content-Length:
|
|
444
442
|
- '241437'
|
|
445
443
|
X-Amz-Acl:
|
|
446
444
|
- public-read
|
|
447
445
|
User-Agent:
|
|
448
|
-
- aws-sdk-ruby/1.
|
|
446
|
+
- aws-sdk-ruby/1.8.5 ruby/2.0.0 x86_64-darwin15.6.0
|
|
449
447
|
Date:
|
|
450
|
-
-
|
|
448
|
+
- Sat, 31 Dec 2016 02:25:48 GMT
|
|
451
449
|
Authorization:
|
|
452
|
-
- AWS <AWS_KEY>:
|
|
450
|
+
- AWS <AWS_KEY>:qanA+pjsNWIAX/ych2kzWSMCEIs=
|
|
451
|
+
Accept-Encoding:
|
|
452
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
453
453
|
Accept:
|
|
454
454
|
- '*/*'
|
|
455
455
|
response:
|
|
@@ -458,11 +458,11 @@ http_interactions:
|
|
|
458
458
|
message: OK
|
|
459
459
|
headers:
|
|
460
460
|
X-Amz-Id-2:
|
|
461
|
-
-
|
|
461
|
+
- D0rWJUd1yuP8ekXXznEcgcIIXRV4oVULbX+HBvpoSItb14/vgjv59Nf4vrkYNENcm86WM4oVr8U=
|
|
462
462
|
X-Amz-Request-Id:
|
|
463
|
-
-
|
|
463
|
+
- D06B086167DAC8F2
|
|
464
464
|
Date:
|
|
465
|
-
-
|
|
465
|
+
- Sat, 31 Dec 2016 02:25:50 GMT
|
|
466
466
|
Etag:
|
|
467
467
|
- '"24d25572b526834e342a6d060f93c00a"'
|
|
468
468
|
Content-Length:
|
|
@@ -473,5 +473,5 @@ http_interactions:
|
|
|
473
473
|
encoding: UTF-8
|
|
474
474
|
base64_string: ''
|
|
475
475
|
http_version:
|
|
476
|
-
recorded_at:
|
|
477
|
-
recorded_with: VCR
|
|
476
|
+
recorded_at: Sat, 31 Dec 2016 02:25:49 GMT
|
|
477
|
+
recorded_with: VCR 3.0.3
|