Skip to content

Commit

Permalink
Don't hardcode my home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 3, 2013
1 parent 18431b0 commit c513bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit c513bdc

Please sign in to comment.