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.
- data/lib/kibo/commands/heroku_runner.rb +5 -4
- data/lib/kibo/version.rb +1 -1
- data/man/kibo.1 +1 -1
- data/man/kibo.1.html +1 -1
- metadata +2 -2
|
@@ -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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
data/man/kibo.1
CHANGED
data/man/kibo.1.html
CHANGED
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.
|
|
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:
|
|
184
|
+
hash: -235834048214903875
|
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
none: false
|
|
187
187
|
requirements:
|