deploy-context 0.11.54 → 0.11.55.1.g0ddaa33

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: 603e4c41db63715bbffffa8bb9e9762b04b8972e9127e4aca3e56cd2c0881ee7
4
- data.tar.gz: 831e586ee3856050a48beb726ebcb596d1e75b9b892177c825fe2a01d2419e2a
3
+ metadata.gz: c148b829c7b1d66213b95404f7a03279ef4471a4f36be9a87b0ffca647fc0aff
4
+ data.tar.gz: 0e16b608f6ad683902ddfd1cae099a058e0e279911d6e5daf2c1a9238cc8e492
5
5
  SHA512:
6
- metadata.gz: 0a7d0a67622b948b0bc821d80a09dd72e546113e8e59f29bbc0dfe12c684f68d02252ab7f017523c16b7917b3117a587082ed45e6114961b39c5c328595408b1
7
- data.tar.gz: 95df0a5c9de6fd7030efd8b718621fc073dabf7b090983d9827f690b4559f74eadc19d3a158b828ec005a48a9b36ad9dd4b169d86ec3a5cb3cd26484067b493c
6
+ metadata.gz: 528f7e3ab4c688be2f3bd770f770edf2f4a9866a1eccc71aead80152e193cad1c8f5fff6b908cc5138a4b4d695c45834bb918094c964bb4fed72db70bea325dc
7
+ data.tar.gz: c57222e0cb59a8ee137974501e951b49b572feb477ddea7eaea5eb7b84a6cb8b8c4d4d8f810a5ba8371dd52e8e54132cfb68ac1a04e2331989af4d8db835ea8c
checksums.yaml.gz.sig CHANGED
Binary file
@@ -43,21 +43,20 @@ module Context
43
43
  context.clean
44
44
  context.build
45
45
  context.commit
46
- context.patch_bump
46
+ # context.patch_bump
47
47
  context.release
48
48
  context.wait_until_release_available
49
49
  context.install
50
50
  if context.test_context_successful?
51
- puts "newer version installed successfully for #{context.context_name} and version #{context.version}"
51
+ puts "newer version installed successfully for #{context.context_name} on version #{context.version}"
52
52
  context.patch_bump
53
53
  # patch_reset(context)
54
54
  else
55
- puts "newer version not installed for #{context.context_name} and version #{context.version}"
56
- exit 1
55
+ puts "newer version not installed for #{context.context_name} on version #{context.version}"
57
56
  end
58
57
  else
59
58
  puts "No update available"
60
59
  end
61
60
  end
62
61
  end
63
- end
62
+ 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.11.54
4
+ version: 0.11.55.1.g0ddaa33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
@@ -129,9 +129,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ">="
132
+ - - ">"
133
133
  - !ruby/object:Gem::Version
134
- version: '0'
134
+ version: 1.3.1
135
135
  requirements: []
136
136
  rubygems_version: 3.2.32
137
137
  signing_key:
metadata.gz.sig CHANGED
Binary file