Skip to content

Commit

Permalink
Ruby: Remove deprecated has_rdoc call
Browse files Browse the repository at this point in the history
To stop the following warning appearing when you install the rub gem

> 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 twitter-text/rb/twitter-text.gemspec:18.
  • Loading branch information
mocoso committed Mar 26, 2020
1 parent 290314a commit f60116d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rb/twitter-text.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.license = "Apache 2.0"

s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.summary = "Twitter text handling library"

s.add_development_dependency "test-unit"
Expand Down

0 comments on commit f60116d

Please sign in to comment.