dpl-deis 1.9.9.travis.2894.6 → 1.10.0
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 +5 -5
- data/lib/dpl/provider/deis.rb +3 -3
- data/spec/provider/deis_spec.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 5172bf50e4eb8725347ceda53c39be783f0f19f4
|
|
4
|
+
data.tar.gz: 6431ffd937d6e7ee46d5fbe3d3b3fba0555d429e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50dc3398d839ca375eb4deca6e9baefb18342acfa779f45502fb9810bfa9e533b376057f3cb57f0d816c4f67e7b7e8f7459e676cd32cdb89f2edcc1426f66c67
|
|
7
|
+
data.tar.gz: 0c9b17d4c94324f2c372963bb52befbb6e278c5a2d42ff3578dbb8c1a45f22b8b67d8c339a526fb2e77140a8f4b089d608b6f628e758811160fdcb237ec97662
|
data/lib/dpl/provider/deis.rb
CHANGED
|
@@ -10,13 +10,13 @@ module DPL
|
|
|
10
10
|
#Default to installing the default v1 client. Otherwise determine if this is a v2 client
|
|
11
11
|
def determine_install_url
|
|
12
12
|
if option(:cli_version).nil?
|
|
13
|
-
return "
|
|
13
|
+
return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
|
|
14
14
|
else
|
|
15
15
|
version_arg = Gem::Version.new(option(:cli_version).gsub(/^v?V?/,''))
|
|
16
16
|
if version_arg >= Gem::Version.new('2.0.0')
|
|
17
|
-
return "
|
|
17
|
+
return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
|
|
18
18
|
else
|
|
19
|
-
return "
|
|
19
|
+
return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
end
|
data/spec/provider/deis_spec.rb
CHANGED
|
@@ -20,7 +20,7 @@ describe DPL::Provider::Deis do
|
|
|
20
20
|
describe "#install_deploy_dependencies" do
|
|
21
21
|
example do
|
|
22
22
|
expect(provider.context).to receive(:shell).with(
|
|
23
|
-
'curl -sSL
|
|
23
|
+
'curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -x -s v2.0.0'
|
|
24
24
|
).and_return(true)
|
|
25
25
|
provider.install_deploy_dependencies
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dpl-deis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dpl
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.10.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.10.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -174,12 +174,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
174
174
|
version: '2.2'
|
|
175
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
requirements:
|
|
177
|
-
- - "
|
|
177
|
+
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version:
|
|
179
|
+
version: '0'
|
|
180
180
|
requirements: []
|
|
181
181
|
rubyforge_project:
|
|
182
|
-
rubygems_version: 2.
|
|
182
|
+
rubygems_version: 2.6.13
|
|
183
183
|
signing_key:
|
|
184
184
|
specification_version: 4
|
|
185
185
|
summary: deploy tool
|