knife-cloudformation 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@ module KnifeCloudformation
2
2
  class Version < Gem::Version
3
3
  end
4
4
 
5
- VERSION = Version.new('0.1.2')
5
+ VERSION = Version.new('0.1.4')
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-02 00:00:00.000000000 Z
12
+ date: 2013-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -72,10 +72,15 @@ files:
72
72
  - lib/chef/knife/cloudformation_list.rb
73
73
  - lib/chef/knife/cloudformation_create.rb
74
74
  - lib/chef/knife/cloudformation_update.rb
75
+ - lib/chef/knife/cloudformation_inspect.rb
75
76
  - lib/knife-cloudformation.rb
76
77
  - lib/knife-cloudformation/sparkle_attribute.rb
77
78
  - lib/knife-cloudformation/version.rb
79
+ - lib/knife-cloudformation/aws_commons.rb
78
80
  - lib/knife-cloudformation/sparkle_formation.rb
81
+ - lib/knife-cloudformation/utils.rb
82
+ - lib/knife-cloudformation/aws_commons/stack_parameter_validator.rb
83
+ - lib/knife-cloudformation/aws_commons/stack.rb
79
84
  - README.md
80
85
  - knife-cloudformation.gemspec
81
86
  - CHANGELOG.md