Skip to content

Commit

Permalink
Bump to 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 13, 2010
1 parent f1f2abf commit 4e59935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
@@ -1,6 +1,7 @@
== 0.5

* Added Railtie and better Rails 3 support
* Added :flash_now as option

== 0.4

Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "0.5.3".freeze
VERSION = "0.5.4".freeze
end
4 changes: 2 additions & 2 deletions responders.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{responders}
s.version = "0.5.3"
s.version = "0.5.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
s.date = %q{2010-03-04}
s.date = %q{2010-03-13}
s.description = %q{A set of Rails 3 responders to dry up your application}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 4e59935

Please sign in to comment.