concept2-data-parser 0.1.1 → 0.2.0
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/README.md +1 -2
- data/bin/concept2-parser +8 -1
- data/lib/concept2/data/parser.rb +6 -5
- data/lib/concept2/data/parser/version.rb +1 -1
- data/test/concept2_data_parser_test.rb +2 -2
- data/test/fixtures/2K-stroke-data.txt +5886 -0
- metadata +4 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concept2-data-parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henry Poydar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01
|
|
11
|
+
date: 2015-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chronic_duration
|
|
@@ -84,6 +84,7 @@ files:
|
|
|
84
84
|
- lib/concept2/data/parser.rb
|
|
85
85
|
- lib/concept2/data/parser/version.rb
|
|
86
86
|
- test/concept2_data_parser_test.rb
|
|
87
|
+
- test/fixtures/2K-stroke-data.txt
|
|
87
88
|
- test/fixtures/6k-stroke-data.txt
|
|
88
89
|
- test/test_helper.rb
|
|
89
90
|
homepage: https://github.com/hpoydar/concept2-data-parser
|
|
@@ -113,5 +114,6 @@ summary: Compiles a 6k erg test 500m splits spreadsheet from Concept2 stroke dat
|
|
|
113
114
|
files
|
|
114
115
|
test_files:
|
|
115
116
|
- test/concept2_data_parser_test.rb
|
|
117
|
+
- test/fixtures/2K-stroke-data.txt
|
|
116
118
|
- test/fixtures/6k-stroke-data.txt
|
|
117
119
|
- test/test_helper.rb
|