deploy-context 0.11.54 → 0.11.55.1.g0ddaa33
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/deploy/ruby.rb +4 -5
- 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: c148b829c7b1d66213b95404f7a03279ef4471a4f36be9a87b0ffca647fc0aff
|
4
|
+
data.tar.gz: 0e16b608f6ad683902ddfd1cae099a058e0e279911d6e5daf2c1a9238cc8e492
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 528f7e3ab4c688be2f3bd770f770edf2f4a9866a1eccc71aead80152e193cad1c8f5fff6b908cc5138a4b4d695c45834bb918094c964bb4fed72db70bea325dc
|
7
|
+
data.tar.gz: c57222e0cb59a8ee137974501e951b49b572feb477ddea7eaea5eb7b84a6cb8b8c4d4d8f810a5ba8371dd52e8e54132cfb68ac1a04e2331989af4d8db835ea8c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -43,21 +43,20 @@ module Context
|
|
43
43
|
context.clean
|
44
44
|
context.build
|
45
45
|
context.commit
|
46
|
-
context.patch_bump
|
46
|
+
# context.patch_bump
|
47
47
|
context.release
|
48
48
|
context.wait_until_release_available
|
49
49
|
context.install
|
50
50
|
if context.test_context_successful?
|
51
|
-
puts "newer version installed successfully for #{context.context_name}
|
51
|
+
puts "newer version installed successfully for #{context.context_name} on version #{context.version}"
|
52
52
|
context.patch_bump
|
53
53
|
# patch_reset(context)
|
54
54
|
else
|
55
|
-
puts "newer version not installed for #{context.context_name}
|
56
|
-
exit 1
|
55
|
+
puts "newer version not installed for #{context.context_name} on version #{context.version}"
|
57
56
|
end
|
58
57
|
else
|
59
58
|
puts "No update available"
|
60
59
|
end
|
61
60
|
end
|
62
61
|
end
|
63
|
-
end
|
62
|
+
end
|
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: 0.11.
|
4
|
+
version: 0.11.55.1.g0ddaa33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -129,9 +129,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
|
-
- - "
|
132
|
+
- - ">"
|
133
133
|
- !ruby/object:Gem::Version
|
134
|
-
version:
|
134
|
+
version: 1.3.1
|
135
135
|
requirements: []
|
136
136
|
rubygems_version: 3.2.32
|
137
137
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|