lederhosen 0.2.4 → 0.2.5
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.
- data/lib/lederhosen/helpers.rb +1 -2
- data/lib/version.rb +1 -1
- metadata +3 -3
data/lib/lederhosen/helpers.rb
CHANGED
|
@@ -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
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:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.2.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Austin G. Davis-Richardson
|