deploy-context 2.0.4 → 2.0.6

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: a3238ccb82095e6c5f0d19b18fbd19f54666493a25c5971fd653b46e7bc78311
4
- data.tar.gz: 5a21aae1eac6d7f04624d8ad25161f8f328268d705cb90913b6b1d02eacebba8
3
+ metadata.gz: 81c2c783f5a053f32789f95f07c74b645d2481fd7603b0de81d3602659345845
4
+ data.tar.gz: 702390e49e3ebd395f0be64b8a090578155e5e332a40edd62393b5f268a23c35
5
5
  SHA512:
6
- metadata.gz: 52e3828699f17f93e7b7de2df4807753238c2b39d8b9ac716e4808b6e4956002727d19d938d222e72bc87f74f45f84993a88591f84b1d9946c7c3f08d0cdc05e
7
- data.tar.gz: dc662deda25c8dc232261af80bc9d4e978743e2b6e9fc61cfea8d5fa0b67a85abde4dd40be54ce021d07a74bdceccc2793e9a95777500b6b54f576f6e3563d1b
6
+ metadata.gz: bb5a3fff9460b3265a76e64abc8d7b8541e85399dc4cf3fc98b82ab8b45af6b4e9b53f7fbc82b27af10a8d152b927095443c0f6a5aa476c1371e77d3ff7f045d
7
+ data.tar.gz: bc95e54e9ec6cb92b70c53dea7884283ba90d5b27e6f7ac5c7de5b25a3a9cbde51454e6436e485c10c789b324f44cd47e55a21446945794f072dd77f1b934a83
checksums.yaml.gz.sig CHANGED
Binary file
@@ -73,7 +73,7 @@ module Context
73
73
  if state_action
74
74
  puts "Action #{action} executed correctly in context #{context}"
75
75
  else
76
- abort!("Failed to execute action #{action} in context #{context}")
76
+ abort("Failed to execute action #{action} in context #{context}")
77
77
  end
78
78
  end
79
79
  end
@@ -48,7 +48,7 @@ module Context
48
48
  context.install
49
49
  if context.test_context_successful?
50
50
  puts "newer version installed successfully for #{context.context_name} on version #{context.version}"
51
- context.patch_bump
51
+ # context.patch_bump
52
52
  # patch_reset(context)
53
53
  else
54
54
  puts "newer version not installed for #{context.context_name} on version #{context.version}"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file