Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 4, 2010
1 parent 3b2b879 commit 1f99287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.rdoc
@@ -1,8 +1,4 @@
== 0.5.1

* Also copy locale file on rails generator responders_install

== 0.5.0
== 0.5

* Added Railtie and better Rails 3 support

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

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

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-02}
s.date = %q{2010-03-04}
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 All @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/plataformatec/responders}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A set of Rails 3 responders to dry up your application}
s.test_files = [
"test/flash_responder_test.rb",
Expand Down

0 comments on commit 1f99287

Please sign in to comment.