Skip to content

Commit

Permalink
Remove rubyforge references in gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 20, 2013
1 parent acbb006 commit a3e5c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ specified in standard Ruby syntax.
s.rdoc_options = BASE_RDOC_OPTIONS

s.author = "Jim Weirich"
s.email = "jim@weirichhouse.org"
s.homepage = "http://rake.rubyforge.org"
s.rubyforge_project = "rake"
s.email = "jim.weirich@gmail.com"
s.homepage = "http://github.com/jimweirich/rake
# s.rubyforge_project = "rake"
end
Gem::PackageTask.new(SPEC) do |pkg|
Expand Down

0 comments on commit a3e5c2c

Please sign in to comment.