lederhosen 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -98,9 +98,8 @@ module Lederhosen
98
98
  lines = `wc -l #{input}`.split.first.to_i
99
99
  pbar = ProgressBar.new 'loading uc file', lines
100
100
  File.open(input) do |handle|
101
- pbar.inc
102
101
  handle.each do |line|
103
-
102
+ pbar.inc
104
103
  next if line =~ /^#/ # skip comments
105
104
 
106
105
  line = line.strip.split
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lederhosen
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lederhosen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Austin G. Davis-Richardson