amq-client 0.7.0.alpha2 → 0.7.0.alpha3
Sign up to get free protection for your applications and to get access to all the features.
- data/amq-client.gemspec +1 -5
- data/lib/amq/client/version.rb +1 -1
- metadata +187 -210
data/amq-client.gemspec
CHANGED
@@ -11,11 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.email = [Base64.decode64("c3Rhc3RueUAxMDFpZGVhcy5jeg==\n"), "michael@novemberain.com"]
|
12
12
|
s.homepage = "http://github.com/ruby-amqp/amq-client"
|
13
13
|
s.summary = "amq-client is a fully-featured, low-level AMQP 0.9.1 client"
|
14
|
-
s.description =
|
15
|
-
amq-client supports multiple networking adapters (EventMachine, TCP sockets, cool.io) and
|
16
|
-
supposed to back more opinionated AMQP clients (such as amqp gem, bunny, et cetera) or be used directly
|
17
|
-
in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs
|
18
|
-
DESC
|
14
|
+
s.description = "amq-client supports multiple networking adapters (EventMachine, TCP sockets, cool.io) and supposed to back more opinionated AMQP clients (such as amqp gem, bunny, et cetera) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs"
|
19
15
|
s.cert_chain = nil
|
20
16
|
s.has_rdoc = true
|
21
17
|
|
data/lib/amq/client/version.rb
CHANGED
metadata
CHANGED
@@ -1,216 +1,201 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: amq-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 1552698946208022683
|
5
4
|
prerelease: 6
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 7
|
9
|
-
- 0
|
10
|
-
- alpha
|
11
|
-
- 2
|
12
|
-
version: 0.7.0.alpha2
|
5
|
+
version: 0.7.0.alpha3
|
13
6
|
platform: ruby
|
14
7
|
authors:
|
15
|
-
- Jakub Stastny
|
16
|
-
- Michael S. Klishin
|
17
|
-
- Theo Hultberg
|
18
|
-
- Mark Abramov
|
8
|
+
- Jakub Stastny
|
9
|
+
- Michael S. Klishin
|
10
|
+
- Theo Hultberg
|
11
|
+
- Mark Abramov
|
19
12
|
autorequire:
|
20
13
|
bindir: bin
|
21
14
|
cert_chain:
|
22
15
|
date: 2011-04-18 00:00:00 +04:00
|
23
16
|
default_executable:
|
24
17
|
dependencies:
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
hash: 3
|
50
|
-
segments:
|
51
|
-
- 0
|
52
|
-
version: "0"
|
53
|
-
type: :runtime
|
54
|
-
version_requirements: *id002
|
55
|
-
description: " amq-client supports multiple networking adapters (EventMachine, TCP sockets, cool.io) and\n supposed to back more opinionated AMQP clients (such as amqp gem, bunny, et cetera) or be used directly\n in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs\n"
|
18
|
+
- !ruby/object:Gem::Dependency
|
19
|
+
name: eventmachine
|
20
|
+
prerelease: false
|
21
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
22
|
+
none: false
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.12.10
|
27
|
+
type: :runtime
|
28
|
+
version_requirements: *id001
|
29
|
+
- !ruby/object:Gem::Dependency
|
30
|
+
name: amq-protocol
|
31
|
+
prerelease: false
|
32
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: "0"
|
38
|
+
type: :runtime
|
39
|
+
version_requirements: *id002
|
40
|
+
description: amq-client supports multiple networking adapters (EventMachine, TCP sockets, cool.io) and supposed to back more opinionated AMQP clients (such as amqp gem, bunny, et cetera) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs
|
56
41
|
email:
|
57
|
-
- stastny@101ideas.cz
|
58
|
-
- michael@novemberain.com
|
42
|
+
- stastny@101ideas.cz
|
43
|
+
- michael@novemberain.com
|
59
44
|
executables: []
|
60
45
|
|
61
46
|
extensions: []
|
62
47
|
|
63
48
|
extra_rdoc_files:
|
64
|
-
- README.textile
|
65
|
-
- doc/_index.html
|
66
|
-
- doc/AMQ.html
|
67
|
-
- doc/class_list.html
|
68
|
-
- doc/file.README.html
|
69
|
-
- doc/file_list.html
|
70
|
-
- doc/frames.html
|
71
|
-
- doc/index.html
|
72
|
-
- doc/method_list.html
|
73
|
-
- doc/top-level-namespace.html
|
49
|
+
- README.textile
|
50
|
+
- doc/_index.html
|
51
|
+
- doc/AMQ.html
|
52
|
+
- doc/class_list.html
|
53
|
+
- doc/file.README.html
|
54
|
+
- doc/file_list.html
|
55
|
+
- doc/frames.html
|
56
|
+
- doc/index.html
|
57
|
+
- doc/method_list.html
|
58
|
+
- doc/top-level-namespace.html
|
74
59
|
files:
|
75
|
-
- .gitignore
|
76
|
-
- .gitmodules
|
77
|
-
- .rspec
|
78
|
-
- .travis.yml
|
79
|
-
- .yardopts
|
80
|
-
- CONTRIBUTORS
|
81
|
-
- Gemfile
|
82
|
-
- LICENSE
|
83
|
-
- README.textile
|
84
|
-
- amq-client.gemspec
|
85
|
-
- bin/jenkins.sh
|
86
|
-
- bin/set_test_suite_realms_up.sh
|
87
|
-
- examples/coolio_adapter/basic_consume.rb
|
88
|
-
- examples/coolio_adapter/basic_consume_with_acknowledgements.rb
|
89
|
-
- examples/coolio_adapter/basic_consume_with_rejections.rb
|
90
|
-
- examples/coolio_adapter/basic_publish.rb
|
91
|
-
- examples/coolio_adapter/channel_close.rb
|
92
|
-
- examples/coolio_adapter/example_helper.rb
|
93
|
-
- examples/coolio_adapter/exchange_declare.rb
|
94
|
-
- examples/coolio_adapter/kitchen_sink1.rb
|
95
|
-
- examples/coolio_adapter/queue_bind.rb
|
96
|
-
- examples/coolio_adapter/queue_purge.rb
|
97
|
-
- examples/coolio_adapter/queue_unbind.rb
|
98
|
-
- examples/eventmachine_adapter/authentication/plain_password_with_custom_role_credentials.rb
|
99
|
-
- examples/eventmachine_adapter/authentication/plain_password_with_default_role_credentials.rb
|
100
|
-
- examples/eventmachine_adapter/authentication/plain_password_with_incorrect_credentials.rb
|
101
|
-
- examples/eventmachine_adapter/basic_cancel.rb
|
102
|
-
- examples/eventmachine_adapter/basic_consume.rb
|
103
|
-
- examples/eventmachine_adapter/basic_consume_with_acknowledgements.rb
|
104
|
-
- examples/eventmachine_adapter/basic_consume_with_rejections.rb
|
105
|
-
- examples/eventmachine_adapter/basic_get.rb
|
106
|
-
- examples/eventmachine_adapter/basic_get_with_empty_queue.rb
|
107
|
-
- examples/eventmachine_adapter/basic_publish.rb
|
108
|
-
- examples/eventmachine_adapter/basic_qos.rb
|
109
|
-
- examples/eventmachine_adapter/basic_recover.rb
|
110
|
-
- examples/eventmachine_adapter/basic_return.rb
|
111
|
-
- examples/eventmachine_adapter/channel_close.rb
|
112
|
-
- examples/eventmachine_adapter/channel_flow.rb
|
113
|
-
- examples/eventmachine_adapter/channel_level_exception_handling.rb
|
114
|
-
- examples/eventmachine_adapter/connection_failure_callback.rb
|
115
|
-
- examples/eventmachine_adapter/connection_failure_exception.rb
|
116
|
-
- examples/eventmachine_adapter/example_helper.rb
|
117
|
-
- examples/eventmachine_adapter/exchange_declare.rb
|
118
|
-
- examples/eventmachine_adapter/extensions/rabbitmq/handling_confirm_select_ok.rb
|
119
|
-
- examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
|
120
|
-
- examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_unroutable_message.rb
|
121
|
-
- examples/eventmachine_adapter/kitchen_sink1.rb
|
122
|
-
- examples/eventmachine_adapter/queue_bind.rb
|
123
|
-
- examples/eventmachine_adapter/queue_declare.rb
|
124
|
-
- examples/eventmachine_adapter/queue_purge.rb
|
125
|
-
- examples/eventmachine_adapter/queue_unbind.rb
|
126
|
-
- examples/eventmachine_adapter/tls/tls_without_peer_verification.rb
|
127
|
-
- examples/eventmachine_adapter/tx_commit.rb
|
128
|
-
- examples/eventmachine_adapter/tx_rollback.rb
|
129
|
-
- examples/eventmachine_adapter/tx_select.rb
|
130
|
-
- examples/socket_adapter/basics.rb
|
131
|
-
- examples/socket_adapter/connection.rb
|
132
|
-
- examples/socket_adapter/multiple_connections.rb
|
133
|
-
- examples/tls_certificates/client/cert.pem
|
134
|
-
- examples/tls_certificates/client/key.pem
|
135
|
-
- examples/tls_certificates/client/keycert.p12
|
136
|
-
- examples/tls_certificates/client/req.pem
|
137
|
-
- examples/tls_certificates/server/cert.pem
|
138
|
-
- examples/tls_certificates/server/key.pem
|
139
|
-
- examples/tls_certificates/server/keycert.p12
|
140
|
-
- examples/tls_certificates/server/req.pem
|
141
|
-
- examples/tls_certificates/testca/cacert.cer
|
142
|
-
- examples/tls_certificates/testca/cacert.pem
|
143
|
-
- examples/tls_certificates/testca/certs/01.pem
|
144
|
-
- examples/tls_certificates/testca/certs/02.pem
|
145
|
-
- examples/tls_certificates/testca/index.txt
|
146
|
-
- examples/tls_certificates/testca/index.txt.attr
|
147
|
-
- examples/tls_certificates/testca/index.txt.attr.old
|
148
|
-
- examples/tls_certificates/testca/index.txt.old
|
149
|
-
- examples/tls_certificates/testca/openssl.cnf
|
150
|
-
- examples/tls_certificates/testca/private/cakey.pem
|
151
|
-
- examples/tls_certificates/testca/serial
|
152
|
-
- examples/tls_certificates/testca/serial.old
|
153
|
-
- irb.rb
|
154
|
-
- lib/amq/client.rb
|
155
|
-
- lib/amq/client/adapter.rb
|
156
|
-
- lib/amq/client/adapters/coolio.rb
|
157
|
-
- lib/amq/client/adapters/event_machine.rb
|
158
|
-
- lib/amq/client/adapters/socket.rb
|
159
|
-
- lib/amq/client/channel.rb
|
160
|
-
- lib/amq/client/connection.rb
|
161
|
-
- lib/amq/client/entity.rb
|
162
|
-
- lib/amq/client/exceptions.rb
|
163
|
-
- lib/amq/client/exchange.rb
|
164
|
-
- lib/amq/client/extensions/rabbitmq.rb
|
165
|
-
- lib/amq/client/extensions/rabbitmq/basic.rb
|
166
|
-
- lib/amq/client/extensions/rabbitmq/confirm.rb
|
167
|
-
- lib/amq/client/framing/io/frame.rb
|
168
|
-
- lib/amq/client/framing/string/frame.rb
|
169
|
-
- lib/amq/client/logging.rb
|
170
|
-
- lib/amq/client/mixins/anonymous_entity.rb
|
171
|
-
- lib/amq/client/mixins/status.rb
|
172
|
-
- lib/amq/client/protocol/get_response.rb
|
173
|
-
- lib/amq/client/queue.rb
|
174
|
-
- lib/amq/client/settings.rb
|
175
|
-
- lib/amq/client/version.rb
|
176
|
-
- spec/benchmarks/adapters.rb
|
177
|
-
- spec/client/framing/io_frame_spec.rb
|
178
|
-
- spec/client/framing/string_frame_spec.rb
|
179
|
-
- spec/client/protocol/get_response_spec.rb
|
180
|
-
- spec/integration/coolio/basic_ack_spec.rb
|
181
|
-
- spec/integration/coolio/basic_get_spec.rb
|
182
|
-
- spec/integration/coolio/basic_return_spec.rb
|
183
|
-
- spec/integration/coolio/channel_close_spec.rb
|
184
|
-
- spec/integration/coolio/channel_flow_spec.rb
|
185
|
-
- spec/integration/coolio/spec_helper.rb
|
186
|
-
- spec/integration/coolio/tx_commit_spec.rb
|
187
|
-
- spec/integration/coolio/tx_rollback_spec.rb
|
188
|
-
- spec/integration/eventmachine/basic_ack_spec.rb
|
189
|
-
- spec/integration/eventmachine/basic_get_spec.rb
|
190
|
-
- spec/integration/eventmachine/basic_return_spec.rb
|
191
|
-
- spec/integration/eventmachine/channel_close_spec.rb
|
192
|
-
- spec/integration/eventmachine/channel_flow_spec.rb
|
193
|
-
- spec/integration/eventmachine/spec_helper.rb
|
194
|
-
- spec/integration/eventmachine/tx_commit_spec.rb
|
195
|
-
- spec/integration/eventmachine/tx_rollback_spec.rb
|
196
|
-
- spec/regression/bad_frame_slicing_in_adapters_spec.rb
|
197
|
-
- spec/spec_helper.rb
|
198
|
-
- spec/unit/client/adapter_spec.rb
|
199
|
-
- spec/unit/client/entity_spec.rb
|
200
|
-
- spec/unit/client/logging_spec.rb
|
201
|
-
- spec/unit/client/mixins/status_spec.rb
|
202
|
-
- spec/unit/client/settings_spec.rb
|
203
|
-
- spec/unit/client_spec.rb
|
204
|
-
- tasks.rb
|
205
|
-
- doc/_index.html
|
206
|
-
- doc/AMQ.html
|
207
|
-
- doc/class_list.html
|
208
|
-
- doc/file.README.html
|
209
|
-
- doc/file_list.html
|
210
|
-
- doc/frames.html
|
211
|
-
- doc/index.html
|
212
|
-
- doc/method_list.html
|
213
|
-
- doc/top-level-namespace.html
|
60
|
+
- .gitignore
|
61
|
+
- .gitmodules
|
62
|
+
- .rspec
|
63
|
+
- .travis.yml
|
64
|
+
- .yardopts
|
65
|
+
- CONTRIBUTORS
|
66
|
+
- Gemfile
|
67
|
+
- LICENSE
|
68
|
+
- README.textile
|
69
|
+
- amq-client.gemspec
|
70
|
+
- bin/jenkins.sh
|
71
|
+
- bin/set_test_suite_realms_up.sh
|
72
|
+
- examples/coolio_adapter/basic_consume.rb
|
73
|
+
- examples/coolio_adapter/basic_consume_with_acknowledgements.rb
|
74
|
+
- examples/coolio_adapter/basic_consume_with_rejections.rb
|
75
|
+
- examples/coolio_adapter/basic_publish.rb
|
76
|
+
- examples/coolio_adapter/channel_close.rb
|
77
|
+
- examples/coolio_adapter/example_helper.rb
|
78
|
+
- examples/coolio_adapter/exchange_declare.rb
|
79
|
+
- examples/coolio_adapter/kitchen_sink1.rb
|
80
|
+
- examples/coolio_adapter/queue_bind.rb
|
81
|
+
- examples/coolio_adapter/queue_purge.rb
|
82
|
+
- examples/coolio_adapter/queue_unbind.rb
|
83
|
+
- examples/eventmachine_adapter/authentication/plain_password_with_custom_role_credentials.rb
|
84
|
+
- examples/eventmachine_adapter/authentication/plain_password_with_default_role_credentials.rb
|
85
|
+
- examples/eventmachine_adapter/authentication/plain_password_with_incorrect_credentials.rb
|
86
|
+
- examples/eventmachine_adapter/basic_cancel.rb
|
87
|
+
- examples/eventmachine_adapter/basic_consume.rb
|
88
|
+
- examples/eventmachine_adapter/basic_consume_with_acknowledgements.rb
|
89
|
+
- examples/eventmachine_adapter/basic_consume_with_rejections.rb
|
90
|
+
- examples/eventmachine_adapter/basic_get.rb
|
91
|
+
- examples/eventmachine_adapter/basic_get_with_empty_queue.rb
|
92
|
+
- examples/eventmachine_adapter/basic_publish.rb
|
93
|
+
- examples/eventmachine_adapter/basic_qos.rb
|
94
|
+
- examples/eventmachine_adapter/basic_recover.rb
|
95
|
+
- examples/eventmachine_adapter/basic_return.rb
|
96
|
+
- examples/eventmachine_adapter/channel_close.rb
|
97
|
+
- examples/eventmachine_adapter/channel_flow.rb
|
98
|
+
- examples/eventmachine_adapter/channel_level_exception_handling.rb
|
99
|
+
- examples/eventmachine_adapter/connection_failure_callback.rb
|
100
|
+
- examples/eventmachine_adapter/connection_failure_exception.rb
|
101
|
+
- examples/eventmachine_adapter/example_helper.rb
|
102
|
+
- examples/eventmachine_adapter/exchange_declare.rb
|
103
|
+
- examples/eventmachine_adapter/extensions/rabbitmq/handling_confirm_select_ok.rb
|
104
|
+
- examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
|
105
|
+
- examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_unroutable_message.rb
|
106
|
+
- examples/eventmachine_adapter/kitchen_sink1.rb
|
107
|
+
- examples/eventmachine_adapter/queue_bind.rb
|
108
|
+
- examples/eventmachine_adapter/queue_declare.rb
|
109
|
+
- examples/eventmachine_adapter/queue_purge.rb
|
110
|
+
- examples/eventmachine_adapter/queue_unbind.rb
|
111
|
+
- examples/eventmachine_adapter/tls/tls_without_peer_verification.rb
|
112
|
+
- examples/eventmachine_adapter/tx_commit.rb
|
113
|
+
- examples/eventmachine_adapter/tx_rollback.rb
|
114
|
+
- examples/eventmachine_adapter/tx_select.rb
|
115
|
+
- examples/socket_adapter/basics.rb
|
116
|
+
- examples/socket_adapter/connection.rb
|
117
|
+
- examples/socket_adapter/multiple_connections.rb
|
118
|
+
- examples/tls_certificates/client/cert.pem
|
119
|
+
- examples/tls_certificates/client/key.pem
|
120
|
+
- examples/tls_certificates/client/keycert.p12
|
121
|
+
- examples/tls_certificates/client/req.pem
|
122
|
+
- examples/tls_certificates/server/cert.pem
|
123
|
+
- examples/tls_certificates/server/key.pem
|
124
|
+
- examples/tls_certificates/server/keycert.p12
|
125
|
+
- examples/tls_certificates/server/req.pem
|
126
|
+
- examples/tls_certificates/testca/cacert.cer
|
127
|
+
- examples/tls_certificates/testca/cacert.pem
|
128
|
+
- examples/tls_certificates/testca/certs/01.pem
|
129
|
+
- examples/tls_certificates/testca/certs/02.pem
|
130
|
+
- examples/tls_certificates/testca/index.txt
|
131
|
+
- examples/tls_certificates/testca/index.txt.attr
|
132
|
+
- examples/tls_certificates/testca/index.txt.attr.old
|
133
|
+
- examples/tls_certificates/testca/index.txt.old
|
134
|
+
- examples/tls_certificates/testca/openssl.cnf
|
135
|
+
- examples/tls_certificates/testca/private/cakey.pem
|
136
|
+
- examples/tls_certificates/testca/serial
|
137
|
+
- examples/tls_certificates/testca/serial.old
|
138
|
+
- irb.rb
|
139
|
+
- lib/amq/client.rb
|
140
|
+
- lib/amq/client/adapter.rb
|
141
|
+
- lib/amq/client/adapters/coolio.rb
|
142
|
+
- lib/amq/client/adapters/event_machine.rb
|
143
|
+
- lib/amq/client/adapters/socket.rb
|
144
|
+
- lib/amq/client/channel.rb
|
145
|
+
- lib/amq/client/connection.rb
|
146
|
+
- lib/amq/client/entity.rb
|
147
|
+
- lib/amq/client/exceptions.rb
|
148
|
+
- lib/amq/client/exchange.rb
|
149
|
+
- lib/amq/client/extensions/rabbitmq.rb
|
150
|
+
- lib/amq/client/extensions/rabbitmq/basic.rb
|
151
|
+
- lib/amq/client/extensions/rabbitmq/confirm.rb
|
152
|
+
- lib/amq/client/framing/io/frame.rb
|
153
|
+
- lib/amq/client/framing/string/frame.rb
|
154
|
+
- lib/amq/client/logging.rb
|
155
|
+
- lib/amq/client/mixins/anonymous_entity.rb
|
156
|
+
- lib/amq/client/mixins/status.rb
|
157
|
+
- lib/amq/client/protocol/get_response.rb
|
158
|
+
- lib/amq/client/queue.rb
|
159
|
+
- lib/amq/client/settings.rb
|
160
|
+
- lib/amq/client/version.rb
|
161
|
+
- spec/benchmarks/adapters.rb
|
162
|
+
- spec/client/framing/io_frame_spec.rb
|
163
|
+
- spec/client/framing/string_frame_spec.rb
|
164
|
+
- spec/client/protocol/get_response_spec.rb
|
165
|
+
- spec/integration/coolio/basic_ack_spec.rb
|
166
|
+
- spec/integration/coolio/basic_get_spec.rb
|
167
|
+
- spec/integration/coolio/basic_return_spec.rb
|
168
|
+
- spec/integration/coolio/channel_close_spec.rb
|
169
|
+
- spec/integration/coolio/channel_flow_spec.rb
|
170
|
+
- spec/integration/coolio/spec_helper.rb
|
171
|
+
- spec/integration/coolio/tx_commit_spec.rb
|
172
|
+
- spec/integration/coolio/tx_rollback_spec.rb
|
173
|
+
- spec/integration/eventmachine/basic_ack_spec.rb
|
174
|
+
- spec/integration/eventmachine/basic_get_spec.rb
|
175
|
+
- spec/integration/eventmachine/basic_return_spec.rb
|
176
|
+
- spec/integration/eventmachine/channel_close_spec.rb
|
177
|
+
- spec/integration/eventmachine/channel_flow_spec.rb
|
178
|
+
- spec/integration/eventmachine/spec_helper.rb
|
179
|
+
- spec/integration/eventmachine/tx_commit_spec.rb
|
180
|
+
- spec/integration/eventmachine/tx_rollback_spec.rb
|
181
|
+
- spec/regression/bad_frame_slicing_in_adapters_spec.rb
|
182
|
+
- spec/spec_helper.rb
|
183
|
+
- spec/unit/client/adapter_spec.rb
|
184
|
+
- spec/unit/client/entity_spec.rb
|
185
|
+
- spec/unit/client/logging_spec.rb
|
186
|
+
- spec/unit/client/mixins/status_spec.rb
|
187
|
+
- spec/unit/client/settings_spec.rb
|
188
|
+
- spec/unit/client_spec.rb
|
189
|
+
- tasks.rb
|
190
|
+
- doc/_index.html
|
191
|
+
- doc/AMQ.html
|
192
|
+
- doc/class_list.html
|
193
|
+
- doc/file.README.html
|
194
|
+
- doc/file_list.html
|
195
|
+
- doc/frames.html
|
196
|
+
- doc/index.html
|
197
|
+
- doc/method_list.html
|
198
|
+
- doc/top-level-namespace.html
|
214
199
|
has_rdoc: true
|
215
200
|
homepage: http://github.com/ruby-amqp/amq-client
|
216
201
|
licenses: []
|
@@ -219,31 +204,23 @@ post_install_message:
|
|
219
204
|
rdoc_options: []
|
220
205
|
|
221
206
|
require_paths:
|
222
|
-
- lib
|
207
|
+
- lib
|
223
208
|
required_ruby_version: !ruby/object:Gem::Requirement
|
224
209
|
none: false
|
225
210
|
requirements:
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
segments:
|
230
|
-
- 0
|
231
|
-
version: "0"
|
211
|
+
- - ">="
|
212
|
+
- !ruby/object:Gem::Version
|
213
|
+
version: "0"
|
232
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
233
215
|
none: false
|
234
216
|
requirements:
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
segments:
|
239
|
-
- 1
|
240
|
-
- 3
|
241
|
-
- 1
|
242
|
-
version: 1.3.1
|
217
|
+
- - ">"
|
218
|
+
- !ruby/object:Gem::Version
|
219
|
+
version: 1.3.1
|
243
220
|
requirements: []
|
244
221
|
|
245
222
|
rubyforge_project: amq-client
|
246
|
-
rubygems_version: 1.5.
|
223
|
+
rubygems_version: 1.5.1
|
247
224
|
signing_key:
|
248
225
|
specification_version: 3
|
249
226
|
summary: amq-client is a fully-featured, low-level AMQP 0.9.1 client
|