deploy-context 0.5.1.1.g528de70 → 0.5.1.1.g528de70.1.g25eba10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c22e69ced50d4d0fdefaf6b316a78cf7e3a67781e8865c8b232a2e64a5086c0f
4
- data.tar.gz: 40b78450bcf905bedd3c7c00b5350d522dfbc7883f6ef06a76651588f5bc21bb
3
+ metadata.gz: a8c4cd0714827d6c7a4f7fc83eb5ac1b0f2a2599bb7e44871a0f4188f9930bc6
4
+ data.tar.gz: ef5dbd18d144c0c5892e0d6c35632432a949b7033bc3383920fc764484fe731e
5
5
  SHA512:
6
- metadata.gz: 1494112c2776cfc443ab91ad9a4a0d43b9ba73a6fa65d05b65fdf145b656129bfb0c371fe3d2e42b3123d0577d0c62247e4dfdfafa5c8eac26164340709ea7f6
7
- data.tar.gz: a276feeebff1fc3924a2d3aafba01defd9670a15c342c7afedea02a403b5d8138c12d86993406bbd2f5aa60814bfcecf47a16ac4ffa33febcd3b4e002dc2d635
6
+ metadata.gz: c67d91f511bf7aa4e0ef7af1ddb7cd664097900b05262cead3cc247dd5b0007e04d2439ea9716c7a5b4424478a15094d1f4052b7a0ca86a1fa193749bf6f794f
7
+ data.tar.gz: 345a099b8633bdc693c0fa67e5a690958c386aead37211efb8d5e34fc2c6f1697321e3580f5a250933a6be3d938ca63393244ec0f205de4fe3674aba468275b6
checksums.yaml.gz.sig CHANGED
Binary file
@@ -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
- puts "Test context has failed"
31
- false
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.1.g528de70
4
+ version: 0.5.1.1.g528de70.1.g25eba10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file