deploy-context 2.1.2 → 2.1.2.1.gcc28372
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.rb +2 -2
- 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: f6634666b4fd8db270ee94f0ad35b2af8e9106c87c2e6c823d7b1751c6348ae0
|
4
|
+
data.tar.gz: 13c66dbbb9bc8c27b18dd83bd0860a98492620e280775bd82c00b3bc5311f3c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6a0edd7682ffaa6e22efed5ec1e1df816291bfc77e3c73be2efca003a3b3b250af11a53f77f025f9b67e3146b40ff466b1ff38d721fdda1cf673481f233d7d2
|
7
|
+
data.tar.gz: 5fbe4b2130be44fbae897a88ec9fea0ef67b4c8981fc371b5ad1373771043b56d4a1665f64256b3c8ec56e7de94c03846f9d7f2042023990bb42a6f33eb9a89c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/deploy-context.rb
CHANGED
@@ -73,10 +73,10 @@ module Context
|
|
73
73
|
end
|
74
74
|
|
75
75
|
def wait_until_release_available
|
76
|
-
wait_until_release_available unless
|
76
|
+
wait_until_release_available unless is_present_publicly?
|
77
77
|
end
|
78
78
|
|
79
|
-
def
|
79
|
+
def is_present_publicly?
|
80
80
|
ruby_check_if_available_public(self)
|
81
81
|
end
|
82
82
|
|
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: 2.1.2
|
4
|
+
version: 2.1.2.1.gcc28372
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -131,9 +131,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
133
|
requirements:
|
134
|
-
- - "
|
134
|
+
- - ">"
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version:
|
136
|
+
version: 1.3.1
|
137
137
|
requirements: []
|
138
138
|
rubygems_version: 3.2.32
|
139
139
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|