cheftacular 2.7.0 → 2.7.1

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
  SHA1:
3
- metadata.gz: 4afb51eace0ceed81a2347f805bc51c4b11a98a4
4
- data.tar.gz: b1bf5947b4cca8298cd296804b93c4790a84524c
3
+ metadata.gz: 03e280057bbb8ea30fd3f6ad75dc2a789e11a2b5
4
+ data.tar.gz: 5fa04d2666c5d63b92a72532ff35f96234f97657
5
5
  SHA512:
6
- metadata.gz: dd80d668f3015552e00ffef30f6a2460a94f647d6e2578675bb93e610d3156ba6c6bda4707e6baa8b57eb9eee74265055d9e9e1a302025f94274f0b28cd1a7b8
7
- data.tar.gz: b78d57f3493f92d659642c3d77931f89c8d6d0ab27b4a85bb0089b31f30f0ebafa1126fde55ddc5c24d79d0009ea4ca33980dedf9aad8219d43a43ca7c92bf2d
6
+ metadata.gz: 5de24ea527e2dac934db6960f7a315b7b32ac5d287af56c10ea384f883834a51e23c0a317c708b1325c0ac34e7f611afe5483eabab2bc514f3a6b002359f440f
7
+ data.tar.gz: 3ddc9224829ff89f0f0b530f008bbed2b9453048ee38ee85cb48fff3465c58bc65ab97bedb44bd32bf3add7d4805ca307281527777fc61e05d586672318dbece
@@ -20,7 +20,7 @@ class Cheftacular
20
20
 
21
21
  initialize_sub_environment
22
22
 
23
- initialize_cloud_options
23
+ initialize_cloud_options unless @config['helper'].is_initialization_command?(ARGV[0])
24
24
 
25
25
  initialize_documentation_hash
26
26
 
@@ -32,9 +32,8 @@ class Cheftacular
32
32
 
33
33
  initialize_directories
34
34
 
35
- initialize_cloud_checks
36
-
37
35
  unless @config['helper'].is_initialization_command?(ARGV[0])
36
+ initialize_cloud_checks
38
37
 
39
38
  @config['helper'].completion_rate? 0, 'initializer'
40
39
 
@@ -1,5 +1,5 @@
1
1
  class Cheftacular
2
2
  #major_version.minor_version.bugfixes
3
- VERSION = "2.7.0"
3
+ VERSION = "2.7.1"
4
4
  RUBY_VERSION = "2.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheftacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Alridge