riddl 0.99.138 → 0.99.139

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ruby/riddl/client.rb +1 -1
  2. data/riddl.gemspec +2 -2
  3. metadata +3 -2
@@ -52,7 +52,7 @@ unless Module.constants.include?('CLIENT_INCLUDED')
52
52
  Thread::abort_on_exception = true
53
53
  Thread.new do
54
54
  begin
55
- EM.run do
55
+ EM.send EM.reactor_running? ? :defer : :run do
56
56
  client = Blather::Client.setup @options[:jid], @options[:pass]
57
57
  client.register_handler(:ready) { sig.continue }
58
58
  client.connect
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.138"
3
+ s.version = "0.99.139"
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"
7
7
 
8
- s.description = "rest service interface definition, mixing, and evolution"
8
+ s.description = "rest service interface definition, mixing, and evolution. supports mixed http and xmpp servers."
9
9
 
10
10
  s.files = Dir['{lib/ruby/riddl/ns/**/*,tools/**/*,ns/**/*,contrib/**/*,lib/ruby/riddl/**/*,examples/**/*}'] + %w(COPYING Rakefile riddl.gemspec README.rdoc TODO AUTHORS INSTALL)
11
11
  s.require_path = 'lib/ruby'
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.138
4
+ version: 0.99.139
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -155,7 +155,8 @@ dependencies:
155
155
  - - ! '>='
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
- description: rest service interface definition, mixing, and evolution
158
+ description: rest service interface definition, mixing, and evolution. supports mixed
159
+ http and xmpp servers.
159
160
  email: juergen.mangler@gmail.com
160
161
  executables:
161
162
  - riddlcheck