lono 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -98,7 +98,7 @@ You can generate the CF templates by running:
98
98
  $ lono generate
99
99
  </pre>
100
100
 
101
- The lono init comamnd also sets up guard-lono and guard-cloudformation. Guard-lono continuously generates the cloud formation templates and guard-cloudformation continuously verifies that the cloud formation templates are valid via AWS's cfn-validate-template command. Just run guard.
101
+ The lono init command also sets up guard-lono. Guard-lono continuously generates the cloud formation templates. Just run guard.
102
102
 
103
103
  <pre>
104
104
  $ guard
data/lib/files/Guardfile CHANGED
@@ -6,6 +6,7 @@ guard "lono" do
6
6
  watch(%r{^templates/.*$})
7
7
  end
8
8
 
9
- guard "cloudformation", :templates_path => "output" do
10
- watch(%r{^output/.+\.json$})
11
- end
9
+ # Commented out due to CF rate limiting
10
+ # guard "cloudformation", :templates_path => "output" do
11
+ # watch(%r{^output/.+\.json$})
12
+ # end
data/lib/lono/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: