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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 228332934e94a0aa62c69194981279ae4fc1ea55b60399bad5bcbfd72e3761e9
4
- data.tar.gz: b8b8be48ba2a2aa0c79cb232485aa5076c872232cc3698e1fb54d224a9c7d2ef
2
+ SHA1:
3
+ metadata.gz: 5172bf50e4eb8725347ceda53c39be783f0f19f4
4
+ data.tar.gz: 6431ffd937d6e7ee46d5fbe3d3b3fba0555d429e
5
5
  SHA512:
6
- metadata.gz: 9b867bc3f43d6261862b34cdd7ccffdaadf007e4cff1693f41556af02e10da2a656875f62f34d8009ed98b130085ac7ad7daabce99c2d29a401ac3c06016f3cc
7
- data.tar.gz: d27963373632b8d00f0e3a165cc52912579703e859fe7827bff22cbed944c23a7735d6d2d205033b08bb0c159509c31ad4fc669c2dfccb367a864ef7c307f46f
6
+ metadata.gz: 50dc3398d839ca375eb4deca6e9baefb18342acfa779f45502fb9810bfa9e533b376057f3cb57f0d816c4f67e7b7e8f7459e676cd32cdb89f2edcc1426f66c67
7
+ data.tar.gz: 0c9b17d4c94324f2c372963bb52befbb6e278c5a2d42ff3578dbb8c1a45f22b8b67d8c339a526fb2e77140a8f4b089d608b6f628e758811160fdcb237ec97662
@@ -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 "http://deis.io/deis-cli/install.sh"
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 "http://deis.io/deis-cli/install-v2.sh"
17
+ return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
18
18
  else
19
- return "http://deis.io/deis-cli/install.sh"
19
+ return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
20
20
  end
21
21
  end
22
22
  end
@@ -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 http://deis.io/deis-cli/install-v2.sh | bash -x -s v2.0.0'
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.9.9.travis.2894.6
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-07-18 00:00:00.000000000 Z
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.9.9.travis.2894.6
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.9.9.travis.2894.6
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: 1.3.1
179
+ version: '0'
180
180
  requirements: []
181
181
  rubyforge_project:
182
- rubygems_version: 2.7.7
182
+ rubygems_version: 2.6.13
183
183
  signing_key:
184
184
  specification_version: 4
185
185
  summary: deploy tool