bunny 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bunny/client09.rb +1 -1
- data/lib/bunny/version.rb +1 -1
- metadata +4 -4
data/lib/bunny/client09.rb
CHANGED
@@ -358,7 +358,7 @@ module Bunny
|
|
358
358
|
|
359
359
|
method = next_method
|
360
360
|
|
361
|
-
check_response(method, Qrack::
|
361
|
+
check_response(method, Qrack::Protocol09::Tx::SelectOk, "Error initiating transactions for current channel")
|
362
362
|
|
363
363
|
# return confirmation
|
364
364
|
:select_ok
|
data/lib/bunny/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bunny
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 5
|
10
|
+
version: 0.7.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Chris Duncan
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2011-
|
22
|
+
date: 2011-09-11 00:00:00 +04:00
|
23
23
|
default_executable:
|
24
24
|
dependencies: []
|
25
25
|
|