right_amqp 0.2.1 → 0.3.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.
- data/lib/right_amqp/mq.rb +1 -3
- data/right_amqp.gemspec +2 -2
- metadata +5 -5
data/lib/right_amqp/mq.rb
CHANGED
|
@@ -146,6 +146,7 @@ class MQ
|
|
|
146
146
|
}
|
|
147
147
|
end
|
|
148
148
|
attr_reader :channel, :connection
|
|
149
|
+
alias :conn :connection
|
|
149
150
|
|
|
150
151
|
# May raise a MQ::Error exception when the frame payload contains a
|
|
151
152
|
# Protocol::Channel::Close object.
|
|
@@ -838,9 +839,6 @@ class MQ
|
|
|
838
839
|
pp args
|
|
839
840
|
puts
|
|
840
841
|
end
|
|
841
|
-
|
|
842
|
-
attr_reader :connection
|
|
843
|
-
alias :conn :connection
|
|
844
842
|
end
|
|
845
843
|
|
|
846
844
|
#-- convenience wrapper (read: HACK) for thread-local MQ object
|
data/right_amqp.gemspec
CHANGED
|
@@ -24,8 +24,8 @@ require 'rubygems'
|
|
|
24
24
|
|
|
25
25
|
Gem::Specification.new do |spec|
|
|
26
26
|
spec.name = 'right_amqp'
|
|
27
|
-
spec.version = '0.
|
|
28
|
-
spec.date = '2012-
|
|
27
|
+
spec.version = '0.3.0'
|
|
28
|
+
spec.date = '2012-04-13'
|
|
29
29
|
spec.authors = ['Lee Kirchhoff']
|
|
30
30
|
spec.email = 'lee@rightscale.com'
|
|
31
31
|
spec.homepage = 'https://github.com/rightscale/right_amqp'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: right_amqp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 3
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.3.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Lee Kirchhoff
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-04-13 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|