jw-heroku-rails 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jw-heroku-rails (0.4.6)
4
+ jw-heroku-rails (0.4.7)
5
5
  heroku-api (>= 0.3.8)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "jw-heroku-rails"
3
- s.version = "0.4.6"
3
+ s.version = "0.4.7"
4
4
 
5
5
  s.authors = ["Jeff Whitmire", "Elijah Miller", "Glenn Roberts", "Jacques Crocker"]
6
6
  s.summary = "Deployment and configuration tools for Heroku/Rails"
@@ -93,7 +93,7 @@ namespace :heroku do
93
93
  branch = `git branch`.scan(/^\* (.*)\n/).flatten.first.to_s
94
94
  if branch.present?
95
95
  @git_push_arguments ||= []
96
- system_with_echo "git push #{repo} #{@git_push_arguments.join(' ')} #{branch}:master && #{rake_cmd} --app #{app_name} db:migrate && heroku restart --app #{app_name}"
96
+ system_with_echo "git push #{@push_repo || repo} #{@git_push_arguments.join(' ')} #{branch}:master && #{rake_cmd} --app #{app_name} db:migrate && heroku restart --app #{app_name}"
97
97
  else
98
98
  puts "Unable to determine the current git branch, please checkout the branch you'd like to deploy"
99
99
  exit(1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jw-heroku-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -2821336418249926558
111
+ hash: 2903885299525577714
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: -2821336418249926558
120
+ hash: 2903885299525577714
121
121
  requirements: []
122
122
  rubyforge_project: none
123
123
  rubygems_version: 1.8.25