Skip to content

Commit

Permalink
Update to 0.13.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 16, 2010
1 parent 71dc13e commit 83373bf
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.7".freeze
VERSION = "0.13.8".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.7"
s.version = "0.13.8"

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-06-28}
s.date = %q{2010-07-16}
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 83373bf

Please sign in to comment.