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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/deploy-context/context/deploy.rb +1 -1
- data/lib/deploy-context/deploy/ruby.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9bd3fe82c955493352d50df4889a229f7833df0c535283943196730599f33d0
|
4
|
+
data.tar.gz: bc1169fa2432915d58e75c165571b1bd35d8eb596e15a585082f2a64eb93c3ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
+
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:
|
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
|