lineparser 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b17ab2c8546919d2a3eedeedb5ab9a90a07fdae
4
- data.tar.gz: 1169df54ee693a8a7b8025cff77b2d4cb7fa42cd
3
+ metadata.gz: 589419361bb5609e8585e94c2954e8eb3f635b43
4
+ data.tar.gz: a598bf4c7ef2a846bea45500db713fe6ecbc0bf2
5
5
  SHA512:
6
- metadata.gz: c094653ed8f021cc12ac859dcb663f41067db4b6afd75a802259de0a15489b551ad84b381624c1c226f499bd2d5c130c24b0a18f559ab463ee0cbe2f5111b477
7
- data.tar.gz: 5ac836e962ff35aec46538f51115875df085c10467304564e971ab48204748ca46270d72b20c085c96f257e46e6dc6ac0135b132b092f834a6f3395a39265e3f
6
+ metadata.gz: 0827407478c4d4595eaf7c0c9492dcdc7267adff9aadc298a035d99a48a21e531314e2cc09918717a324a6de5ab199385460f49375dd3199990187b18579bf37
7
+ data.tar.gz: 034c508421fdd25a2e83faf376fc9a2f1ceef5dbaced3a08c80a454499a3fb0f0d811f82da144e63ef5803c1a96c23e0d0662ddf43a0086b9dbd6b6e53cfcf7b
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/lineparser.rb CHANGED
@@ -70,13 +70,12 @@ class LineParser
70
70
 
71
71
  def scan(xpatterns, items)
72
72
 
73
- puts 'xpatterns : ' + xpatterns.inspect
74
73
  records = []
75
74
 
76
75
  while items.any? do
77
76
 
78
77
  x = items.shift
79
- puts 'x : ' + x.inspect
78
+
80
79
  params, context = nil, nil
81
80
 
82
81
  xpatterns = [xpatterns] unless xpatterns[0].is_a? Array
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lineparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  91WD0+jYVX++HpUKNCp85+avduv17ztFqGGok26cpRFYNdIIFFu8T4cl2jsqGI2l
32
32
  hT3uS3yIJ12YEQ==
33
33
  -----END CERTIFICATE-----
34
- date: 2014-03-24 00:00:00.000000000 Z
34
+ date: 2014-03-25 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: line-tree
metadata.gz.sig CHANGED
Binary file