atk_toolbox 0.0.71 → 0.0.72
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/atk/yaml_info_parser.rb +1 -0
- data/lib/atk_toolbox/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: 292370d8f93d0be1d1a038005d5b14fed743273c2fd2bdda8611c8d61f76bc73
|
|
4
|
+
data.tar.gz: 5679595615ab2e5b3ab686897138fb3a02cc697e26475091ed44c5f3ce5adbc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8164660ffd136f44ad7d5dacbb923c59eafafc0ad2a3a9e13392275a41c2786cfcfd8b1db746e5cab16945c50c0c8b2ad8a4555c15f7e10516d925d82e356c1e
|
|
7
|
+
data.tar.gz: 3aacdae8f1458b1dc4db098621368cf4601e3a24c89cab39a93e9258058f58d5ebb3b222ee317c19ac2eb1eaab0fe5d30e28b82de5f4183b7949fa9301fab77a
|
data/lib/atk/yaml_info_parser.rb
CHANGED
|
@@ -103,6 +103,7 @@ class Info
|
|
|
103
103
|
if not FS.file?(current_dir)
|
|
104
104
|
# copy the default yaml to the current dir
|
|
105
105
|
FileUtils.cp(__dir__/"default_info.yaml", current_dir)
|
|
106
|
+
puts "info.yaml created successfully"
|
|
106
107
|
else
|
|
107
108
|
puts "There appears to already be an info.yaml file\nThe init method is not yet able to merge the ATK init data with the current data\n(this will be fixed in the future)"
|
|
108
109
|
end
|
data/lib/atk_toolbox/version.rb
CHANGED