jeti-log 0.5.0 → 0.5.1
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/jeti/log/data/mui_data.rb +15 -1
- data/lib/jeti/log/file.rb +1 -1
- data/lib/jeti/log/version.rb +1 -1
- data/spec/file_spec.rb +49 -0
- data/spec/sample-data/mui-50.log +2178 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jeti-log
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Veys
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
@@ -179,6 +179,7 @@ files:
|
|
179
179
|
- spec/sample-data/mezon-1.log
|
180
180
|
- spec/sample-data/mezon-2.log
|
181
181
|
- spec/sample-data/mezon-3.log
|
182
|
+
- spec/sample-data/mui-50.log
|
182
183
|
- spec/sample-data/tx-controls.log
|
183
184
|
- spec/spec_helper.rb
|
184
185
|
homepage: ''
|
@@ -201,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
202
|
version: '0'
|
202
203
|
requirements: []
|
203
204
|
rubyforge_project:
|
204
|
-
rubygems_version: 2.0.
|
205
|
+
rubygems_version: 2.0.3
|
205
206
|
signing_key:
|
206
207
|
specification_version: 4
|
207
208
|
summary: Jeti telemetry log file reader
|
@@ -223,5 +224,6 @@ test_files:
|
|
223
224
|
- spec/sample-data/mezon-1.log
|
224
225
|
- spec/sample-data/mezon-2.log
|
225
226
|
- spec/sample-data/mezon-3.log
|
227
|
+
- spec/sample-data/mui-50.log
|
226
228
|
- spec/sample-data/tx-controls.log
|
227
229
|
- spec/spec_helper.rb
|