ci_infrastructure_cf_cli 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 44774731f854ac7ac80d5330200840af16f315a7
4
- data.tar.gz: 6f3d6c37513e77f2cda46b9c6c9f5dc5f8bded60
3
+ metadata.gz: 32fca921db7dd5a2882a6147790c871774265571
4
+ data.tar.gz: 29670270d864d0948d1656b85a563517c005d3da
5
5
  SHA512:
6
- metadata.gz: 2a736806ff38cc8b9babb3ba440ed782710cf3287ad696305de5645ad8a180f56aa9a2c377a10aad58a0cec826935d48c58c6f394d609b6c4eda95284eb6300a
7
- data.tar.gz: e6a005b0fc0c264dafb71c6470268c78ba1b9fa3cea1fc40d2d90f5466b4b52a0153be8705896b6a0c0a0c3d5c25336c0a896b9838922e9dd124f5f46bd6ead6
6
+ metadata.gz: c38ddce797677adc638ef4e4bf1c5d5829a5c53cf68a27b6eb35ee126be7c2d567272ec2c6d02daddf09f3f7b2dafe631225024cf3684fdf093699842570d3f0
7
+ data.tar.gz: 9b46bd2a4333840bd86c81c639c6e79fff56cba443d89bbee7b3969739afc1b8104d5a4b5e68f233c338eccdb2af83e94eb875105fc0eb8df397f45b43b78794
@@ -31,7 +31,7 @@ module CiInfrastructureCfCli
31
31
 
32
32
  no_commands do
33
33
  def default_path
34
- File.expand_path( "#{`pwd`}/cookbooks/ci_infrastructure_cf/files/default/stubs", __FILE__)
34
+ File.expand_path( "#{`pwd`.strip}/cookbooks/ci_infrastructure_cf/files/default/stubs", __FILE__)
35
35
  end
36
36
 
37
37
  def spawn_and_wait(cmd)
@@ -1,3 +1,3 @@
1
1
  module CiInfrastructureCfCli
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -18,7 +18,7 @@ describe CiInfrastructureCfCli::ThorCli do
18
18
  describe 'edit_stub' do
19
19
  before{ allow(File).to receive(:exist?).and_return(true) }
20
20
  let(:default_path) do
21
- File.expand_path( "#{`pwd`}/cookbooks/ci_infrastructure_cf/files/default/stubs", __FILE__)
21
+ File.expand_path( "#{`pwd`.strip}/cookbooks/ci_infrastructure_cf/files/default/stubs", __FILE__)
22
22
  end
23
23
  %w{ bosh cf }.each do |stub|
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_infrastructure_cf_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Moran