qpid_messaging 0.30.0 → 0.32.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/cqpid/cqpid.cpp +670 -27
  3. metadata +21 -20
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qpid_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Qpid Project
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2015-04-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Qpid is an enterprise messaging framework.
14
14
  email: dev@qpid.apache.org
@@ -17,28 +17,28 @@ extensions:
17
17
  - ext/cqpid/extconf.rb
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - LICENSE
21
20
  - ChangeLog
21
+ - LICENSE
22
22
  - README.rdoc
23
23
  - TODO
24
+ - examples/client.rb
25
+ - examples/drain.rb
26
+ - examples/hello_world.rb
27
+ - examples/map_receiver.rb
28
+ - examples/map_sender.rb
29
+ - examples/server.rb
30
+ - examples/spout.rb
31
+ - ext/cqpid/cqpid.cpp
32
+ - ext/cqpid/extconf.rb
24
33
  - lib/qpid_messaging.rb
25
- - lib/qpid_messaging/duration.rb
26
- - lib/qpid_messaging/receiver.rb
27
- - lib/qpid_messaging/session.rb
28
- - lib/qpid_messaging/connection.rb
29
- - lib/qpid_messaging/message.rb
30
34
  - lib/qpid_messaging/address.rb
35
+ - lib/qpid_messaging/connection.rb
36
+ - lib/qpid_messaging/duration.rb
31
37
  - lib/qpid_messaging/encoding.rb
38
+ - lib/qpid_messaging/message.rb
39
+ - lib/qpid_messaging/receiver.rb
32
40
  - lib/qpid_messaging/sender.rb
33
- - ext/cqpid/cqpid.cpp
34
- - ext/cqpid/extconf.rb
35
- - examples/spout.rb
36
- - examples/server.rb
37
- - examples/hello_world.rb
38
- - examples/map_receiver.rb
39
- - examples/map_sender.rb
40
- - examples/drain.rb
41
- - examples/client.rb
41
+ - lib/qpid_messaging/session.rb
42
42
  homepage: http://qpid.apache.org
43
43
  licenses: []
44
44
  metadata: {}
@@ -48,18 +48,19 @@ require_paths:
48
48
  - lib
49
49
  required_ruby_version: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - '>='
51
+ - - ">="
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
- - - '>='
56
+ - - ">="
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
60
  rubyforge_project:
61
- rubygems_version: 2.1.11
61
+ rubygems_version: 2.2.2
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Qpid is an enterprise messaging framework.
65
65
  test_files: []
66
+ has_rdoc: