Skip to content

Commit

Permalink
Merge pull request #35 from jjb/patch-1
Browse files Browse the repository at this point in the history
require ruby version in gemspec
  • Loading branch information
hsbt committed Jul 2, 2023
2 parents 413194f + 949445f commit d5eb74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions timeout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.required_ruby_version = '>= 2.5.0'

spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
Expand Down

0 comments on commit d5eb74f

Please sign in to comment.