deploy-context 2.0.3 → 2.0.5.1.g566bf75

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: e760c70ac9b8270b86a5a89e72d301306b0227b92c48fab286a395767d0eddd1
4
- data.tar.gz: 2e391da8908c9384671114986e21c51a29398e8247717034200806d69e848aee
3
+ metadata.gz: b9bd3fe82c955493352d50df4889a229f7833df0c535283943196730599f33d0
4
+ data.tar.gz: bc1169fa2432915d58e75c165571b1bd35d8eb596e15a585082f2a64eb93c3ac
5
5
  SHA512:
6
- metadata.gz: 619a60603a93635ddd252c7dac32d4c8e79b98f3cf022cc23acc00c2118c1ea1edce03c901cd0f73fbc8ac16fa659ee339c430ab7a2b79848e6fff5fa05f9bee
7
- data.tar.gz: '083fa8d1b657d671d4f560cc0feb082baae36ebf19f8b93a06ca9b3d2e604f115c9d769624e410aec0580319e9b93c56f3b5f788e8b8f85a6ad2d537110c5732'
6
+ metadata.gz: 07f6955d8a323e6b3a1d0f83d4d8a318b58dfd107c56e288a85a3e11824762c68a3b1c7dff27ec4265459cc08060cb9b1c677eecf465e804451975a71d112981
7
+ data.tar.gz: dc7a2d73841b61e5395e38d03cba22454a21295f2efb38a9f1c57c5c429962d4f810ee3e50538b3b8ec808f6f164ba810ed32708c96aec0abb9381d241163af4
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.3
4
+ version: 2.0.5.1.g566bf75
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
@@ -131,9 +131,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ">="
134
+ - - ">"
135
135
  - !ruby/object:Gem::Version
136
- version: '0'
136
+ version: 1.3.1
137
137
  requirements: []
138
138
  rubygems_version: 3.2.32
139
139
  signing_key:
metadata.gz.sig CHANGED
Binary file