genZPK 0.1.6 → 0.1.7
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/.idea/workspace.xml +2 -2
- data/bin/genZPK +2 -1
- data/lib/genZPK/version.rb +1 -1
- metadata +1 -1
data/.idea/workspace.xml
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
<file leaf-file-name="genZPK" pinned="false" current="false" current-in-tab="false">
|
46
46
|
<entry file="file://$PROJECT_DIR$/bin/genZPK">
|
47
47
|
<provider selected="true" editor-type-id="text-editor">
|
48
|
-
<state line="
|
48
|
+
<state line="151" column="17" selection-start="5067" selection-end="5067" vertical-scroll-proportion="0.0" vertical-offset="2363" max-vertical-offset="5474">
|
49
49
|
<folding />
|
50
50
|
</state>
|
51
51
|
</provider>
|
@@ -700,7 +700,7 @@
|
|
700
700
|
</entry>
|
701
701
|
<entry file="file://$PROJECT_DIR$/bin/genZPK">
|
702
702
|
<provider selected="true" editor-type-id="text-editor">
|
703
|
-
<state line="
|
703
|
+
<state line="151" column="17" selection-start="5067" selection-end="5067" vertical-scroll-proportion="0.0" vertical-offset="2363" max-vertical-offset="5474">
|
704
704
|
<folding />
|
705
705
|
</state>
|
706
706
|
</provider>
|
data/bin/genZPK
CHANGED
@@ -149,6 +149,7 @@ for i in 0..(checks.size - 1)
|
|
149
149
|
display << "FAIL\n"
|
150
150
|
display << "\tFile not found: #{dir + filepath}"
|
151
151
|
puts display
|
152
|
+
puts "-" * 80
|
152
153
|
next
|
153
154
|
end
|
154
155
|
|
@@ -177,7 +178,7 @@ for i in 0..(checks.size - 1)
|
|
177
178
|
display << "." * (80 - "FAIL".size - desc.size)
|
178
179
|
display << "FAIL"
|
179
180
|
puts display
|
180
|
-
puts results
|
181
|
+
puts results.chomop
|
181
182
|
end
|
182
183
|
puts "-" * 80
|
183
184
|
end
|
data/lib/genZPK/version.rb
CHANGED