bard 0.14.2 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bard.gemspec +1 -1
  3. data/lib/bard.rb +1 -0
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.2
1
+ 0.15.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.14.2"
8
+ s.version = "0.15.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Micah Geisel}, %q{Nick Hogle}]
@@ -99,6 +99,7 @@ class Bard < Thor
99
99
 
100
100
  if heroku?
101
101
  run_crucial "git push production", options.verbose?
102
+ run_crucial "heroku rake bootstrap:production:post"
102
103
  else
103
104
  run_crucial "cap deploy", options.verbose?
104
105
  end
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 14
9
- - 2
10
- version: 0.14.2
8
+ - 15
9
+ - 0
10
+ version: 0.15.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel