deploy-context 0.7.4 → 0.8.0.2.ged8af61
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/bin/deploy-context +2 -0
- data/lib/deploy-context.rb +2 -2
- 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: bfe95a49e16818f11f2b7e8eea9669bf20cdd05266fc2ce60c474d5f5e296cb2
|
4
|
+
data.tar.gz: d642b2302a274b41c93c67d1daa96ca4406534f56854fa95655cefbf06ea52c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da2f5ffdffb818968f7eacdab8ef402f896d46d0699142ae65e1bf4fd91326f36ab6f8676882d8a005f1486b089cf333b640abe237bc62007f6d0af4959b539e
|
7
|
+
data.tar.gz: f590f7f51b3bb27b91efe0e7ceaefd642c9cee7e03db437f6372a02099482999dfa1069cb21fc4e30d4a6e43d4d801c9d238b014ae7a69156689d8bd8c6d3db6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bin/deploy-context
CHANGED
data/lib/deploy-context.rb
CHANGED
@@ -20,12 +20,13 @@ module Context
|
|
20
20
|
|
21
21
|
def cycle
|
22
22
|
clean
|
23
|
-
|
23
|
+
patch_bump
|
24
24
|
build
|
25
25
|
commit
|
26
26
|
release
|
27
27
|
install
|
28
28
|
if test_context_successful?
|
29
|
+
puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
|
29
30
|
minor_bump
|
30
31
|
else
|
31
32
|
puts "newer version not installed for #{context_name} and version #{GVB.version}"
|
@@ -80,7 +81,6 @@ module Context
|
|
80
81
|
def patch_reset
|
81
82
|
git_bump(self, 'minor')
|
82
83
|
git_commit(self)
|
83
|
-
git_bump(self, 'patch')
|
84
84
|
end
|
85
85
|
|
86
86
|
def minor_bump
|
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.8.0.2.ged8af61
|
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
|