rjack-qpid-client 0.18.1-java → 0.20.0-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.
- data/History.rdoc +3 -0
- data/Manifest.txt +2 -2
- data/NOTICE.txt +1 -1
- data/README.rdoc +1 -1
- data/lib/rjack-qpid-client.rb +1 -1
- data/lib/rjack-qpid-client/base.rb +3 -3
- data/lib/rjack-qpid-client/{qpid-client-0.18.jar → qpid-client-0.20.jar} +0 -0
- data/lib/rjack-qpid-client/{qpid-common-0.18.jar → qpid-common-0.20.jar} +0 -0
- data/lib/rjack-qpid-client/qpid_jms_context.rb +1 -1
- data/pom.xml +1 -1
- data/test/test_qpid_client.rb +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
|
@@ -9,5 +9,5 @@ lib/rjack-qpid-client/base.rb
|
|
|
9
9
|
lib/rjack-qpid-client.rb
|
|
10
10
|
lib/rjack-qpid-client/qpid_jms_context.rb
|
|
11
11
|
test/test_qpid_client.rb
|
|
12
|
-
lib/rjack-qpid-client/qpid-client-0.
|
|
13
|
-
lib/rjack-qpid-client/qpid-common-0.
|
|
12
|
+
lib/rjack-qpid-client/qpid-client-0.20.jar
|
|
13
|
+
lib/rjack-qpid-client/qpid-common-0.20.jar
|
data/NOTICE.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -12,7 +12,7 @@ A gem packaging of the {Qpid}[http://qpid.apache.org/] AMQP Java Client.
|
|
|
12
12
|
|
|
13
13
|
=== rjack-qpid-client gem
|
|
14
14
|
|
|
15
|
-
Copyright (c) 2011-
|
|
15
|
+
Copyright (c) 2011-2013 David Kellum
|
|
16
16
|
|
|
17
17
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
18
18
|
may not use this file except in compliance with the License. You
|
data/lib/rjack-qpid-client.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2011-
|
|
2
|
+
# Copyright (c) 2011-2013 David Kellum
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
5
5
|
# may not use this file except in compliance with the License. You
|
|
@@ -18,10 +18,10 @@ module RJack
|
|
|
18
18
|
module QpidClient
|
|
19
19
|
|
|
20
20
|
# QpidClient (java) version
|
|
21
|
-
QPID_VERSION = '0.
|
|
21
|
+
QPID_VERSION = '0.20'
|
|
22
22
|
|
|
23
23
|
# rjack gem version
|
|
24
|
-
VERSION = QPID_VERSION + '.
|
|
24
|
+
VERSION = QPID_VERSION + '.0'
|
|
25
25
|
|
|
26
26
|
LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
|
|
27
27
|
end
|
|
Binary file
|
|
Binary file
|
data/pom.xml
CHANGED
data/test/test_qpid_client.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#.hashdot.profile += jruby-shortlived
|
|
3
3
|
|
|
4
4
|
#--
|
|
5
|
-
# Copyright (c) 2011-
|
|
5
|
+
# Copyright (c) 2011-2013 David Kellum
|
|
6
6
|
#
|
|
7
7
|
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
8
8
|
# may not use this file except in compliance with the License. You
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: rjack-qpid-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.20.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rjack-jms
|
|
@@ -123,8 +123,8 @@ files:
|
|
|
123
123
|
- lib/rjack-qpid-client.rb
|
|
124
124
|
- lib/rjack-qpid-client/qpid_jms_context.rb
|
|
125
125
|
- test/test_qpid_client.rb
|
|
126
|
-
- lib/rjack-qpid-client/qpid-client-0.
|
|
127
|
-
- lib/rjack-qpid-client/qpid-common-0.
|
|
126
|
+
- lib/rjack-qpid-client/qpid-client-0.20.jar
|
|
127
|
+
- lib/rjack-qpid-client/qpid-common-0.20.jar
|
|
128
128
|
homepage: http://rjack.rubyforge.org/qpid-client
|
|
129
129
|
licenses: []
|
|
130
130
|
post_install_message:
|