atk_toolbox 0.0.110 → 0.0.111

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: 1387eda2371ffa67cd2ad5d9c09f6378367f957388b372f1be183566b69adf63
4
- data.tar.gz: c506dc6a62924043aafd7c865ef7f0b61886209e7dcdb91308ed1cf10d4d0798
3
+ metadata.gz: 48f61f3f5e4e7ab9dd85b02842207efa0f17b081a32c3e4077e67edb4bc70898
4
+ data.tar.gz: 586dd74e59d638de018e407d21873f5236d8d1d44b7613fad004935b34fcce07
5
5
  SHA512:
6
- metadata.gz: bf5c1b8df395fc7f1ba9ebbb7ad1487d898a597d38ffa89b298655872d3f8cc920e32da0562d578d99e124a0bf15029a447d1f8b2781794f60cccaa5bee4238a
7
- data.tar.gz: 1a0b628b70c232bdbdfffe1f54c576b56fd6244b9bfbd2b5bd7bb970b7f715727039245e620196cf5944ce5e95a4cb62c118f03ecf822dd39e0fac9958aed5e0
6
+ metadata.gz: 23fefd94202d2c6b1df86523a3bbd3ef335c78185ead9027642994f1b97ffabbd36b528ad18c54dddb392c77ef6f986797447969fdccfcaacabca40ded73a07d
7
+ data.tar.gz: 9aa990d9bcd1c7c026165379b8ad10c174a6be3cd09cf854d2d5dc31ceecc61cf03a78cc302f6fcd199ece30aae3880956a7b27c506d02aafd5efd5c6d096383
data/lib/atk/atk_info.rb CHANGED
@@ -75,10 +75,9 @@ module Atk
75
75
  if data[@@atk_settings_key].is_a?(Hash)
76
76
  return data[@@atk_settings_key]
77
77
  end
78
- else
79
- return {}
80
78
  end
81
79
  end
80
+ return {}
82
81
  end
83
82
 
84
83
  def self.save_info(new_hash)
@@ -244,7 +243,7 @@ class AtkPackage
244
243
  if error_loading_yaml
245
244
  custom_message = "✖ there was an issue loading the info.yaml for this package".red
246
245
  else
247
- if run_command["(installer)"] == nil
246
+ if run_command == nil
248
247
  custom_message = "✖ there wasn't an (installer) key with a run command".red
249
248
  end
250
249
  end
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.110'
2
+ VERSION = '0.0.111'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.110
4
+ version: 0.0.111
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-08 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zip