atk_toolbox 0.0.111 → 0.0.112

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48f61f3f5e4e7ab9dd85b02842207efa0f17b081a32c3e4077e67edb4bc70898
4
- data.tar.gz: 586dd74e59d638de018e407d21873f5236d8d1d44b7613fad004935b34fcce07
3
+ metadata.gz: 37776e8c6e6c44fe09c02f3dbc6dd8b3c813d4ac259a94416c9f6210c678a913
4
+ data.tar.gz: '08b12599df0c89cc9f549406b110f8ee6c7ef3751e1f6e0231673ad1191929c4'
5
5
  SHA512:
6
- metadata.gz: 23fefd94202d2c6b1df86523a3bbd3ef335c78185ead9027642994f1b97ffabbd36b528ad18c54dddb392c77ef6f986797447969fdccfcaacabca40ded73a07d
7
- data.tar.gz: 9aa990d9bcd1c7c026165379b8ad10c174a6be3cd09cf854d2d5dc31ceecc61cf03a78cc302f6fcd199ece30aae3880956a7b27c506d02aafd5efd5c6d096383
6
+ metadata.gz: 25edd0904e0b6f7279f0cd9a9146d5496f6477301d7540025b8fc8fd7b9d1d8e4b3d7171a81f7a28d8327fb6e38d674cc13ecdafba62544b0c4982a25dcaa613
7
+ data.tar.gz: a1d2178d173f3cf55281178314b62dbb9f071eb5db02f33f32698f6d2d9eb780386beaa4f225df33d229f89ba3cedcc61bf4d1a0f2958e3ebc8a91fd42d1ae3b
@@ -265,8 +265,7 @@ class Info
265
265
  end
266
266
  @@project = @@data['(project)']
267
267
  if @@project == nil
268
- # TODO: maybe change this to be optional in the future and have default settings
269
- raise "\n\nThere is no (project): key in the info.yaml\n(so ATK is unable to parse the project settings)".red
268
+ return
270
269
  end
271
270
 
272
271
  @@settings = @@project['(advanced_setup)']
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.111'
2
+ VERSION = '0.0.112'
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.111
4
+ version: 0.0.112
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin