Skip to content

Commit

Permalink
Remove rubyforge_project property from gemspec (#1263)
Browse files Browse the repository at this point in the history
RubyForge has been shut down and the `rubyforge_project` property is no
longer meaningful. This commit removes it.
  • Loading branch information
olleolleolle authored and pyrmont committed Jul 13, 2019
1 parent cc8ffa1 commit 376ab83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rouge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 376ab83

Please sign in to comment.