bunny 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -358,7 +358,7 @@ module Bunny
358
358
 
359
359
  method = next_method
360
360
 
361
- check_response(method, Qrack::Protocol::Tx::SelectOk, "Error initiating transactions for current channel")
361
+ check_response(method, Qrack::Protocol09::Tx::SelectOk, "Error initiating transactions for current channel")
362
362
 
363
363
  # return confirmation
364
364
  :select_ok
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Bunny
4
- VERSION = "0.7.4"
4
+ VERSION = "0.7.5"
5
5
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 4
10
- version: 0.7.4
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-07-30 00:00:00 +04:00
22
+ date: 2011-09-11 00:00:00 +04:00
23
23
  default_executable:
24
24
  dependencies: []
25
25