qpid_proton 0.13.0 → 0.13.0.1
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 +7 -0
- data/ext/cproton/cproton.c +605 -349
- metadata +91 -113
metadata
CHANGED
|
@@ -1,155 +1,133 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qpid_proton
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease: false
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 13
|
|
9
|
-
- 0
|
|
10
|
-
version: 0.13.0
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.13.0.1
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- Darryl L. Pierce
|
|
14
8
|
autorequire:
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
dependencies:
|
|
21
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2016-06-29 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
22
14
|
name: json
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
27
17
|
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
version: "0"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
33
20
|
type: :runtime
|
|
34
|
-
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
35
27
|
description: |
|
|
36
28
|
Proton is a high performance, lightweight messaging library. It can be used in
|
|
37
29
|
the widest range of messaging applications including brokers, client libraries,
|
|
38
30
|
routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging
|
|
39
31
|
standard.
|
|
40
|
-
|
|
41
|
-
email:
|
|
32
|
+
email:
|
|
42
33
|
- proton@qpid.apache.org
|
|
43
34
|
executables: []
|
|
44
|
-
|
|
45
|
-
extensions:
|
|
35
|
+
extensions:
|
|
46
36
|
- ext/cproton/extconf.rb
|
|
47
37
|
extra_rdoc_files: []
|
|
48
|
-
|
|
49
|
-
|
|
38
|
+
files:
|
|
39
|
+
- ChangeLog
|
|
50
40
|
- LICENSE
|
|
51
41
|
- TODO
|
|
52
|
-
- ChangeLog
|
|
53
|
-
- ext/cproton/extconf.rb
|
|
54
42
|
- ext/cproton/cproton.c
|
|
55
|
-
-
|
|
56
|
-
- lib/
|
|
57
|
-
- lib/
|
|
58
|
-
- lib/
|
|
59
|
-
- lib/
|
|
60
|
-
- lib/
|
|
61
|
-
- lib/
|
|
62
|
-
- lib/
|
|
63
|
-
- lib/
|
|
64
|
-
- lib/
|
|
65
|
-
- lib/
|
|
66
|
-
- lib/
|
|
67
|
-
- lib/
|
|
68
|
-
- lib/
|
|
69
|
-
- lib/
|
|
70
|
-
- lib/
|
|
43
|
+
- ext/cproton/extconf.rb
|
|
44
|
+
- lib/codec/data.rb
|
|
45
|
+
- lib/codec/mapping.rb
|
|
46
|
+
- lib/core/base_handler.rb
|
|
47
|
+
- lib/core/connection.rb
|
|
48
|
+
- lib/core/delivery.rb
|
|
49
|
+
- lib/core/disposition.rb
|
|
50
|
+
- lib/core/endpoint.rb
|
|
51
|
+
- lib/core/exceptions.rb
|
|
52
|
+
- lib/core/link.rb
|
|
53
|
+
- lib/core/message.rb
|
|
54
|
+
- lib/core/receiver.rb
|
|
55
|
+
- lib/core/sasl.rb
|
|
56
|
+
- lib/core/selectable.rb
|
|
57
|
+
- lib/core/sender.rb
|
|
58
|
+
- lib/core/session.rb
|
|
59
|
+
- lib/core/ssl.rb
|
|
60
|
+
- lib/core/ssl_details.rb
|
|
61
|
+
- lib/core/ssl_domain.rb
|
|
62
|
+
- lib/core/terminus.rb
|
|
63
|
+
- lib/core/transport.rb
|
|
64
|
+
- lib/core/url.rb
|
|
71
65
|
- lib/event/collector.rb
|
|
72
66
|
- lib/event/event.rb
|
|
73
|
-
- lib/event/event_type.rb
|
|
74
67
|
- lib/event/event_base.rb
|
|
75
|
-
- lib/
|
|
76
|
-
- lib/codec/mapping.rb
|
|
77
|
-
- lib/reactor/session_per_connection.rb
|
|
78
|
-
- lib/reactor/link_option.rb
|
|
79
|
-
- lib/reactor/backoff.rb
|
|
80
|
-
- lib/reactor/ssl_config.rb
|
|
81
|
-
- lib/reactor/urls.rb
|
|
82
|
-
- lib/reactor/global_overrides.rb
|
|
83
|
-
- lib/reactor/connector.rb
|
|
84
|
-
- lib/reactor/reactor.rb
|
|
85
|
-
- lib/reactor/container.rb
|
|
86
|
-
- lib/reactor/task.rb
|
|
87
|
-
- lib/reactor/acceptor.rb
|
|
88
|
-
- lib/handler/c_flow_controller.rb
|
|
89
|
-
- lib/handler/wrapped_handler.rb
|
|
90
|
-
- lib/handler/c_adaptor.rb
|
|
91
|
-
- lib/handler/messaging_handler.rb
|
|
68
|
+
- lib/event/event_type.rb
|
|
92
69
|
- lib/handler/acking.rb
|
|
70
|
+
- lib/handler/c_adaptor.rb
|
|
71
|
+
- lib/handler/c_flow_controller.rb
|
|
93
72
|
- lib/handler/endpoint_state_handler.rb
|
|
94
|
-
- lib/handler/outgoing_message_handler.rb
|
|
95
73
|
- lib/handler/incoming_message_handler.rb
|
|
96
|
-
- lib/
|
|
74
|
+
- lib/handler/messaging_handler.rb
|
|
75
|
+
- lib/handler/outgoing_message_handler.rb
|
|
76
|
+
- lib/handler/wrapped_handler.rb
|
|
77
|
+
- lib/messenger/messenger.rb
|
|
97
78
|
- lib/messenger/subscription.rb
|
|
98
79
|
- lib/messenger/tracker.rb
|
|
99
|
-
- lib/messenger/messenger.rb
|
|
100
80
|
- lib/messenger/tracker_status.rb
|
|
101
|
-
- lib/
|
|
102
|
-
- lib/
|
|
103
|
-
- lib/
|
|
104
|
-
- lib/
|
|
105
|
-
- lib/
|
|
106
|
-
- lib/
|
|
107
|
-
- lib/
|
|
108
|
-
- lib/
|
|
109
|
-
- lib/
|
|
110
|
-
- lib/
|
|
111
|
-
- lib/
|
|
112
|
-
- lib/
|
|
113
|
-
- lib/
|
|
114
|
-
- lib/
|
|
115
|
-
- lib/
|
|
116
|
-
- lib/
|
|
117
|
-
- lib/
|
|
118
|
-
- lib/
|
|
119
|
-
- lib/
|
|
120
|
-
|
|
81
|
+
- lib/qpid_proton.rb
|
|
82
|
+
- lib/reactor/acceptor.rb
|
|
83
|
+
- lib/reactor/backoff.rb
|
|
84
|
+
- lib/reactor/connector.rb
|
|
85
|
+
- lib/reactor/container.rb
|
|
86
|
+
- lib/reactor/global_overrides.rb
|
|
87
|
+
- lib/reactor/link_option.rb
|
|
88
|
+
- lib/reactor/reactor.rb
|
|
89
|
+
- lib/reactor/session_per_connection.rb
|
|
90
|
+
- lib/reactor/ssl_config.rb
|
|
91
|
+
- lib/reactor/task.rb
|
|
92
|
+
- lib/reactor/urls.rb
|
|
93
|
+
- lib/types/array.rb
|
|
94
|
+
- lib/types/described.rb
|
|
95
|
+
- lib/types/hash.rb
|
|
96
|
+
- lib/types/strings.rb
|
|
97
|
+
- lib/util/class_wrapper.rb
|
|
98
|
+
- lib/util/condition.rb
|
|
99
|
+
- lib/util/constants.rb
|
|
100
|
+
- lib/util/engine.rb
|
|
101
|
+
- lib/util/error_handler.rb
|
|
102
|
+
- lib/util/handler.rb
|
|
103
|
+
- lib/util/reactor.rb
|
|
104
|
+
- lib/util/swig_helper.rb
|
|
105
|
+
- lib/util/timeout.rb
|
|
106
|
+
- lib/util/uuid.rb
|
|
107
|
+
- lib/util/version.rb
|
|
108
|
+
- lib/util/wrapper.rb
|
|
121
109
|
homepage: http://qpid.apache.org/proton
|
|
122
|
-
licenses:
|
|
110
|
+
licenses:
|
|
123
111
|
- Apache-2.0
|
|
112
|
+
metadata: {}
|
|
124
113
|
post_install_message:
|
|
125
114
|
rdoc_options: []
|
|
126
|
-
|
|
127
|
-
require_paths:
|
|
115
|
+
require_paths:
|
|
128
116
|
- lib
|
|
129
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
|
-
|
|
131
|
-
requirements:
|
|
117
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
118
|
+
requirements:
|
|
132
119
|
- - ">="
|
|
133
|
-
- !ruby/object:Gem::Version
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
version: "0"
|
|
138
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
|
-
none: false
|
|
140
|
-
requirements:
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: '0'
|
|
122
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
|
+
requirements:
|
|
141
124
|
- - ">="
|
|
142
|
-
- !ruby/object:Gem::Version
|
|
143
|
-
|
|
144
|
-
segments:
|
|
145
|
-
- 0
|
|
146
|
-
version: "0"
|
|
125
|
+
- !ruby/object:Gem::Version
|
|
126
|
+
version: '0'
|
|
147
127
|
requirements: []
|
|
148
|
-
|
|
149
128
|
rubyforge_project:
|
|
150
|
-
rubygems_version:
|
|
129
|
+
rubygems_version: 2.5.1
|
|
151
130
|
signing_key:
|
|
152
|
-
specification_version:
|
|
131
|
+
specification_version: 4
|
|
153
132
|
summary: Ruby language bindings for the Qpid Proton messaging framework
|
|
154
133
|
test_files: []
|
|
155
|
-
|