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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e370070e342179170354d0288f86a7c729f1c2760a13fe12b45eef0f117f8a0
4
- data.tar.gz: 48a983f4c956106027c2c5e1fd645d506813e4c3835b3952d7dc08746e21369a
3
+ metadata.gz: 292370d8f93d0be1d1a038005d5b14fed743273c2fd2bdda8611c8d61f76bc73
4
+ data.tar.gz: 5679595615ab2e5b3ab686897138fb3a02cc697e26475091ed44c5f3ce5adbc9
5
5
  SHA512:
6
- metadata.gz: ef0e5057cedf97751f57c1c44f4d2389310785139b389f1fd711cbab363e1e6d8a9f64eba5cab3fc3f71c0739cf20d52bbd6239410a655fbe0f418e86d57e5cd
7
- data.tar.gz: d3800e78d83ac5b6a12e94b84ea62c483e837f1bb72d214ebd62487c8293c39fa3a4eb638c08459db5581ee26665fa98ce34d7f5ca896f34fca7b26f7c300297
6
+ metadata.gz: 8164660ffd136f44ad7d5dacbb923c59eafafc0ad2a3a9e13392275a41c2786cfcfd8b1db746e5cab16945c50c0c8b2ad8a4555c15f7e10516d925d82e356c1e
7
+ data.tar.gz: 3aacdae8f1458b1dc4db098621368cf4601e3a24c89cab39a93e9258058f58d5ebb3b222ee317c19ac2eb1eaab0fe5d30e28b82de5f4183b7949fa9301fab77a
@@ -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
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.71'
2
+ VERSION = '0.0.72'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin