aws-cfn-dsl 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/.gitignore +2 -2
- data/aws-cfn-dsl.iml +3 -2
- data/lib/aws/cfn/dsl/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MmZiNGZkODdkYmYwYjZmZjdjMWQzYWMxNTg4NGZjODljZGJkODJiNQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
OGRjNTFkOGE2MzUxNWUzYmU5ZWY4YjgyODMxNzlhZjVkNzcwYTBiMg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MDRkMDVmZGYxNDE5ZTI0YzdhZTQzM2M4MjUyMjg0Mzc5ZDM4NDJiYzYzZmM1
|
10
|
+
OGMwNTQwM2IxZGZkOGE3MzZmZTEwZTk2NmM1Y2JhZWMzMTY1YTMxYTlhNDc0
|
11
|
+
NzIwZGZiNmFhMmNmMzZjMjMwODNmY2U4ZmNiNjQ0YjU4MTMwZjA=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YmY3NmIzYjE2MGZiNmFhM2FkOGEwNTUxZTI2OTU1NDM5M2I4ZTUxM2E5MzUw
|
14
|
+
MzhmMWYwOThiNjg1ZmZjOWNkMzE3NmQ5MGEwOTIwMWY5ZDM5OTEyYWJiOWFl
|
15
|
+
MTQ5Njg2MzRhODdjZDdlYWU5NTNmMDAyZTdlMDA4OTg3NzQzMjU=
|
data/.gitignore
CHANGED
@@ -27,8 +27,8 @@ build/
|
|
27
27
|
# for a library or gem, you might want to ignore these files since the code is
|
28
28
|
# intended to run in multiple environments; otherwise, check them in:
|
29
29
|
# Gemfile.lock
|
30
|
-
|
31
|
-
|
30
|
+
.ruby-version
|
31
|
+
.ruby-gemset
|
32
32
|
|
33
33
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
34
34
|
.rvmrc
|
data/aws-cfn-dsl.iml
CHANGED
@@ -17,9 +17,10 @@
|
|
17
17
|
<content url="file://$MODULE_DIR$">
|
18
18
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
19
19
|
</content>
|
20
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-
|
20
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p545 [aws-cfn-dsl]" jdkType="RUBY_SDK" />
|
21
21
|
<orderEntry type="sourceFolder" forTests="false" />
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.1, RVM: ruby-1.9.3-p545 [aws-cfn-dsl]) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, RVM: ruby-1.9.3-p545 [aws-cfn-dsl]) [gem]" level="application" />
|
23
24
|
</component>
|
24
25
|
</module>
|
25
26
|
|
data/lib/aws/cfn/dsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,61 +1,61 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-cfn-dsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christo DeLange
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cloudformation-ruby-dsl
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0.4'
|
20
|
-
- -
|
20
|
+
- - ! '>='
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 0.4.2
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0.4'
|
30
|
-
- -
|
30
|
+
- - ! '>='
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 0.4.2
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: bundler
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- -
|
37
|
+
- - ~>
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '1.5'
|
40
40
|
type: :development
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
|
-
- -
|
44
|
+
- - ~>
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '1.5'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: rake
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- -
|
51
|
+
- - ! '>='
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '0'
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
|
-
- -
|
58
|
+
- - ! '>='
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
description: Ruby DSL for creating Cloudformation templates
|
@@ -65,7 +65,7 @@ executables: []
|
|
65
65
|
extensions: []
|
66
66
|
extra_rdoc_files: []
|
67
67
|
files:
|
68
|
-
-
|
68
|
+
- .gitignore
|
69
69
|
- Gemfile
|
70
70
|
- LICENSE
|
71
71
|
- LICENSE.txt
|
@@ -85,12 +85,12 @@ require_paths:
|
|
85
85
|
- lib
|
86
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
|
-
- -
|
88
|
+
- - ! '>='
|
89
89
|
- !ruby/object:Gem::Version
|
90
90
|
version: '0'
|
91
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- -
|
93
|
+
- - ! '>='
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|