celldee-bunny 0.5.0 → 0.5.1

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.
Files changed (3) hide show
  1. data/bunny.gemspec +1 -1
  2. data/lib/bunny.rb +1 -1
  3. metadata +1 -1
data/bunny.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{bunny}
3
- s.version = "0.5.0"
3
+ s.version = "0.5.1"
4
4
  s.authors = ["Chris Duncan"]
5
5
  s.date = %q{2009-08-08}
6
6
  s.description = %q{Another synchronous Ruby AMQP client}
data/lib/bunny.rb CHANGED
@@ -12,7 +12,7 @@ module Bunny
12
12
  class ConnectionError < StandardError; end
13
13
  class MessageError < StandardError; end
14
14
 
15
- VERSION = '0.4.4'
15
+ VERSION = '0.5.1'
16
16
 
17
17
  # Returns the Bunny version number
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celldee-bunny
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Duncan