Loosen required_rubygems_version for compatibility with Ubuntu 10.04

This commit is contained in:
Erik Michaels-Ober 2013-05-06 05:27:53 -07:00
parent 67af802164
commit 0a617357d7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['MIT']
spec.name = 'omniauth'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.6'
spec.required_rubygems_version = '>= 1.3.5'
spec.signing_key = File.expand_path("~/.gem/private_key.pem") if $0 =~ /gem\z/
spec.summary = spec.description
spec.test_files = Dir.glob("spec/**/*")