tokfile 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3683172314a29647ad38abf97453fc714f38b546
4
- data.tar.gz: 426fad8bfc5dff6b42dbc3a66b16e1909e1f30ee
3
+ metadata.gz: fbbf17c65cce60db66928b094977d17ebe3f29de
4
+ data.tar.gz: 9bd89f587b94fa37336f030aa518c3de32d68936
5
5
  SHA512:
6
- metadata.gz: 6479a42f64a2bf13ec6d0e908a8d6760c0ec9808b38d946f2d5d62a5531ebfb11d26342c702c543eddda64b825d6415157465dde38a1aa3adc27ec133bf2243a
7
- data.tar.gz: 219c554c4673e79074dd407bd7625a7b0f4a182a7b15034f52632c6772d7f21b428911e5896382becfa308a8a6c86ddbd7baf3a1e59cc669a6caa0990fb47a69
6
+ metadata.gz: 9534ed5b3e71800e3dd220b7d34193736b356f092902c76737f08305b14d371d8fb053a921fe38041de3eab3a5ccc85f396a6d3c957301ff22735bc0510397d7
7
+ data.tar.gz: 2ece68c325f97b86ef68fe7122e09f2c53083286c601e0a84a8b5e4d2c0679706a341a560d6c628c695abaa29fb5091f543eb95aabf8faf9da39d2464eddad79
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -24,7 +24,7 @@ class TokFile::Ogyropsi
24
24
  var = @lines[i].gsub(/\s/, '').downcase.to_sym
25
25
  var = :pr if var == :p
26
26
  j=i+1
27
- j+=1 while j < sz and not @lines[j][0] =~ /^[A-Za-z]/
27
+ j+=1 while j < sz and not @lines[j][0] =~ /^\s*[A-Za-z]/
28
28
  val = @lines.slice(i+1...j).join(' ').sub(/\A\s+/, '').sub(/\s+\Z/, '').split(/\s+/).map{|s| eval(s)}
29
29
  vsz = val.size
30
30
  total_size += vsz
data/tokfile.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: tokfile 0.0.1 ruby lib
5
+ # stub: tokfile 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "tokfile"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tokfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock