Skip to content

Commit

Permalink
Merge pull request #75 from henrik/patch-1
Browse files Browse the repository at this point in the history
Gemspec: Remove deprecated has_rdoc= to fix warnings
  • Loading branch information
kzk committed Apr 15, 2021
2 parents 5932a65 + 119a469 commit b66eac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unicorn-worker-killer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Gem::Specification.new do |gem|
gem.version = File.read("VERSION").strip
gem.authors = ["Kazuki Ohta", "Sadayuki Furuhashi", "Jonathan Clem"]
gem.email = ["kazuki.ohta@gmail.com", "frsyuki@gmail.com", "jonathan@jclem.net"]
gem.has_rdoc = false
#gem.platform = Gem::Platform::RUBY
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit b66eac7

Please sign in to comment.