Skip to content

Commit

Permalink
Merge pull request #246 from deivid-rodriguez/fix_rubygems_deprecation
Browse files Browse the repository at this point in the history
Fix rubygems deprecation
  • Loading branch information
korny committed May 29, 2020
2 parents ac45fe7 + 21b7ae8 commit 9079074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coderay.gemspec
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.rubyforge_project = s.name
s.rdoc_options = '-SNw2', "-m#{readme_file}", '-t CodeRay Documentation'
s.extra_rdoc_files = readme_file
end

0 comments on commit 9079074

Please sign in to comment.