torquebox-stomp 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
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.0.3
|
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-05-
|
13
|
+
date: 2012-05-04 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.0.3
|
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.0.3
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id002
|
37
37
|
- !ruby/object:Gem::Dependency
|
@@ -59,10 +59,10 @@ files:
|
|
59
59
|
- lib/torquebox-stomp.rb
|
60
60
|
- lib/torquebox/stomp/message.rb
|
61
61
|
- lib/torquebox/stomp/jms_stomplet.rb
|
62
|
-
- lib/torquebox/stomp/ext/stomp_session.rb
|
63
|
-
- lib/torquebox/stomp/ext/stomplet_config.rb
|
64
|
-
- lib/torquebox/stomp/rack/stomp_javascript_client_provider.rb
|
65
62
|
- lib/torquebox/stomp/rack/stilts-stomp-client-js.js
|
63
|
+
- lib/torquebox/stomp/rack/stomp_javascript_client_provider.rb
|
64
|
+
- lib/torquebox/stomp/ext/stomplet_config.rb
|
65
|
+
- lib/torquebox/stomp/ext/stomp_session.rb
|
66
66
|
homepage: http://torquebox.org/
|
67
67
|
licenses:
|
68
68
|
- lgpl
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements: []
|
87
87
|
|
88
88
|
rubyforge_project:
|
89
|
-
rubygems_version: 1.8.
|
89
|
+
rubygems_version: 1.8.24
|
90
90
|
signing_key:
|
91
91
|
specification_version: 3
|
92
92
|
summary: TorqueBox STOMP Support
|