torquebox-stomp 2.0.3 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/torquebox/stomp/jms_stomplet.rb +1 -1
- metadata +5 -5
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-stomp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.0
|
5
|
+
version: 2.1.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- The TorqueBox Team
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-07-26 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: torquebox-core
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.0
|
23
|
+
version: 2.1.0
|
24
24
|
type: :runtime
|
25
25
|
version_requirements: *id001
|
26
26
|
- !ruby/object:Gem::Dependency
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 2.0
|
34
|
+
version: 2.1.0
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id002
|
37
37
|
- !ruby/object:Gem::Dependency
|
@@ -57,8 +57,8 @@ extra_rdoc_files: []
|
|
57
57
|
files:
|
58
58
|
- licenses/lgpl-2.1.txt
|
59
59
|
- lib/torquebox-stomp.rb
|
60
|
-
- lib/torquebox/stomp/message.rb
|
61
60
|
- lib/torquebox/stomp/jms_stomplet.rb
|
61
|
+
- lib/torquebox/stomp/message.rb
|
62
62
|
- lib/torquebox/stomp/rack/stilts-stomp-client-js.js
|
63
63
|
- lib/torquebox/stomp/rack/stomp_javascript_client_provider.rb
|
64
64
|
- lib/torquebox/stomp/ext/stomplet_config.rb
|