Skip to content

Commit

Permalink
Remove deprecated :has_rdoc= from gemspec (#5)
Browse files Browse the repository at this point in the history
From RubyGems 3.0:
Gem::Specification#has_rdoc= is deprecated with no replacement.
It will be removed on or after 2018-12-01.
  • Loading branch information
ashmaroli authored Jan 31, 2019
1 parent 1dc9a08 commit 7a2abaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 45,6 @@ spec = Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3'
s.add_dependency 'kramdown', '~> 2.0'

s.has_rdoc = true

s.author = 'Thomas Leitner'
s.email = '[email protected]'
s.homepage = "https://github.com/kramdown/parser-gfm"
Expand Down

0 comments on commit 7a2abaa

Please sign in to comment.