cirneco 0.6.6 → 0.6.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/cirneco/utils.rb +2 -0
- data/lib/cirneco/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8cacedf8b97958116cab01245a96f3aaa207000
|
|
4
|
+
data.tar.gz: dfd05de68f8a7a38494728dc1478f430f3bf15a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94d04dc8162acc9351b8150c03b0cd7c44882e9bb64b4f31d3a8875055e0bbe4ce89c23fed701d829e333e2224e5809e38497cb26f297ccc16d1f4c012295a94
|
|
7
|
+
data.tar.gz: cf6a0d25742f89f45b673b123fb56af08d35825a64be94aaf9b3b64e37a8aa68902bed3ff72fdeecc9295a879c401e9476b6b63e1cbeabc918245822f4e02ff7
|
data/Gemfile.lock
CHANGED
data/lib/cirneco/utils.rb
CHANGED
|
@@ -197,6 +197,7 @@ module Cirneco
|
|
|
197
197
|
IO.write(filename, work.data)
|
|
198
198
|
else
|
|
199
199
|
puts work.validation_errors
|
|
200
|
+
puts work.inspect
|
|
200
201
|
end
|
|
201
202
|
|
|
202
203
|
work
|
|
@@ -210,6 +211,7 @@ module Cirneco
|
|
|
210
211
|
File.delete(filename) if File.exist?(filename)
|
|
211
212
|
else
|
|
212
213
|
puts work.validation_errors
|
|
214
|
+
puts work.inspect
|
|
213
215
|
end
|
|
214
216
|
|
|
215
217
|
work
|
data/lib/cirneco/version.rb
CHANGED