Skip to content

Commit 32a17cb

Browse files
committed
Fix syntax error in rakefile
1 parent 4f139fa commit 32a17cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ specified in standard Ruby syntax.
189189

190190
s.author = "Jim Weirich"
191191
s.email = "[email protected]"
192-
s.homepage = "http://github.com/jimweirich/rake
193-
# s.rubyforge_project = "rake"
192+
s.homepage = "http://github.com/jimweirich/rake"
194193
end
195194

196195
Gem::PackageTask.new(SPEC) do |pkg|

0 commit comments

Comments
 (0)