Skip to content

Commit

Permalink
Rename public certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 7, 2013
1 parent 2bf7025 commit e0f062c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion mtgox.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'multi_json', '~> 1.3'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.author = "Erik Michaels-Ober"
spec.cert_chain = ['public_cert.pem']
spec.cert_chain = ['certs/sferik.pem']
spec.description = %q{Ruby wrapper for the Mt. Gox Trade API. Mt. Gox allows you to trade US Dollars (USD) for Bitcoins (BTC) or Bitcoins for US Dollars.}
spec.email = 'sferik@gmail.com'
spec.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit e0f062c

Please sign in to comment.