commit | b429cc9fa197b9da45f98f14efcf03bf84f02307 | [log] [tgz] |
---|---|---|
author | Nicholas La Roux <nicholas.laroux@shopify.com> | Fri May 17 11:09:09 2024 +0900 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri May 17 22:56:02 2024 +0200 |
tree | 31640e64a3c921c94555ec55a921656cd34d3f2b | |
parent | 4930caca8beb340b6543dd27856d3699dce40e54 [diff] |
Remove deprecated has_rdoc from gemspec
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec index 86d2189..1977ec4 100644 --- a/lib/rb/thrift.gemspec +++ b/lib/rb/thrift.gemspec
@@ -12,7 +12,6 @@ s.license = 'Apache-2.0' s.extensions = ['ext/extconf.rb'] - s.has_rdoc = true s.rdoc_options = %w[--line-numbers --inline-source --title Thrift --main README] s.rubyforge_project = 'thrift'