Skip to content

Commit 8a09e6b

Browse files
committed
Loosen required_rubygems_version for compatibility with Ubuntu 10.04
1 parent 6124f01 commit 8a09e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.licenses = ['MIT']
1818
spec.name = 'thor'
1919
spec.require_paths = ['lib']
20-
spec.required_rubygems_version = '>= 1.3.6'
20+
spec.required_rubygems_version = '>= 1.3.5'
2121
spec.summary = spec.description
2222
spec.test_files = Dir.glob("spec/**/*")
2323
spec.version = Thor::VERSION

0 commit comments

Comments
 (0)