stacco 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +4 -0
  2. data/bin/stacco +1 -1
  3. data/stacco.gemspec +2 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -7,3 +7,7 @@ task :clean do
7
7
  system "sudo gem uninstall -x stacco"
8
8
  system "rm -f *.gem"
9
9
  end
10
+
11
+ task :push do
12
+ system "gem push *.gem"
13
+ end
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 '#{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.5'
3
+ s.version = '0.1.6'
4
4
  s.licenses = ['MIT']
5
- s.summary = "Stack manipulator"
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.5
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: Stack manipulator
90
+ summary: CloudFormation stack manipulator
91
91
  test_files: []