knife-cloudformation 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.1.2
2
+ * Update dependency restriction to get later version
3
+
1
4
  ## v0.1.0
2
5
  * Stable-ish release
3
6
 
@@ -11,6 +11,6 @@ Gem::Specification.new do |s|
11
11
  s.require_path = 'lib'
12
12
  s.add_dependency 'chef'
13
13
  s.add_dependency 'fog', '~> 1.12.1'
14
- s.add_dependency 'attribute_struct', '~> 0.1.2'
14
+ s.add_dependency 'attribute_struct', '~> 0.1.6'
15
15
  s.files = Dir['**/*']
16
16
  end
@@ -2,5 +2,5 @@ module KnifeCloudformation
2
2
  class Version < Gem::Version
3
3
  end
4
4
 
5
- VERSION = Version.new('0.1.0')
5
+ VERSION = Version.new('0.1.2')
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.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ~>
52
52
  - !ruby/object:Gem::Version
53
- version: 0.1.2
53
+ version: 0.1.6
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 0.1.2
61
+ version: 0.1.6
62
62
  description: Knife tooling for Cloud Formation
63
63
  email: chrisroberts.code@gmail.com
64
64
  executables: []
@@ -78,7 +78,6 @@ files:
78
78
  - lib/knife-cloudformation/sparkle_formation.rb
79
79
  - README.md
80
80
  - knife-cloudformation.gemspec
81
- - knife-cloudformation-0.0.1.gem
82
81
  - CHANGELOG.md
83
82
  homepage: http://github.com/heavywater/knife-cloudformation
84
83
  licenses: []
Binary file