Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 30, 2010
1 parent 75231d1 commit 25308c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/thor/version.rb
@@ -1,3 +1,3 @@
class Thor
VERSION = "0.13.5".freeze
VERSION = "0.13.6".freeze
end
4 changes: 2 additions & 2 deletions thor.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{thor}
s.version = "0.13.5"
s.version = "0.13.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yehuda Katz", "Jos\303\251 Valim"]
s.date = %q{2010-04-29}
s.date = %q{2010-04-30}
s.description = %q{A scripting framework that replaces rake, sake and rubigen}
s.email = %q{ruby-thor@googlegroups.com}
s.executables = ["thor", "rake2thor"]
Expand Down

0 comments on commit 25308c3

Please sign in to comment.