dpl-bluemix_cloud_foundry 1.10.6.travis.3090.5 → 1.10.6.travis.3114.5

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: 449e68055ec88f81bacb613141a91ba16f68f6a21cf40823d6b45fdc40952b70
4
- data.tar.gz: a80639c4c38c22dac32fe4810d184539bc85b9d5443809dfc71a900ce8e945bc
3
+ metadata.gz: 320628c7b0a199734e16704eb6e0e888e08819dca81be87a2404a8c1c707f4f1
4
+ data.tar.gz: 60dc7d76cb108d445257583738012ecaa48adc0c512b2a74b18df3b180aed78f
5
5
  SHA512:
6
- metadata.gz: ab7c3c65d3f88d03093c99f28175a43b4171de37b39cc77cb771ccf3a042c782ae819b6c3322e41cf7c4e601d89dc3f884962c609c44119e53e66766bb224461
7
- data.tar.gz: 6b7e253380d25a675b423b7982ec46b9d1a37259a20c86fe8b39f7b3e30ee9b00e5686bfe41d9594bd7c97a32183123e862ec5d4ba856bf3040a35f602a4e139
6
+ metadata.gz: a3b65897d7fb57ae776274391ca251c7216f4f3d9bd8f2f7ab0419213471e9bf443c56406b4e735c3b91536129d8f3cee33a48e3ac5a7a905db05ae2c8ba1951
7
+ data.tar.gz: 81c540abff215ace5ad54bfde219f55f7fae3569f47995d7ba1c4d399a31420539f66f3e1eafd64942bd5ec062794d154352fdefcf6200943d6d6aa733b46ebc
@@ -16,7 +16,7 @@ module DPL
16
16
  )
17
17
 
18
18
  def initial_go_tools_install
19
- context.shell 'test x$TRAVIS_OS_NAME = "xlinux" && rel="linux64-binary" || rel="macosx64"; wget "https://cli.run.pivotal.io/stable?release=${rel}&source=github" -qO cf.tgz && tar -zxvf cf.tgz && rm cf.tgz'
19
+ context.shell 'test $(uname) = "Linux" && rel="linux64-binary" || rel="macosx64"; wget "https://cli.run.pivotal.io/stable?release=${rel}&source=github" -qO cf.tgz && tar -zxvf cf.tgz && rm cf.tgz'
20
20
  end
21
21
 
22
22
  def check_auth
@@ -13,7 +13,7 @@ describe DPL::Provider::BluemixCloudFoundry do
13
13
 
14
14
  describe "#check_auth" do
15
15
  example do
16
- expect(provider.context).to receive(:shell).with('test x$TRAVIS_OS_NAME = "xlinux" && rel="linux64-binary" || rel="macosx64"; wget "https://cli.run.pivotal.io/stable?release=${rel}&source=github" -qO cf.tgz && tar -zxvf cf.tgz && rm cf.tgz')
16
+ expect(provider.context).to receive(:shell).with('test $(uname) = "Linux" && rel="linux64-binary" || rel="macosx64"; wget "https://cli.run.pivotal.io/stable?release=${rel}&source=github" -qO cf.tgz && tar -zxvf cf.tgz && rm cf.tgz')
17
17
  expect(provider.context).to receive(:shell).with('./cf api api.eu-gb.bluemix.net --skip-ssl-validation')
18
18
  expect(provider.context).to receive(:shell).with('./cf login -u Moonpie -p myexceptionallyaveragepassword -o myotherorg -s inner')
19
19
  provider.check_auth
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl-bluemix_cloud_foundry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.6.travis.3090.5
4
+ version: 1.10.6.travis.3114.5
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-12 00:00:00.000000000 Z
11
+ date: 2018-11-15 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.10.6.travis.3090.5
19
+ version: 1.10.6.travis.3114.5
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.10.6.travis.3090.5
26
+ version: 1.10.6.travis.3114.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement