converse 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,5 +38,15 @@ module Converse
38
38
  @password = password
39
39
  self
40
40
  end
41
+
42
+ def talks_to(host)
43
+ @host = host
44
+ self
45
+ end
46
+
47
+ def on_port(port)
48
+ @port = port
49
+ self
50
+ end
41
51
  end
42
52
  end
@@ -1,3 +1,3 @@
1
1
  module Converse
2
- VERSION = "1.0.16"
2
+ VERSION = "1.0.17"
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 16
10
- version: 1.0.16
9
+ - 17
10
+ version: 1.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ernst van Graan