Refactor key loading to support PEM + fix issue #62
authorSteven Bazyl <sqrrrl@gmail.com>
Fri, 2 Nov 2012 20:56:53 +0000 (13:56 -0700)
committerSteven Bazyl <sqrrrl@gmail.com>
Fri, 2 Nov 2012 20:56:53 +0000 (13:56 -0700)
commit1c849c7e7a135f61c71d4b619a0ff1040b7beac4
tree98e55abd9b11fa21b21751ddb130876c591e56de
parent01fc90b3fcb1804a33aa575722ae47a925154c45
Refactor key loading to support PEM + fix issue #62
lib/google/api_client/auth/key_utils.rb [new file with mode: 0644]
lib/google/api_client/auth/pkcs12.rb
lib/google/api_client/service_account.rb
spec/fixtures/files/privatekey.p12 [new file with mode: 0644]
spec/fixtures/files/secret.pem [new file with mode: 0644]
spec/google/api_client/service_account_spec.rb