shuttle 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Shuttle
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.7"
3
3
  end
@@ -57,7 +57,7 @@ task :shuttle, [:stages] => :environment do |t, args|
57
57
 
58
58
  args[:stages].split(':').each do |stage|
59
59
  if repository = Shuttle.stages.try(:[], stage.try(:to_sym))
60
- p80("Executing deploy to #{args[:stage].to_s}...") do
60
+ p80("Executing deploy to #{stage}...") do
61
61
  sh "git push #{repository} HEAD:master -f"
62
62
  end
63
63
  end
@@ -12,5 +12,5 @@ Gem::Specification.new do |gem|
12
12
  gem.require_paths = ["lib"]
13
13
  gem.version = Shuttle::VERSION
14
14
 
15
- gem.add_dependency('colored', '~> 1.2')
15
+ gem.add_runtime_dependency('colored', '~> 1.2')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shuttle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: