libriciel 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.
- checksums.yaml +4 -4
- data/lib/libriciel.rb +1 -1
- data/lib/libriciel/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb5e60f1e0d368dc4fbc1f48f4fe93a13018d35652fa763fbf095bb6c9263b2b
|
|
4
|
+
data.tar.gz: 8bf8c296e1d0085c18c43a22b08eda02019b63481b638fefb7ec4eb0c830c7a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e956504904eda6b786e63566f369574ee242c6839f0dc7b64609d543beacd898587d3178dda23851043abd61d27a0c4b61df9244da73e25b1ca25f25189eef66
|
|
7
|
+
data.tar.gz: 682039b500333512a9bee15c863d7dadb3cbcbb78ed628071fc92f4cd5262d70e4dd68f0dd4bff8b44ddbd4f633d9136d3930289ce5c3e1b2475709ca0d6dbd8
|
data/lib/libriciel.rb
CHANGED
|
@@ -639,7 +639,7 @@ module Libriciel
|
|
|
639
639
|
template_file_json.keys.each do |keys_template_file_lvl_1|
|
|
640
640
|
|
|
641
641
|
if !conf_file_json.keys.include? keys_template_file_lvl_1
|
|
642
|
-
puts keys_template_file_lvl_1
|
|
642
|
+
puts "#{keys_template_file_lvl_1}"
|
|
643
643
|
puts "Attention pas bonne syntaxe de la configuration"
|
|
644
644
|
exit 222
|
|
645
645
|
else
|
data/lib/libriciel/version.rb
CHANGED