wisebedclientruby 0.0.49 → 0.0.50

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,7 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem "eventmachine"
4
- gem "em-http-request"
5
3
  gem "simpleblockingwebsocketclient"
6
4
 
7
5
  # Specify your gem's dependencies in wisebedclient-ruby.gemspec
@@ -15,5 +15,4 @@ module Wisebed
15
15
  end
16
16
  end
17
17
 
18
-
19
- Dir[File.dirname(__FILE__) + '/wisebedclientruby/*.rb'].each { |file| require file }
18
+ Dir[File.dirname(__FILE__) + '/wisebedclientruby/*.rb'].sort.each { |file| require file }
@@ -2,7 +2,7 @@ module Wisebed
2
2
 
3
3
  BASEURL = "http://wisebed.itm.uni-luebeck.de"
4
4
  WSBASEURL = "ws://wisebed.itm.uni-luebeck.de"
5
- APIVERSION = "/rest/2.3/"
5
+ APIVERSION = "/rest/2.3"
6
6
 
7
7
  class Client
8
8
  require 'httparty'
@@ -1,3 +1,3 @@
1
1
  module Wisebedclient
2
- VERSION = "0.0.49"
2
+ VERSION = "0.0.50"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisebedclientruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.49
4
+ version: 0.0.50
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-11 00:00:00.000000000 Z
12
+ date: 2013-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: simpleblockingwebsocketclient