cloud_builder 0.0.9 → 0.0.10
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.
- data/cloud_builder.gemspec +1 -1
- data/lib/cloud_builder/version.rb +1 -1
- metadata +2 -2
data/cloud_builder.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["sstoiana@optaros.com"]
|
|
11
11
|
gem.description = "Generate JSON config for AWS CloudFormation using a Ruby based DSL"
|
|
12
12
|
gem.summary = "Generate JSON config for AWS CloudFormation"
|
|
13
|
-
gem.homepage = ""
|
|
13
|
+
gem.homepage = "https://github.com/Optaros/cloud_builder"
|
|
14
14
|
|
|
15
15
|
gem.license = 'MIT'
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloud_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -160,7 +160,7 @@ files:
|
|
|
160
160
|
- stacks/bricks/mappings/ami_ids_ubuntu_instancestore_20130624.rb
|
|
161
161
|
- stacks/bricks/mappings/instance2arch.rb
|
|
162
162
|
- stacks/example.rb
|
|
163
|
-
homepage:
|
|
163
|
+
homepage: https://github.com/Optaros/cloud_builder
|
|
164
164
|
licenses:
|
|
165
165
|
- MIT
|
|
166
166
|
post_install_message:
|