capistrano_banner 0.0.2 → 0.0.3

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.
@@ -51,7 +51,7 @@ module CapistranoBanner
51
51
  module IntegrationMethods
52
52
  def banner(options = {})
53
53
  path = self[:banner_path] || "./config/banner.txt"
54
- env = self[:rails_env] || self[:rack_env] || (raise "rails_env or rack_env is required.") # FIXME: or somthing else?
54
+ env = self[:rack_env] || self[:rails_env] || (raise "rails_env or rack_env is required.") # FIXME: or somthing else?
55
55
 
56
56
  Base.new(env, path).print_banner(options)
57
57
  end
@@ -1,3 +1,3 @@
1
1
  module CapistranoBanner
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_banner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: