sparkle_formation 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,2 +1,5 @@
1
+ ## v0.1.2
2
+ * Fix syntax issue in cf helpers
3
+
1
4
  ## v0.1.0
2
5
  * Initial release
@@ -62,7 +62,7 @@ module SparkleAttribute
62
62
 
63
63
  def _cf_select(index, item)
64
64
  item = _cf_ref(item) if item.is_a?(Symbol)
65
- {'Fn::Select', [index.to_i.to_s, item]}
65
+ {'Fn::Select' => [index.to_i.to_s, item]}
66
66
  end
67
67
 
68
68
  def rhel?
@@ -1,5 +1,5 @@
1
1
  class SparkleFormation
2
2
  class Version < Gem::Version
3
3
  end
4
- VERSION = Version.new('0.1.0')
4
+ VERSION = Version.new('0.1.2')
5
5
  end
@@ -9,6 +9,6 @@ Gem::Specification.new do |s|
9
9
  s.homepage = 'http://github.com/heavywater/sparkle_formation'
10
10
  s.description = 'Cloud Formation builder'
11
11
  s.require_path = 'lib'
12
- s.add_dependency 'attribute_struct', '~> 0.1.6'
12
+ s.add_dependency 'attribute_struct', '~> 0.1.8'
13
13
  s.files = Dir['**/*']
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkle_formation
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-15 00:00:00.000000000 Z
12
+ date: 2013-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: attribute_struct
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.1.6
21
+ version: 0.1.8
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.6
29
+ version: 0.1.8
30
30
  description: Cloud Formation builder
31
31
  email: chrisroberts.code@gmail.com
32
32
  executables: []