jeti-log 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,3 +40,7 @@ def invalid_data_files
40
40
  invalid << __FILE__
41
41
  invalid << 'NOFILE.TLM'
42
42
  end
43
+
44
+ def unnamed_header_files
45
+ ["#{File.dirname(__FILE__)}/sample-data/unnamed-header.log"]
46
+ end
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.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Veys
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-28 00:00:00.000000000 Z
11
+ date: 2017-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -256,6 +256,7 @@ files:
256
256
  - spec/sample-data/no-comments.log
257
257
  - spec/sample-data/sharp-in-comments.log
258
258
  - spec/sample-data/tx-controls.log
259
+ - spec/sample-data/unnamed-header.log
259
260
  - spec/spec_helper.rb
260
261
  homepage: http://github.com/code-lever/jeti-log
261
262
  licenses:
@@ -305,5 +306,6 @@ test_files:
305
306
  - spec/sample-data/no-comments.log
306
307
  - spec/sample-data/sharp-in-comments.log
307
308
  - spec/sample-data/tx-controls.log
309
+ - spec/sample-data/unnamed-header.log
308
310
  - spec/spec_helper.rb
309
311
  has_rdoc: