heroku_san 4.0.5 → 4.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ namespace :heroku do
56
56
  rev = stage.revision
57
57
  puts "#{stage.name} is shorthand for the Heroku app #{stage.app} located at:"
58
58
  puts " #{stage.repo}"
59
- puts " @ #{rev.blank? ? 'not deployed' : rev}"
59
+ puts " @ #{(rev == '') ? 'not deployed' : rev}"
60
60
  puts
61
61
  end
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module HerokuSan
2
- VERSION = "4.0.5"
2
+ VERSION = "4.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_san
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -239,7 +239,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  segments:
241
241
  - 0
242
- hash: 676383002045527270
242
+ hash: 2142218432852007923
243
243
  required_rubygems_version: !ruby/object:Gem::Requirement
244
244
  none: false
245
245
  requirements: