converse 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,8 +24,8 @@ module Converse
24
24
 
25
25
  def host_and_port
26
26
  u = ""
27
- u = u + @host if not @host.nil?
28
- u = u + ":" + @port if not @port.nil?
27
+ u = u + "#{@host}" if not @host.nil?
28
+ u = u + ":#{@port}" if not @port.nil?
29
29
  u
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module Converse
2
- VERSION = "1.0.17"
2
+ VERSION = "1.0.18"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: converse
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 17
10
- version: 1.0.17
9
+ - 18
10
+ version: 1.0.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ernst van Graan