sparkle_formation 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkle_formation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
5
- prerelease:
4
+ version: 0.2.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Chris Roberts
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-05-28 00:00:00.000000000 Z
11
+ date: 2014-10-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: attribute_struct
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.2.2
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.2.2
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: multi_json
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: Cloud Formation builder
@@ -49,63 +44,74 @@ executables: []
49
44
  extensions: []
50
45
  extra_rdoc_files: []
51
46
  files:
52
- - lib/sparkle_formation/sparkle_attribute.rb
47
+ - CHANGELOG.md
48
+ - CONTRIBUTING.md
49
+ - Gemfile
50
+ - Gemfile.lock
51
+ - LICENSE
52
+ - README.md
53
+ - bin/aws_resources
54
+ - bin/heat_resources
55
+ - docs/README.md
56
+ - docs/anatomy.md
57
+ - docs/building-blocks.md
58
+ - docs/examples/cloudformation/components/base.rb
59
+ - docs/examples/cloudformation/dynamics/elb.rb
60
+ - docs/examples/cloudformation/templates/website.rb
61
+ - docs/examples/template_json/website.json
62
+ - docs/examples/website.rb
63
+ - docs/functions.md
64
+ - docs/properties.md
65
+ - docs/provisioning.md
66
+ - docs/resource-reference.md
67
+ - examples/allinone/cloudformation/ec2_example.rb
68
+ - examples/allinone/parse.rb
69
+ - examples/ami_component/cloudformation/components/ami.rb
70
+ - examples/ami_component/cloudformation/ec2_example.rb
71
+ - examples/ami_component/parse.rb
72
+ - lib/sparkle_formation.rb
53
73
  - lib/sparkle_formation/aws.rb
54
- - lib/sparkle_formation/version.rb
55
74
  - lib/sparkle_formation/aws/cfn_resources.rb
75
+ - lib/sparkle_formation/sparkle_attribute.rb
56
76
  - lib/sparkle_formation/sparkle_formation.rb
57
77
  - lib/sparkle_formation/sparkle_struct.rb
58
- - lib/sparkle_formation/translation/rackspace.rb
59
- - lib/sparkle_formation/translation/heat.rb
60
78
  - lib/sparkle_formation/translation.rb
79
+ - lib/sparkle_formation/translation/heat.rb
80
+ - lib/sparkle_formation/translation/rackspace.rb
61
81
  - lib/sparkle_formation/utils.rb
62
- - lib/sparkle_formation.rb
82
+ - lib/sparkle_formation/version.rb
83
+ - sparkle_formation.gemspec
63
84
  - test/spec.rb
64
85
  - test/specs/attribute.rb
65
- - test/specs/results/component.json
66
- - test/specs/results/base.json
67
- - test/specs/results/base_with_map.json
68
86
  - test/specs/basic.rb
69
87
  - test/specs/cloudformation/components/ami.rb
70
88
  - test/specs/cloudformation/dynamics/node.rb
71
- - examples/allinone/parse.rb
72
- - examples/allinone/cloudformation/ec2_example.rb
73
- - examples/ami_component/parse.rb
74
- - examples/ami_component/cloudformation/components/ami.rb
75
- - examples/ami_component/cloudformation/ec2_example.rb
76
- - Gemfile
77
- - sparkle_formation.gemspec
78
- - README.md
79
- - LICENSE
80
- - bin/heat_resources
81
- - bin/aws_resources
82
- - CHANGELOG.md
83
- - CONTRIBUTING.md
84
- - Gemfile.lock
89
+ - test/specs/results/base.json
90
+ - test/specs/results/base_with_map.json
91
+ - test/specs/results/component.json
85
92
  homepage: http://github.com/heavywater/sparkle_formation
86
93
  licenses:
87
94
  - Apache-2.0
95
+ metadata: {}
88
96
  post_install_message:
89
97
  rdoc_options: []
90
98
  require_paths:
91
99
  - lib
92
100
  required_ruby_version: !ruby/object:Gem::Requirement
93
- none: false
94
101
  requirements:
95
- - - ! '>='
102
+ - - ">="
96
103
  - !ruby/object:Gem::Version
97
104
  version: '0'
98
105
  required_rubygems_version: !ruby/object:Gem::Requirement
99
- none: false
100
106
  requirements:
101
- - - ! '>='
107
+ - - ">="
102
108
  - !ruby/object:Gem::Version
103
109
  version: '0'
104
110
  requirements: []
105
111
  rubyforge_project:
106
- rubygems_version: 1.8.24
112
+ rubygems_version: 2.2.2
107
113
  signing_key:
108
- specification_version: 3
114
+ specification_version: 4
109
115
  summary: Cloud Formation builder
110
116
  test_files: []
111
117
  has_rdoc: