guard-cloudformation 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +7 -0
- data/lib/guard/cloudformation.rb +1 -1
- data/lib/guard/version.rb +1 -1
- metadata +2 -1
data/README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Guard::Cloudformation
|
2
2
|
|
3
|
+
[![Build History][2]][1] [![Dependency Status][4]][3]
|
4
|
+
|
5
|
+
[1]: http://travis-ci.org/tongueroo/guard-cloudformation
|
6
|
+
[2]: https://secure.travis-ci.org/tongueroo/guard-cloudformation.png?branch=master
|
7
|
+
[3]: https://gemnasium.com/tongueroo/guard-cloudformation
|
8
|
+
[4]: https://gemnasium.com/tongueroo/guard-cloudformation.png
|
9
|
+
|
3
10
|
Guard::Cloudformation automatically runs validates cloud formation templates via cfn-validate-template.
|
4
11
|
|
5
12
|
## Installation
|
data/lib/guard/cloudformation.rb
CHANGED
data/lib/guard/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-cloudformation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -92,3 +92,4 @@ summary: Guard::Cloudformation automatically validates cloud formation templates
|
|
92
92
|
test_files:
|
93
93
|
- spec/cloudformation_spec.rb
|
94
94
|
- spec/spec_helper.rb
|
95
|
+
has_rdoc:
|