Skip to content

Commit

Permalink
Fix rubygems deprecation
Browse files Browse the repository at this point in the history
```
NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01.
Gem::Specification#rubyforge_project= called from /home/deivid/.rbenv/versions/2.4.9/lib/ruby/gems/2.4.0/specifications/coderay-1.1.2.gemspec:21.
```
  • Loading branch information
deivid-rodriguez committed Jan 18, 2020
1 parent ac45fe7 commit 21b7ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coderay.gemspec
Original file line number Diff line number Diff line change
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 21b7ae8

Please sign in to comment.