cloud_former 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d8743bff53e116042cdff3b772edec29cacbf44
4
- data.tar.gz: a453eb16e7bb802f4bdb9889b4910b93fc3f76f9
3
+ metadata.gz: 0c8a5338348beee60df3e124acc8eb8f0ce2c3b7
4
+ data.tar.gz: a12c7b867e2fa1601c1e3da80ad8c81b2bfbf103
5
5
  SHA512:
6
- metadata.gz: 3c37c9232b02be8d1faa4ed9a2545268162b925a00b5149d476b51cbee8a152a2ddaaa86b1d423fc189b394dbf334a94402a677e3480b16b5b3952dd8bf329b9
7
- data.tar.gz: 6d3d55b353aba25cfb28c741c0aee571b510b2d8ec0cd60b2c7309d797331a15ed512b6c9d7cf211c473518f40f84494ed8a3618e13ab26a2c9f1754a1b953fd
6
+ metadata.gz: 686d64a7354454536b525eb6a6306f30b61e2f94137d6f2ca3713902ec90050063c3e25f704b9102dc7366554d578691210a068bd16d0c362051c7cb8909383f
7
+ data.tar.gz: e25f90f4b056439271bac6cfdefa213166ef8a2d7b9dc1293ed48efe8bac6deb77a3b2927a4e5fab5b80c8779ead7ea2aad5b97725bb654b32f3043b3509882d
data/cloud_former.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Aubrey Holland"]
10
10
  spec.email = ["aubreyholland@gmail.com"]
11
11
  spec.summary = %q{A Ruby DSL for creating CloudFormation templates}
12
- spec.description = %q{Write a longer description.}
12
+ spec.description = %q{This gem creates a Ruby DSL around the AWS CloudFormation JSON template structure.}
13
13
  spec.homepage = 'http://github.com/custora/cloud_former'
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_former
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: Write a longer description.
69
+ description: This gem creates a Ruby DSL around the AWS CloudFormation JSON template
70
+ structure.
70
71
  email:
71
72
  - aubreyholland@gmail.com
72
73
  executables: []