1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Don't hardcode my home directory

This commit is contained in:
Erik Michaels-Ober 2013-02-03 11:08:48 -08:00
parent 18431b080b
commit c513bdcdef

View file

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