riddl 0.99.134 → 0.99.135

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.
@@ -53,5 +53,9 @@ module Riddl
53
53
  def closed?
54
54
  @ws[:io].closed?
55
55
  end
56
+
57
+ def close
58
+ p @ws[:io].class
59
+ end
56
60
  end
57
61
  end
@@ -314,7 +314,6 @@ module Riddl
314
314
 
315
315
  def onclose
316
316
  @handler.key(@key).ws_close() unless @handler.nil?
317
- @backend.subscriptions[@key].delete
318
317
  end
319
318
  end #}}}
320
319
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.134"
3
+ s.version = "0.99.135"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.134
4
+ version: 0.99.135
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: tools
11
11
  cert_chain: []
12
- date: 2013-12-31 00:00:00.000000000 Z
12
+ date: 2014-01-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-smart