Skip to content

Commit f60116d

Browse files
committed
Ruby: Remove deprecated has_rdoc call
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.
1 parent 290314a commit f60116d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rb/twitter-text.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
1515
s.license = "Apache 2.0"
1616

1717
s.platform = Gem::Platform::RUBY
18-
s.has_rdoc = true
1918
s.summary = "Twitter text handling library"
2019

2120
s.add_development_dependency "test-unit"

0 commit comments

Comments
 (0)