Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahoul Baruah committed Jun 17, 2009
2 parents 04c9929 + 4dc6370 commit b64b892
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
v0.8.3. Can now override WARREN_ENV from the command line.
v0.8.2. Added nice error message when no details for current env
v0.8.1. Fixed bug in passing params in
v0.8. Gem works with rails
Expand Down
1 change: 1 addition & 0 deletions Manifest
Expand Up @@ -26,3 +26,4 @@ spec/warren/queue_spec.rb
spec/warren/warren_spec.rb
tasks/rdoc.rake
tasks/rspec.rake
warren.gemspec
4 changes: 2 additions & 2 deletions warren.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{warren}
s.version = "0.8.2"
s.version = "0.8.3"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Caius Durling, David Smalley"]
s.date = %q{2009-06-15}
s.date = %q{2009-06-17}
s.description = %q{Library for pushing messages onto and off RabbitMQ queues}
s.email = %q{support@brightbox.co.uk}
s.extra_rdoc_files = ["CHANGELOG", "lib/warren/adapters/amqp_adapter.rb", "lib/warren/adapters/bunny_adapter.rb", "lib/warren/connection.rb", "lib/warren/filters/shared_secret.rb", "lib/warren/filters/yaml.rb", "lib/warren/message_filter.rb", "lib/warren/queue.rb", "lib/warren.rb", "LICENSE", "tasks/rdoc.rake", "tasks/rspec.rake"]
Expand Down

0 comments on commit b64b892

Please sign in to comment.