Skip to content

Commit

Permalink
Loosen required_rubygems_version for compatibility with Ubuntu 10.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 6, 2013
1 parent 6124f01 commit 8a09e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['MIT']
spec.name = 'thor'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.6'
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = spec.description
spec.test_files = Dir.glob("spec/**/*")
spec.version = Thor::VERSION
Expand Down

0 comments on commit 8a09e6b

Please sign in to comment.