bushido 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,8 @@ module Bushido
12
12
 
13
13
 
14
14
  def host
15
- "http://#{ENV['BUSHIDO_HOST'] || 'bushi.do'}"
15
+ port = ENV['BUSHIDO_PORT'] ? ":#{ENV['BUSHIDO_PORT']}" : ""
16
+ "http://#{ENV['BUSHIDO_HOST'] || 'bushi.do'}#{port}"
16
17
  end
17
18
  end
18
19
  end
@@ -1,4 +1,4 @@
1
1
  module Bushido
2
2
  # Current version of the Bushido gem
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bushido
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.16
5
+ version: 0.0.17
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Grove
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-01 00:00:00 -07:00
13
+ date: 2011-06-04 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency