deploy-context 0.2.0 → 0.3.0.1.g8904331
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 -2
- data/lib/deploy-context/deploy/ruby.rb +1 -1
- data/lib/deploy-context.rb +6 -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: abd5ce6b8611bdf5a6ca0c6f3b72ad076e65587b9c116fd5c4e0707e643483e0
|
4
|
+
data.tar.gz: 1ef39119e9d84da34f00b2679df70cd0660ac3ba9c21d11e6456c6670e06a809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8220f27e6790d8a58e94bec0b18e2af477721d98a81b20192170771c678f1685c3eb6789cfe4441f94cfcc1fe9e177c1f7a71752a77daca87f09c202fe75736c
|
7
|
+
data.tar.gz: 017354cd41a5dda8e6d5b8803a908a6ea22c1a666174642f86fe9a57d8f2d58197087527ee59b7182c47626a6324a6d7a1ac10687ff0a5c9262bb1b241145a04
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bin/deploy-context
CHANGED
data/lib/deploy-context.rb
CHANGED
@@ -18,11 +18,12 @@ module Context
|
|
18
18
|
|
19
19
|
def cycle
|
20
20
|
clean
|
21
|
-
|
21
|
+
patch_bump
|
22
22
|
build
|
23
23
|
commit
|
24
24
|
release
|
25
25
|
install
|
26
|
+
minor_bump
|
26
27
|
end
|
27
28
|
|
28
29
|
def build
|
@@ -57,5 +58,9 @@ module Context
|
|
57
58
|
def minor_bump
|
58
59
|
ruby_bump(self, 'minor')
|
59
60
|
end
|
61
|
+
|
62
|
+
def major_bump
|
63
|
+
ruby_bump(self, 'major')
|
64
|
+
end
|
60
65
|
end
|
61
66
|
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.
|
4
|
+
version: 0.3.0.1.g8904331
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -121,9 +121,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
123
123
|
requirements:
|
124
|
-
- - "
|
124
|
+
- - ">"
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
version:
|
126
|
+
version: 1.3.1
|
127
127
|
requirements: []
|
128
128
|
rubygems_version: 3.2.32
|
129
129
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|