wamp-client 0.0.1 → 0.0.2

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.
data/lib/wamp/client.rb CHANGED
@@ -18,7 +18,7 @@ module WAMP
18
18
 
19
19
 
20
20
  def initialize(uri, options=nil)
21
- options ||= {}
21
+ options ||= {:subprotocols => ["wamp"]}
22
22
  @session_id = nil
23
23
  @ws = Net::WS.new(uri, options)
24
24
  @subscriptions = {}
@@ -1,5 +1,5 @@
1
1
  module WAMP
2
2
  class Client
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wamp-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -721303708302766997
123
+ hash: -2544258630598304060
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: -721303708302766997
132
+ hash: -2544258630598304060
133
133
  requirements: []
134
134
  rubyforge_project:
135
135
  rubygems_version: 1.8.23