kibo 0.4.3 → 0.4.4

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.
@@ -3,11 +3,12 @@ module Kibo::Commands
3
3
  subcommand :heroku, "run a command on all heroku instances"
4
4
 
5
5
  def heroku
6
- #W "ARGV", ARGV
7
-
8
- Kibo.config.instances.each do |instance|
6
+ if configured_instances.empty?
7
+ E "No configured_instances in '#{Kibo.environment}' environment."
8
+ end
9
+
10
+ configured_instances.each do |instance|
9
11
  cmd = [ "heroku", *ARGV, "--app", instance ]
10
-
11
12
  W cmd.join(" ")
12
13
  system *cmd
13
14
  end
data/lib/kibo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kibo
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
data/man/kibo.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KIBO" "1" "October 2012" "Kibo 0.4.3" "Kibo Manual"
4
+ .TH "KIBO" "1" "October 2012" "Kibo 0.4.4" "Kibo Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBkibo\fR \- manage heroku applications
data/man/kibo.1.html CHANGED
@@ -172,7 +172,7 @@ kibo -e production spindown
172
172
 
173
173
 
174
174
  <ol class='man-decor man-foot man foot'>
175
- <li class='tl'>Kibo 0.4.3</li>
175
+ <li class='tl'>Kibo 0.4.4</li>
176
176
  <li class='tc'>October 2012</li>
177
177
  <li class='tr'>kibo(1)</li>
178
178
  </ol>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kibo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: 2037268821653346675
184
+ hash: -235834048214903875
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  none: false
187
187
  requirements: