Skip to content

Commit 21b7ae8

Browse files
Fix rubygems deprecation
``` 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. ```
1 parent ac45fe7 commit 21b7ae8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderay.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
2828
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
2929
s.require_paths = ['lib']
3030

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

0 commit comments

Comments
 (0)