stacco 0.1.5 → 0.1.6
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.
- data/Rakefile +4 -0
- data/bin/stacco +1 -1
- data/stacco.gemspec +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
data/bin/stacco
CHANGED
|
@@ -100,7 +100,7 @@ else
|
|
|
100
100
|
stack = stacks.find{ |st| st.name == stack_name }
|
|
101
101
|
|
|
102
102
|
unless stack
|
|
103
|
-
$stderr.puts "unknown stack '#{
|
|
103
|
+
$stderr.puts "unknown stack '#{stack_name}'"
|
|
104
104
|
$stderr.puts "known stacks:"
|
|
105
105
|
stacks.each do |st|
|
|
106
106
|
$stderr.puts " #{st.name}"
|
data/stacco.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'stacco'
|
|
3
|
-
s.version = '0.1.
|
|
3
|
+
s.version = '0.1.6'
|
|
4
4
|
s.licenses = ['MIT']
|
|
5
|
-
s.summary = "
|
|
5
|
+
s.summary = "CloudFormation stack manipulator"
|
|
6
6
|
s.description = "AWS CloudFromation stack manipulation toolsuite"
|
|
7
7
|
s.authors = ["Levi Aul"]
|
|
8
8
|
s.email = 'levi@leviaul.com'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stacco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -87,5 +87,5 @@ rubyforge_project:
|
|
|
87
87
|
rubygems_version: 1.8.23
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 3
|
|
90
|
-
summary:
|
|
90
|
+
summary: CloudFormation stack manipulator
|
|
91
91
|
test_files: []
|