cfndsl 0.5.0 → 0.5.1.pre
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 +5 -13
- data/.bundle/config +2 -0
- data/README.md +0 -2
- data/lib/cfndsl/version.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NDRhNWQyOTIyYThjZmYxYmVhMDBiNmJiZGQxNWUxNTk2NmQyYzc0Mg==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7a29d95cc06fae6a511c7ec6dab5ecc71007c8d4
|
4
|
+
data.tar.gz: ad02d627c8c8a7aac5012fb602f06e9d0a0daf31
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
NmI5MTY4NjgyYzY1MmE2MjQxNmQwNTk0NjVhOTdiMDE1MDJjZWY4M2M3OGE1
|
11
|
-
OGIwZTE5YmFmZjE2NzA3YWMzYjJiYThhNjIxMGY1NGMyMmI3MGU=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZDgxYjQzNGYwNzg0MGYyMTM2MTc4NWI0NGY5N2IzZTEwNjcyNzE1OTZlYzMz
|
14
|
-
MTYwZmZjNWMzZDU1ZTFlNTY3ZjIxM2Q3NDE2MmE3MjQ0ODYwNTEwOTFiYzg2
|
15
|
-
ZjFiYThhOTM4YzBlOTIxYTI2MWM3Mzg5MzQ1YjNlYTI1NjExNmI=
|
6
|
+
metadata.gz: 61ae7bbebd1de112f8dd453e98b6fc3ecb2070f921aa6ff5172ae71598ff534ecb739d136873df4747f37eaee0b618905c180db84b5be78d55b91899ed6fa82d
|
7
|
+
data.tar.gz: 6aebe8469fc1d5499dc5cec178544f146137082577a198ebce2bf911af1833c47e14acac94fa95d8d75a7135d0a8f9d551cd3012b4ed02dc89027bec228c122d
|
data/.bundle/config
ADDED
data/README.md
CHANGED
@@ -91,8 +91,6 @@ There is a more detailed example in the samples directory. The file
|
|
91
91
|
"autoscale.template" is one of the standard Amazon sample templates.
|
92
92
|
"autoscale.rb" generates an equivalent template file.
|
93
93
|
|
94
|
-
There's also a larger set of examples available at [cfndsl_examples](https://github.com/neillturner/cfndsl_examples) thanks to @neillturner.
|
95
|
-
|
96
94
|
## Command Line Options
|
97
95
|
|
98
96
|
The cfndsl command line program now accepts some command line options.
|
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
@@ -9,20 +9,20 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-04-
|
12
|
+
date: 2016-04-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '0'
|
21
21
|
type: :development
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '0'
|
28
28
|
description: DSL for creating AWS Cloudformation templates
|
@@ -34,9 +34,10 @@ executables:
|
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
|
-
- .
|
38
|
-
- .
|
39
|
-
- .
|
37
|
+
- ".bundle/config"
|
38
|
+
- ".gitignore"
|
39
|
+
- ".rubocop.yml"
|
40
|
+
- ".travis.yml"
|
40
41
|
- Gemfile
|
41
42
|
- LICENSE
|
42
43
|
- README.md
|
@@ -99,17 +100,17 @@ require_paths:
|
|
99
100
|
- lib
|
100
101
|
required_ruby_version: !ruby/object:Gem::Requirement
|
101
102
|
requirements:
|
102
|
-
- -
|
103
|
+
- - ">="
|
103
104
|
- !ruby/object:Gem::Version
|
104
105
|
version: '0'
|
105
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
107
|
requirements:
|
107
|
-
- -
|
108
|
+
- - ">"
|
108
109
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
110
|
+
version: 1.3.1
|
110
111
|
requirements: []
|
111
112
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.
|
113
|
+
rubygems_version: 2.0.14
|
113
114
|
signing_key:
|
114
115
|
specification_version: 4
|
115
116
|
summary: AWS Cloudformation DSL
|