diff --git a/rouge.gemspec b/rouge.gemspec index 64f5288b5f..dc414c0f25 100644 --- a/rouge.gemspec +++ b/rouge.gemspec @@ -13,7 +13,6 @@ Gem::Specification.new do |s| for pygments. desc s.homepage = "http://rouge.jneen.net/" - s.rubyforge_project = "rouge" s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*'] s.executables = %w(rougify) s.licenses = ['MIT', 'BSD-2-Clause']