typingpool 0.8.8 → 0.8.9
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/bin/tp-assign +9 -5
- data/bin/tp-review +3 -3
- data/lib/typingpool/app/cli/formatter.rb +7 -0
- data/lib/typingpool/test.rb +1 -1
- data/lib/typingpool/test/fixtures/tp_assign_6_assignment.csv +7 -0
- data/lib/typingpool/test/fixtures/tp_assign_6_id.txt +1 -0
- data/lib/typingpool/test/fixtures/tp_assign_6_time.txt +1 -0
- data/lib/typingpool/test/fixtures/vcr/tp_assign_6.yml +2003 -0
- data/lib/typingpool/test/fixtures/vcr/tp_assign_7.yml +352 -0
- data/lib/typingpool/test/script.rb +11 -1
- data/lib/typingpool/utility.rb +8 -2
- data/lib/typingpool/version.rb +1 -1
- data/test/test_integration_script_1_tp_config.rb +3 -2
- data/test/test_integration_script_3_tp_assign.rb +28 -0
- data/typingpool.gemspec +1 -14
- metadata +14 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typingpool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Tate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rturk
|
|
@@ -237,6 +237,9 @@ files:
|
|
|
237
237
|
- lib/typingpool/test/fixtures/tp_assign_4_assignment.csv
|
|
238
238
|
- lib/typingpool/test/fixtures/tp_assign_4_id.txt
|
|
239
239
|
- lib/typingpool/test/fixtures/tp_assign_4_time.txt
|
|
240
|
+
- lib/typingpool/test/fixtures/tp_assign_6_assignment.csv
|
|
241
|
+
- lib/typingpool/test/fixtures/tp_assign_6_id.txt
|
|
242
|
+
- lib/typingpool/test/fixtures/tp_assign_6_time.txt
|
|
240
243
|
- lib/typingpool/test/fixtures/tp_collect_id.txt
|
|
241
244
|
- lib/typingpool/test/fixtures/tp_collect_sandbox-assignment.csv
|
|
242
245
|
- lib/typingpool/test/fixtures/tp_finish_3_assignment.csv
|
|
@@ -268,6 +271,8 @@ files:
|
|
|
268
271
|
- lib/typingpool/test/fixtures/vcr/tp_assign_3.yml
|
|
269
272
|
- lib/typingpool/test/fixtures/vcr/tp_assign_4.yml
|
|
270
273
|
- lib/typingpool/test/fixtures/vcr/tp_assign_5.yml
|
|
274
|
+
- lib/typingpool/test/fixtures/vcr/tp_assign_6.yml
|
|
275
|
+
- lib/typingpool/test/fixtures/vcr/tp_assign_7.yml
|
|
271
276
|
- lib/typingpool/test/fixtures/vcr/tp_finish_1.yml
|
|
272
277
|
- lib/typingpool/test/fixtures/vcr/tp_finish_2.yml
|
|
273
278
|
- lib/typingpool/test/fixtures/vcr/tp_finish_3.yml
|
|
@@ -335,6 +340,12 @@ signing_key:
|
|
|
335
340
|
specification_version: 4
|
|
336
341
|
summary: An app for transcribing audio using Mechanical Turk
|
|
337
342
|
test_files:
|
|
343
|
+
- test/test_integration_script_1_tp_config.rb
|
|
344
|
+
- test/test_integration_script_2_tp_make.rb
|
|
345
|
+
- test/test_integration_script_3_tp_assign.rb
|
|
346
|
+
- test/test_integration_script_4_tp_review.rb
|
|
347
|
+
- test/test_integration_script_5_tp_collect.rb
|
|
348
|
+
- test/test_integration_script_6_tp_finish.rb
|
|
338
349
|
- test/test_unit_amazon.rb
|
|
339
350
|
- test/test_unit_config.rb
|
|
340
351
|
- test/test_unit_filer.rb
|
|
@@ -342,4 +353,5 @@ test_files:
|
|
|
342
353
|
- test/test_unit_project_local.rb
|
|
343
354
|
- test/test_unit_project_remote.rb
|
|
344
355
|
- test/test_unit_template.rb
|
|
356
|
+
- test/test_unit_test.rb
|
|
345
357
|
- test/test_unit_transcript.rb
|