Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 19, 2010
1 parent 28ead1e commit 37de387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "0.5.0".freeze
VERSION = "0.5.1".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.0"
s.version = "0.5.1"

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-02-07}
s.date = %q{2010-02-19}
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 37de387

Please sign in to comment.