Fix gemspec
This commit is contained in:
parent
6e88177140
commit
62cc0e09bb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.description = "The SHA-3 (Keccak) hash."
|
||||
s.authors = ["Hongli Lai (Phusion)", "Keccak authors"]
|
||||
s.extensions << "ext/digest/extconf.rb"
|
||||
s.require_ruby_version = "~> 2.2"
|
||||
s.required_ruby_version = "~> 2.2"
|
||||
|
||||
s.files = Dir[
|
||||
"README.md",
|
||||
|
|
Loading…
Reference in a new issue