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 9d83dbc commit 04a534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.name = 'rails_admin'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.6'
spec.signing_key = '/Users/sferik/.gem/private_key.pem' if $0 =~ /gem\z/
spec.signing_key = File.expand_path("~/.gem/private_key.pem") if $0 =~ /gem\z/
spec.summary = %q{Admin for Rails}
spec.test_files = Dir['spec/**/*']
spec.version = RailsAdmin::Version
Expand Down

0 comments on commit 04a534d

Please sign in to comment.