Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
No message
Browse files Browse the repository at this point in the history
  • Loading branch information
arvicco committed Nov 4, 2010
1 parent 9fed1dd commit 7c9a190
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY
Expand Up @@ -5,6 +5,7 @@
== 0.6.8 / 2010-11-03

* Additional improvements from latest forks added

== 0.6.9 / 2010-11-04

* Exchange#publish raises error if no connection to broker
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.8
0.6.9
1 change: 0 additions & 1 deletion lib/VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion lib/amqp/version.rb
@@ -1,6 +1,6 @@
require 'pathname'

module AMQP
VERSION_FILE = Pathname.new(__FILE__).dirname + '../VERSION' # :nodoc:
VERSION_FILE = Pathname.new(__FILE__).dirname + '../../VERSION' # :nodoc:
VERSION = VERSION_FILE.exist? ? VERSION_FILE.read.strip : '0.6.8'
end

0 comments on commit 7c9a190

Please sign in to comment.