amqp 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/amqp/spec.rb +4 -6
- data/lib/amqp/version.rb +1 -1
- data/protocol/codegen.rb +2 -2
- metadata +4 -60
data/lib/amqp/spec.rb
CHANGED
@@ -1,9 +1,7 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
1
|
|
4
2
|
#:stopdoc:
|
5
|
-
# this file was autogenerated on
|
6
|
-
# using amqp-0.8.json (mtime:
|
3
|
+
# this file was autogenerated on 2011-07-25 08:34:44 +0100
|
4
|
+
# using amqp-0.8.json (mtime: 2011-07-25 08:30:58 +0100)
|
7
5
|
#
|
8
6
|
# DO NOT EDIT! (edit protocol/codegen.rb instead, and run `rake codegen`)
|
9
7
|
|
@@ -82,7 +80,7 @@ module AMQP
|
|
82
80
|
def properties() @properties ||= [] end
|
83
81
|
|
84
82
|
def id() self::ID end
|
85
|
-
def name() self::NAME end
|
83
|
+
def name() self::NAME.to_s end
|
86
84
|
end
|
87
85
|
|
88
86
|
class Method
|
@@ -100,7 +98,7 @@ module AMQP
|
|
100
98
|
|
101
99
|
def section() Protocol.const_get(self.to_s[/Protocol::(.+?)::/, 1]) end
|
102
100
|
def id() self::ID end
|
103
|
-
def name() self::NAME end
|
101
|
+
def name() self::NAME.to_s end
|
104
102
|
end
|
105
103
|
|
106
104
|
def == b
|
data/lib/amqp/version.rb
CHANGED
data/protocol/codegen.rb
CHANGED
@@ -76,7 +76,7 @@ puts ERB.new(%q[
|
|
76
76
|
def properties() @properties ||= [] end
|
77
77
|
|
78
78
|
def id() self::ID end
|
79
|
-
def name() self::NAME end
|
79
|
+
def name() self::NAME.to_s end
|
80
80
|
end
|
81
81
|
|
82
82
|
class Method
|
@@ -94,7 +94,7 @@ puts ERB.new(%q[
|
|
94
94
|
|
95
95
|
def section() Protocol.const_get(self.to_s[/Protocol::(.+?)::/, 1]) end
|
96
96
|
def id() self::ID end
|
97
|
-
def name() self::NAME end
|
97
|
+
def name() self::NAME.to_s end
|
98
98
|
end
|
99
99
|
|
100
100
|
def == b
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: amqp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 4
|
10
|
+
version: 0.7.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Aman Gupta
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2011-07-
|
20
|
+
date: 2011-07-25 00:00:00 +04:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -44,9 +44,6 @@ extensions: []
|
|
44
44
|
|
45
45
|
extra_rdoc_files:
|
46
46
|
- README.md
|
47
|
-
- doc/_index.html
|
48
|
-
- doc/AMQP.html
|
49
|
-
- doc/class_list.html
|
50
47
|
- doc/EXAMPLE_01_PINGPONG
|
51
48
|
- doc/EXAMPLE_02_CLOCK
|
52
49
|
- doc/EXAMPLE_03_STOCKS
|
@@ -54,31 +51,6 @@ extra_rdoc_files:
|
|
54
51
|
- doc/EXAMPLE_05_ACK
|
55
52
|
- doc/EXAMPLE_05_POP
|
56
53
|
- doc/EXAMPLE_06_HASHTABLE
|
57
|
-
- doc/file.08Migration.html
|
58
|
-
- doc/file.Bindings.html
|
59
|
-
- doc/file.CHANGELOG.html
|
60
|
-
- doc/file.Clustering.html
|
61
|
-
- doc/file.ConnectingToTheBroker.html
|
62
|
-
- doc/file.ConnectionEncryptionWithTLS.html
|
63
|
-
- doc/file.DocumentationGuidesIndex.html
|
64
|
-
- doc/file.Durability.html
|
65
|
-
- doc/file.ErrorHandling.html
|
66
|
-
- doc/file.Exchanges.html
|
67
|
-
- doc/file.GettingStarted.html
|
68
|
-
- doc/file.Queues.html
|
69
|
-
- doc/file.RabbitMQVersions.html
|
70
|
-
- doc/file.README.html
|
71
|
-
- doc/file.Routing.html
|
72
|
-
- doc/file.RunningTests.html
|
73
|
-
- doc/file.TestingWithEventedSpec.html
|
74
|
-
- doc/file.Troubleshooting.html
|
75
|
-
- doc/file.VendorSpecificExtensions.html
|
76
|
-
- doc/file_list.html
|
77
|
-
- doc/frames.html
|
78
|
-
- doc/index.html
|
79
|
-
- doc/method_list.html
|
80
|
-
- doc/MQ.html
|
81
|
-
- doc/top-level-namespace.html
|
82
54
|
files:
|
83
55
|
- .gitignore
|
84
56
|
- .rspec
|
@@ -168,34 +140,6 @@ files:
|
|
168
140
|
- spec/unit/amqp/connection_spec.rb
|
169
141
|
- spec/unit/amqp/frame_spec.rb
|
170
142
|
- spec/unit/amqp/protocol_spec.rb
|
171
|
-
- doc/_index.html
|
172
|
-
- doc/AMQP.html
|
173
|
-
- doc/class_list.html
|
174
|
-
- doc/file.08Migration.html
|
175
|
-
- doc/file.Bindings.html
|
176
|
-
- doc/file.CHANGELOG.html
|
177
|
-
- doc/file.Clustering.html
|
178
|
-
- doc/file.ConnectingToTheBroker.html
|
179
|
-
- doc/file.ConnectionEncryptionWithTLS.html
|
180
|
-
- doc/file.DocumentationGuidesIndex.html
|
181
|
-
- doc/file.Durability.html
|
182
|
-
- doc/file.ErrorHandling.html
|
183
|
-
- doc/file.Exchanges.html
|
184
|
-
- doc/file.GettingStarted.html
|
185
|
-
- doc/file.Queues.html
|
186
|
-
- doc/file.RabbitMQVersions.html
|
187
|
-
- doc/file.README.html
|
188
|
-
- doc/file.Routing.html
|
189
|
-
- doc/file.RunningTests.html
|
190
|
-
- doc/file.TestingWithEventedSpec.html
|
191
|
-
- doc/file.Troubleshooting.html
|
192
|
-
- doc/file.VendorSpecificExtensions.html
|
193
|
-
- doc/file_list.html
|
194
|
-
- doc/frames.html
|
195
|
-
- doc/index.html
|
196
|
-
- doc/method_list.html
|
197
|
-
- doc/MQ.html
|
198
|
-
- doc/top-level-namespace.html
|
199
143
|
has_rdoc: true
|
200
144
|
homepage: http://github.com/ruby-amqp/amqp
|
201
145
|
licenses: []
|