deploy-context 0.5.1 → 0.5.1.1.g528de70.1.g25eba10
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 +1 -1
- data/lib/deploy-context.rb +8 -3
- 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: a8c4cd0714827d6c7a4f7fc83eb5ac1b0f2a2599bb7e44871a0f4188f9930bc6
|
4
|
+
data.tar.gz: ef5dbd18d144c0c5892e0d6c35632432a949b7033bc3383920fc764484fe731e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c67d91f511bf7aa4e0ef7af1ddb7cd664097900b05262cead3cc247dd5b0007e04d2439ea9716c7a5b4424478a15094d1f4052b7a0ca86a1fa193749bf6f794f
|
7
|
+
data.tar.gz: 345a099b8633bdc693c0fa67e5a690958c386aead37211efb8d5e34fc2c6f1697321e3580f5a250933a6be3d938ca63393244ec0f205de4fe3674aba468275b6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/deploy-context.rb
CHANGED
@@ -22,13 +22,18 @@ module Context
|
|
22
22
|
build
|
23
23
|
commit
|
24
24
|
release
|
25
|
-
install
|
26
25
|
minor_bump if test_context_successful?
|
27
26
|
end
|
28
27
|
|
29
28
|
def test_context_successful?
|
30
|
-
|
31
|
-
|
29
|
+
install_output = install
|
30
|
+
puts "install_output = #{install_output.class}\n#{install_output.methods}"
|
31
|
+
if install_output
|
32
|
+
true
|
33
|
+
else
|
34
|
+
puts "Test context has failed"
|
35
|
+
false
|
36
|
+
end
|
32
37
|
end
|
33
38
|
|
34
39
|
def build
|
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.5.1
|
4
|
+
version: 0.5.1.1.g528de70.1.g25eba10
|
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
|