Skip to content

Commit

Permalink
Updated gemspec and released to rubyforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 9, 2009
1 parent 999e905 commit ad0735a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Default < Thor
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = GEM_NAME
s.version = "0.11.4"
s.rubyforge_project = "textmate"
s.platform = Gem::Platform::RUBY
s.summary = "A scripting framework that replaces rake, sake and rubigen"
Expand Down
2 changes: 1 addition & 1 deletion thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

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{2009-08-30}
s.date = %q{2009-09-09}
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 ad0735a

Please sign in to comment.