torquebox-stomp 2.0.0.beta3 → 2.0.0.cr1
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: 6
|
5
|
-
version: 2.0.0.
|
5
|
+
version: 2.0.0.cr1
|
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-03-02 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.0.
|
23
|
+
version: 2.0.0.cr1
|
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.0.
|
34
|
+
version: 2.0.0.cr1
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id002
|
37
37
|
- !ruby/object:Gem::Dependency
|
@@ -57,10 +57,10 @@ extra_rdoc_files: []
|
|
57
57
|
files:
|
58
58
|
- licenses/lgpl-2.1.txt
|
59
59
|
- lib/torquebox-stomp.rb
|
60
|
-
- lib/torquebox/stomp/jms_stomplet.rb
|
61
60
|
- lib/torquebox/stomp/message.rb
|
62
|
-
- lib/torquebox/stomp/
|
61
|
+
- lib/torquebox/stomp/jms_stomplet.rb
|
63
62
|
- lib/torquebox/stomp/rack/stomp_javascript_client_provider.rb
|
63
|
+
- lib/torquebox/stomp/rack/stilts-stomp-client-js.js
|
64
64
|
- lib/torquebox/stomp/ext/stomp_session.rb
|
65
65
|
- lib/torquebox/stomp/ext/stomplet_config.rb
|
66
66
|
homepage: http://www.torquebox.org/torquebox-gems-parent/torquebox-stomp/
|
@@ -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.15
|
90
90
|
signing_key:
|
91
91
|
specification_version: 3
|
92
92
|
summary: TorqueBox STOMP Support
|