qpid_messaging 0.18.1 → 0.18.2
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/Rakefile +3 -5
- data/TODO +5 -9
- data/ext/cqpid/cqpid.cpp +5 -6
- data/ext/cqpid/extconf.rb +2 -1
- data/lib/qpid_messaging/address.rb +2 -0
- data/lib/qpid_messaging/connection.rb +2 -0
- data/lib/qpid_messaging/duration.rb +2 -0
- data/lib/qpid_messaging/encoding.rb +2 -0
- data/lib/qpid_messaging/message.rb +2 -0
- data/lib/qpid_messaging/receiver.rb +4 -0
- data/lib/qpid_messaging/session.rb +4 -0
- data/lib/qpid_messaging/version.rb +1 -1
- data/lib/qpid_messaging.rb +0 -2
- metadata +4 -5
- data/ChangeLog +0 -9
data/Rakefile
CHANGED
|
@@ -29,7 +29,6 @@ require "rubygems/package_task"
|
|
|
29
29
|
|
|
30
30
|
require "rake/clean"
|
|
31
31
|
require "rake/extensiontask"
|
|
32
|
-
require "rake/rdoctask"
|
|
33
32
|
require "rdoc/task"
|
|
34
33
|
require "rake/testtask"
|
|
35
34
|
|
|
@@ -46,8 +45,8 @@ load "./lib/qpid_messaging/version.rb"
|
|
|
46
45
|
|
|
47
46
|
NAME = "qpid_messaging"
|
|
48
47
|
# VERSION = Qpid::VERSION
|
|
49
|
-
AUTHOR = "
|
|
50
|
-
EMAIL = "
|
|
48
|
+
AUTHOR = "Apache Qpid Project"
|
|
49
|
+
EMAIL = "dev@qpid.apache.org"
|
|
51
50
|
HOMEPAGE = "http://qpid.apache.org"
|
|
52
51
|
SUMMARY = "Qpid is an enterprise messaging framework."
|
|
53
52
|
|
|
@@ -64,7 +63,7 @@ task :test => :"test:all"
|
|
|
64
63
|
namespace :test do
|
|
65
64
|
|
|
66
65
|
desc "Run RSpec tests."
|
|
67
|
-
|
|
66
|
+
RSpec::Core::RakeTask.new do |t|
|
|
68
67
|
t.ruby_opts = ['-rtest/unit']
|
|
69
68
|
t.rcov = false
|
|
70
69
|
t.rcov_opts = [
|
|
@@ -116,7 +115,6 @@ spec = Gem::Specification.new do |s|
|
|
|
116
115
|
# DEPRECATED s.autorequire = NAME
|
|
117
116
|
s.files = FileList["LICENSE",
|
|
118
117
|
"README.rdoc",
|
|
119
|
-
"ChangeLog",
|
|
120
118
|
"Rakefile",
|
|
121
119
|
"TODO",
|
|
122
120
|
"lib/**/*.rb",
|
data/TODO
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
TODO Items
|
|
2
|
+
-----------------------------------------------------------------------------
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Version 0.11.0:
|
|
5
|
+
* Deliver the Ruby bindings as a gem.
|
|
6
|
+
* Rework the blocking tasks to not bring the main thread to a halt.
|
|
6
7
|
|
|
7
|
-
https://issues.apache.org/jira/browse/QPID
|
|
8
|
-
|
|
9
|
-
Fixes & Improvements
|
|
10
|
-
========================================================================
|
|
11
|
-
* Rework the blocking tasks to not bring the main thread to a halt.
|
data/ext/cqpid/cqpid.cpp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ----------------------------------------------------------------------------
|
|
2
2
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
3
|
-
* Version 2.0.
|
|
3
|
+
* Version 2.0.8
|
|
4
4
|
*
|
|
5
5
|
* This file is not intended to be easily readable and contains a number of
|
|
6
6
|
* coding conventions designed to improve portability and efficiency. Do not make
|
|
@@ -1844,7 +1844,7 @@ static VALUE mCqpid;
|
|
|
1844
1844
|
#define SWIG_RUBY_THREAD_END_BLOCK
|
|
1845
1845
|
|
|
1846
1846
|
|
|
1847
|
-
#define SWIGVERSION
|
|
1847
|
+
#define SWIGVERSION 0x020008
|
|
1848
1848
|
#define SWIG_VERSION SWIGVERSION
|
|
1849
1849
|
|
|
1850
1850
|
|
|
@@ -2012,7 +2012,7 @@ SWIG_ruby_failed(void)
|
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
2014
|
|
|
2015
|
-
/*@SWIG:/usr/share/swig/2.0.
|
|
2015
|
+
/*@SWIG:/usr/share/swig/2.0.8/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2016
2016
|
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args)
|
|
2017
2017
|
{
|
|
2018
2018
|
VALUE obj = args[0];
|
|
@@ -2061,7 +2061,7 @@ SWIG_AsVal_size_t (VALUE obj, size_t *val)
|
|
|
2061
2061
|
#endif
|
|
2062
2062
|
|
|
2063
2063
|
|
|
2064
|
-
/*@SWIG:/usr/share/swig/2.0.
|
|
2064
|
+
/*@SWIG:/usr/share/swig/2.0.8/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2065
2065
|
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE *args)
|
|
2066
2066
|
{
|
|
2067
2067
|
VALUE obj = args[0];
|
|
@@ -9540,8 +9540,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|
|
9540
9540
|
size_t i;
|
|
9541
9541
|
swig_module_info *module_head, *iter;
|
|
9542
9542
|
int found, init;
|
|
9543
|
-
|
|
9544
|
-
clientdata = clientdata;
|
|
9543
|
+
(void *)clientdata;
|
|
9545
9544
|
|
|
9546
9545
|
/* check to see if the circular list has been setup, if not, set it up */
|
|
9547
9546
|
if (swig_module.next==0) {
|
data/ext/cqpid/extconf.rb
CHANGED
data/lib/qpid_messaging.rb
CHANGED
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qpid_messaging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Apache Qpid Project
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-12-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Qpid is an enterprise messaging framework.
|
|
15
|
-
email:
|
|
15
|
+
email: dev@qpid.apache.org
|
|
16
16
|
executables: []
|
|
17
17
|
extensions:
|
|
18
18
|
- ext/cqpid/extconf.rb
|
|
@@ -21,7 +21,6 @@ extra_rdoc_files:
|
|
|
21
21
|
files:
|
|
22
22
|
- LICENSE
|
|
23
23
|
- README.rdoc
|
|
24
|
-
- ChangeLog
|
|
25
24
|
- Rakefile
|
|
26
25
|
- TODO
|
|
27
26
|
- lib/qpid_messaging/encoding.rb
|
data/ChangeLog
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
version 0.18 (24 September 2012):
|
|
2
|
-
* Renamed gemfile (retroactively) to qpid_messaging.
|
|
3
|
-
* Added more details to the Rdoc data.
|
|
4
|
-
* Corrected dependencies on cqpid.
|
|
5
|
-
* Fixes for Ruby 1.9.
|
|
6
|
-
- Fixed string encodings.
|
|
7
|
-
- Removed trailing colons from conditions.
|
|
8
|
-
* Removed the Boost license text.
|
|
9
|
-
* Cleans up queues after running Cucumber tests.
|