torquebox-messaging 3.0.1-java → 3.0.2-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b64579155c57d53da42663aa7c65b98f8765b49
4
- data.tar.gz: 7bdc4b720897c192d72b49c0c961cccd7962a39f
3
+ metadata.gz: 135028cac1ed0c0976e0e22430ac3f93d98586e1
4
+ data.tar.gz: 8f31c8f4fadbe3ea409c3208d28b5cb37b22a7d0
5
5
  SHA512:
6
- metadata.gz: ec4bbe16fe343c82d388d37d997a9830ef27d8cf467b32ca7a46eac5f6c232e1b9c99c1a9391cdadca8622dceb79e41361234605eb86f575e4ee2bb8c394b70b
7
- data.tar.gz: 0c0c26b5efc5689928b278acd7d17e32bcf7a255c49e25606ba2aefb5101711ef4e03d7a36eae0ca841c0c862a4fee203c6995e733a6b5502166a98eeb8442c2
6
+ metadata.gz: e9f877aa4194302f2488dd0432bf3f92cb1e49ac2cdf660ab630914d5e557f3a967ed6a9e1722bf2821c46eb6bd48c8744cdee18a6491d555a222c482b12000e
7
+ data.tar.gz: 2658f15e62500c0bef85ece3ce250c9f9afdf1f6ba5e8a9794c390ba4c920363c27a2769db5439b3b76979f2a5fbb41379cf3e240acecc527ac1f1affdfc85a1
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxMessaging
2
- VERSION = '3.0.1'
3
- MAVEN_VERSION = '3.0.1'
2
+ VERSION = '3.0.2'
3
+ MAVEN_VERSION = '3.0.2'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: torquebox-core
@@ -16,12 +16,12 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.1
19
+ version: 3.0.2
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - '='
23
23
  - !ruby/object:Gem::Version
24
- version: 3.0.1
24
+ version: 3.0.2
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -30,12 +30,12 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.0.1
33
+ version: 3.0.2
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
36
  - - '='
37
37
  - !ruby/object:Gem::Version
38
- version: 3.0.1
38
+ version: 3.0.2
39
39
  prerelease: false
40
40
  type: :runtime
41
41
  - !ruby/object:Gem::Dependency
@@ -88,46 +88,46 @@ files:
88
88
  - lib/gem_hook.rb
89
89
  - lib/org.torquebox.messaging-client.rb
90
90
  - lib/torquebox/messaging.rb
91
- - lib/torquebox/messaging/edn_message.rb
92
- - lib/torquebox/messaging/xa_connection.rb
93
- - lib/torquebox/messaging/destination.rb
94
91
  - lib/torquebox/messaging/message.rb
95
92
  - lib/torquebox/messaging/queue.rb
96
- - lib/torquebox/messaging/session.rb
93
+ - lib/torquebox/messaging/edn_message.rb
94
+ - lib/torquebox/messaging/backgroundable_processor.rb
95
+ - lib/torquebox/messaging/connection.rb
96
+ - lib/torquebox/messaging/xa_session.rb
97
+ - lib/torquebox/messaging/message_processor.rb
97
98
  - lib/torquebox/messaging/echo_processor.rb
98
- - lib/torquebox/messaging/connection_factory.rb
99
- - lib/torquebox/messaging/const_missing.rb
99
+ - lib/torquebox/messaging/datamapper_marshaling.rb
100
+ - lib/torquebox/messaging/marshal_message.rb
101
+ - lib/torquebox/messaging/future_responder.rb
102
+ - lib/torquebox/messaging/json_message.rb
103
+ - lib/torquebox/messaging/destination.rb
104
+ - lib/torquebox/messaging/xa_connection_factory.rb
100
105
  - lib/torquebox/messaging/text_message.rb
101
- - lib/torquebox/messaging/message_processor.rb
102
106
  - lib/torquebox/messaging/core.rb
103
- - lib/torquebox/messaging/future_status.rb
104
- - lib/torquebox/messaging/task.rb
105
- - lib/torquebox/messaging/marshal_base64_message.rb
106
- - lib/torquebox/messaging/datamapper_marshaling.rb
107
+ - lib/torquebox/messaging/session.rb
107
108
  - lib/torquebox/messaging/topic.rb
109
+ - lib/torquebox/messaging/connection_factory.rb
110
+ - lib/torquebox/messaging/const_missing.rb
108
111
  - lib/torquebox/messaging/backgroundable.rb
109
112
  - lib/torquebox/messaging/future.rb
110
- - lib/torquebox/messaging/future_responder.rb
111
- - lib/torquebox/messaging/marshal_message.rb
112
- - lib/torquebox/messaging/json_message.rb
113
- - lib/torquebox/messaging/connection.rb
114
- - lib/torquebox/messaging/xa_session.rb
115
- - lib/torquebox/messaging/backgroundable_processor.rb
116
- - lib/torquebox/messaging/xa_connection_factory.rb
117
- - lib/torquebox/messaging/ext/javax_jms_queue_browser.rb
118
- - lib/torquebox/messaging/processor_middleware/with_transaction.rb
119
- - lib/torquebox/messaging/processor_middleware/chain.rb
113
+ - lib/torquebox/messaging/xa_connection.rb
114
+ - lib/torquebox/messaging/future_status.rb
115
+ - lib/torquebox/messaging/task.rb
116
+ - lib/torquebox/messaging/marshal_base64_message.rb
120
117
  - lib/torquebox/messaging/processor_middleware/default_middleware.rb
121
- - spec/message_processor_spec.rb
122
- - spec/message_spec.rb
123
- - spec/chain_spec.rb
118
+ - lib/torquebox/messaging/processor_middleware/chain.rb
119
+ - lib/torquebox/messaging/processor_middleware/with_transaction.rb
120
+ - lib/torquebox/messaging/ext/javax_jms_queue_browser.rb
124
121
  - spec/future_responder_spec.rb
125
- - spec/default_middleware_spec.rb
126
- - spec/destination_spec.rb
127
- - spec/backgroundable_spec.rb
128
122
  - spec/task_spec.rb
123
+ - spec/default_middleware_spec.rb
129
124
  - spec/future_spec.rb
125
+ - spec/destination_spec.rb
130
126
  - spec/datamapper_marshaling_spec.rb
127
+ - spec/chain_spec.rb
128
+ - spec/message_spec.rb
129
+ - spec/backgroundable_spec.rb
130
+ - spec/message_processor_spec.rb
131
131
  homepage: http://torquebox.org/
132
132
  licenses:
133
133
  - Public Domain
@@ -153,13 +153,13 @@ signing_key:
153
153
  specification_version: 4
154
154
  summary: TorqueBox Messaging Client
155
155
  test_files:
156
- - spec/message_processor_spec.rb
157
- - spec/message_spec.rb
158
- - spec/chain_spec.rb
159
156
  - spec/future_responder_spec.rb
160
- - spec/default_middleware_spec.rb
161
- - spec/destination_spec.rb
162
- - spec/backgroundable_spec.rb
163
157
  - spec/task_spec.rb
158
+ - spec/default_middleware_spec.rb
164
159
  - spec/future_spec.rb
160
+ - spec/destination_spec.rb
165
161
  - spec/datamapper_marshaling_spec.rb
162
+ - spec/chain_spec.rb
163
+ - spec/message_spec.rb
164
+ - spec/backgroundable_spec.rb
165
+ - spec/message_processor_spec.rb