deploy-context 0.10.1 → 0.11.0.2.geb201f1
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 +2 -2
- data/lib/deploy-context.rb +0 -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: 975727cca714cc71dbafc57e546588a486bfb107c58af7198cf4ee1318454fd9
|
4
|
+
data.tar.gz: 3fb0221b3e1ee216e56622053a4bc5a5ed19294509e6e739969f9ea9c9bc7ae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cdec0b420d2e5fb67450d06724a944bdc535ad28d051075663628d3b4839a4f2932fb71bdc4324ce5e9ebf6f01e217741c3c3024ae11688073717d492ec9698
|
7
|
+
data.tar.gz: '09a92ce15320041ba8369b8aaee3f71c6b5506e781b3c78261efba267d1b3224ed2729ceb2d308ffa09fb6f4692e3c8495de3090faa64ed24574dc845a2d1b0e'
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -34,7 +34,6 @@ module Context
|
|
34
34
|
|
35
35
|
def ruby_cycle(context)
|
36
36
|
context.clean
|
37
|
-
context.patch_bump
|
38
37
|
context.build
|
39
38
|
context.commit
|
40
39
|
context.release
|
@@ -43,7 +42,8 @@ module Context
|
|
43
42
|
context.install
|
44
43
|
if context.test_context_successful?
|
45
44
|
puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
|
46
|
-
|
45
|
+
context.patch_bump
|
46
|
+
# patch_reset(context)
|
47
47
|
else
|
48
48
|
puts "newer version not installed for #{context_name} and version #{GVB.version}"
|
49
49
|
exit 1
|
data/lib/deploy-context.rb
CHANGED
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.
|
4
|
+
version: 0.11.0.2.geb201f1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -123,9 +123,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
125
|
requirements:
|
126
|
-
- - "
|
126
|
+
- - ">"
|
127
127
|
- !ruby/object:Gem::Version
|
128
|
-
version:
|
128
|
+
version: 1.3.1
|
129
129
|
requirements: []
|
130
130
|
rubygems_version: 3.2.32
|
131
131
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|