deploy-context 0.5.1 → 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: 34873469e1cdc4a713f19685ba0413eaf55166a7bfedb6dcdb4848c6c3213988
4
- data.tar.gz: '09454ba2abe23d3c30bd6a09941b28e5646f12f04d198a4fb793d2ed1f8f1a55'
3
+ metadata.gz: a8c4cd0714827d6c7a4f7fc83eb5ac1b0f2a2599bb7e44871a0f4188f9930bc6
4
+ data.tar.gz: ef5dbd18d144c0c5892e0d6c35632432a949b7033bc3383920fc764484fe731e
5
5
  SHA512:
6
- metadata.gz: 01c8d9a8ee844162239baba798588a01a2a0f1d3c9ee6bf9da31f915f379df3d50014108f55ecda6d901ee29207a03ab5fd01bbee66905c1616262cf398983cf
7
- data.tar.gz: 46aff4de1cb35416612972a79abc0c55684ec841e3233c624e8ae97dc3ce0dec01cde597b7f11d6bcb910d525d33b381a1fb68cff1ff7ad1fa484b183e3640f9
6
+ metadata.gz: c67d91f511bf7aa4e0ef7af1ddb7cd664097900b05262cead3cc247dd5b0007e04d2439ea9716c7a5b4424478a15094d1f4052b7a0ca86a1fa193749bf6f794f
7
+ data.tar.gz: 345a099b8633bdc693c0fa67e5a690958c386aead37211efb8d5e34fc2c6f1697321e3580f5a250933a6be3d938ca63393244ec0f205de4fe3674aba468275b6
checksums.yaml.gz.sig CHANGED
Binary file
@@ -4,7 +4,7 @@ module Context
4
4
  git_build(context)
5
5
  Dir.chdir context.context_folder
6
6
  puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created"
7
- gem ["build #{context.context_name}.gemspec"]
7
+ rake ['build']
8
8
  end
9
9
 
10
10
  def ruby_release(context)
@@ -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
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: '0'
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