Skip to content

Commit

Permalink
Remove has_rdoc from gemspec, since it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed May 23, 2018
1 parent 08a87c2 commit e98b24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erubi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Gem::Specification.new do |s|
s.name = 'erubi'
s.version = Erubi::VERSION
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"]
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', 'Erubi: Small ERB Implementation', '--main', 'README.rdoc']
s.license = "MIT"
Expand Down

0 comments on commit e98b24c

Please sign in to comment.