zzdeploy 0.1.11 → 0.1.12

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.
@@ -202,7 +202,7 @@ module Commands
202
202
 
203
203
  # build the command to create the amazon.json file containing the keys passed
204
204
  def make_amazon_config_command(akey, skey)
205
- file = "/var/chef/test.json"
205
+ file = "/var/chef/amazon.json"
206
206
  cmd =
207
207
  "'sudo rm -f #{file}
208
208
  (
data/lib/info.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Info
2
2
  def self.version
3
- "0.1.11"
3
+ "0.1.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 11
9
- version: 0.1.11
8
+ - 12
9
+ version: 0.1.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Greg Seitz