Skip to content

Commit

Permalink
Fix syntax error in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 20, 2013
1 parent 4f139fa commit 32a17cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ specified in standard Ruby syntax.

s.author = "Jim Weirich"
s.email = "jim.weirich@gmail.com"
s.homepage = "http://github.com/jimweirich/rake
# s.rubyforge_project = "rake"
s.homepage = "http://github.com/jimweirich/rake"
end

Gem::PackageTask.new(SPEC) do |pkg|
Expand Down

0 comments on commit 32a17cb

Please sign in to comment.