Skip to content

Commit 5751452

Browse files
committed
Merge pull request #490 from nicolasleger/specify_required_ruby_version
Specify required Ruby version
2 parents 0bb59c1 + 08092ab commit 5751452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thor.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.licenses = %w[MIT]
1515
spec.name = "thor"
1616
spec.require_paths = %w[lib]
17+
spec.required_ruby_version = '>= 1.8.7'
1718
spec.required_rubygems_version = ">= 1.3.5"
1819
spec.summary = spec.description
1920
spec.version = Thor::VERSION

0 commit comments

Comments
 (0)