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 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
@@ -41,7 +41,7 @@ module Guard
41
41
  private
42
42
 
43
43
  def all_paths
44
- Dir.glob("#{@options[:templates_path]}/*")
44
+ Dir.glob("#{@options[:templates_path]}/*.json")
45
45
  end
46
46
 
47
47
  def run!(paths)
@@ -1,3 +1,3 @@
1
1
  module Guard
2
- CLOUDFORMATION_VERSION = "0.0.2"
2
+ CLOUDFORMATION_VERSION = "0.0.3"
3
3
  end
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.2
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: