Skip to content

Commit fd9fe8c

Browse files
deivid-rodriguezglejeune
authored andcommitted
Remove deprecated gemspec properties
Avoids the following warnings when building the gem: ``` 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 ruby-graphviz.gemspec:23. NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01. Gem::Specification#has_rdoc= called from ruby-graphviz.gemspec:24. ```
1 parent 7a651a1 commit fd9fe8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ruby-graphviz.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Gem::Specification.new do |s|
2020
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2121
s.require_paths = ["lib"]
2222

23-
s.rubyforge_project = 'ruby-asp'
24-
s.has_rdoc = true
2523
s.extra_rdoc_files = ["README.rdoc", "COPYING.rdoc", "AUTHORS.rdoc", "CHANGELOG.rdoc"]
2624
s.rdoc_options = ["--title", "Ruby/GraphViz", "--main", "README.rdoc"]
2725
s.post_install_message = %{

0 commit comments

Comments
 (0)