ruby_concourse 0.1.2 → 0.1.3

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
2
  SHA1:
3
- metadata.gz: d5a84b5092b57cefcd3a47ff1d47a70bd840db56
4
- data.tar.gz: f54df86d5ee3ccc3ac4f714e12edb84c92981b50
3
+ metadata.gz: 2fb4a56c4709a4de119ddb40d6c40fe6df5fdc2e
4
+ data.tar.gz: e41e04b1615ad1394c9e5a2805c90e5f5d83a4fb
5
5
  SHA512:
6
- metadata.gz: e4a6748d2e5500734a7753e28b701ab30db62f3cb7ab7f0ffdd19f8f89bb011e53c7d9e1f5555a0b81bd28a4b9fac75e2f1056de67bcf4dd0e2ad3c75bfefd4f
7
- data.tar.gz: 096bd8a9198a031f7474dc2d1bd8957a7b23902f35f409b7b409715e9c856c6816849bff9d2de5a3bf45af378bfc47bc876e5d20260b905686efa603a3c92821
6
+ metadata.gz: aa9404134bb5b34f63dbe78f761b5c87ed001b85bb94a7305daf68720b63d6557c224573370327469347d3c0b96742bd804dcce577d744fa6ee69c61733dc778
7
+ data.tar.gz: 1b93a924ef3f358b748bc4c653af35d08bc06192fe31bb1239d0f2f9bde1b5c773368769a560bc60e5bdb7bf15d8ce36d157d95a159d7775206845ccd4b4583e
@@ -57,7 +57,7 @@ module RubyConcourse
57
57
  end
58
58
  end
59
59
 
60
- def update_pipeline(env, team, pipeline, target, credentials_file, pipeline_configuration_file)
60
+ def update_pipeline(env, team, pipeline, credentials_file, pipeline_configuration_file)
61
61
  command = `fly -t #{env}-#{team} validate-pipeline --config #{pipeline_configuration_file}`
62
62
  if command == "looks good\n"
63
63
  command = `echo y | fly -t #{env}-#{team} set-pipeline --config #{pipeline_configuration_file} --pipeline #{pipeline} --load-vars-from #{credentials_file}`
@@ -1,3 +1,3 @@
1
1
  module RubyConcourse
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_concourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Bardzinski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-15 00:00:00.000000000 Z
11
+ date: 2017-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler