gaptool-client 0.6.12 → 0.6.13

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/VERSION +1 -1
  4. data/lib/gaptool-client.rb +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f58fa63b6d723b93fe0517f1ad22ebf2c48064e
4
- data.tar.gz: e4530b01a81e07e234551ef0eaded22a40fcad08
3
+ metadata.gz: ca27da90fc36a000640f74677dbf15ab1d614c5c
4
+ data.tar.gz: ac94919d2e88b4d0c59a8f715437e07398e8b198
5
5
  SHA512:
6
- metadata.gz: cd821b78bfb325cfb4c42a55419ad4021ab09b22d9a21fbb219fd671a8745f3a94a9b6628081c6f43c5f26f54cefbd232bc7245f18b6986c2c6e53c52544a017
7
- data.tar.gz: c8826c90a5566150591705b1895ae983aa4e093cba189d3c35e285f18cb85847ab8f7fe173bdab871511d21fcad97bff81fc061bbaa9f2a9ac3f1525bd070b8e
6
+ metadata.gz: 1787d004c74ce095af217bb2103a178f71d882f14aa0abecaea09ce108cfca06b98a4a12a84debb01b00c6df610a162e7c8b11d2d5a4cad5fa56f6e73c1e4d2e
7
+ data.tar.gz: 877ff78d98d121dd6b2248ba4edbebd05e4d72b0011bc76bec20e54e4d1ef005dc4a78f5d9fe8b5d1a62a8b1ebbc35e3b542289c006ba0084027079c671d2563
data/README.md CHANGED
@@ -30,9 +30,9 @@ Follow the RVM installation instructions. Then run:
30
30
 
31
31
  Next, add your Gaptool credentials to your `.bash_profile` or other shell configuration file.
32
32
 
33
- $ echo "export GT_URL = '<gt server endpoint>'" >> ~/.bash_profile
34
- $ echo "export GT_USER = <your username>" >> ~/.bash_profile
35
- $ echo "export GT_KEY = <your key>" >> ~/.bash_profile
33
+ $ echo "export GT_URL='<gt server endpoint>'" >> ~/.bash_profile
34
+ $ echo "export GT_USER=<your username>" >> ~/.bash_profile
35
+ $ echo "export GT_KEY=<your key>" >> ~/.bash_profile
36
36
  $ source ~/.bash_profile
37
37
 
38
38
  For more information on Gaptool installation and usage, check out the [main Gaptool wiki](https://github.com/Gild/ops/wiki/main:Gaptool) and [Gaptool Client](https://github.com/Gild/ops/wiki/gaptool-client) wiki on GitHub.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.12
1
+ 0.6.13
@@ -268,7 +268,7 @@ module Gaptool
268
268
  commands = [
269
269
  "cd ~admin/ops; #{git} ",
270
270
  "echo '#{json.to_json}' > ~admin/solo.json",
271
- "sudo chef-solo -c ~admin/ops/cookbooks/solo.rb -j ~admin/solo.json"
271
+ "sudo chef-solo -c ~admin/ops/cookbooks/solo.rb -j ~admin/solo.json -E #{environment}"
272
272
  ]
273
273
  sshcmd(node, commands)
274
274
  end
@@ -312,7 +312,7 @@ module Gaptool
312
312
  commands = [
313
313
  "cd ~admin/ops; git pull",
314
314
  "echo '#{json}' > ~admin/solo.json",
315
- "sudo chef-solo -c ~admin/ops/cookbooks/solo.rb -j ~admin/solo.json"
315
+ "sudo chef-solo -c ~admin/ops/cookbooks/solo.rb -j ~admin/solo.json -E #{environment}"
316
316
  ]
317
317
  sshcmd(node, commands)
318
318
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gaptool-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.12
4
+ version: 0.6.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Laurita
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-09-29 00:00:00.000000000 Z
13
+ date: 2014-10-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json