Added some stubs for OAuth and HTTP.
authorbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Tue, 10 Aug 2010 04:44:14 +0000 (04:44 +0000)
committerbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Tue, 10 Aug 2010 04:44:14 +0000 (04:44 +0000)
commit70ed84ffec97bfb04591c01304b0a413c481dd61
treec3f91da9876016189a9a41fc4e70c31101d5bd35
parentd371bc3cbf6c733aa5e7c65a1838088e3ce9102b
Added some stubs for OAuth and HTTP.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@3 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
lib/google/api_client.rb
lib/google/api_client/auth/oauth_1.rb [new file with mode: 0644]
lib/google/api_client/transport/http_transport.rb [new file with mode: 0644]
lib/google/api_client/version.rb
spec/google/api_client/auth/oauth_1_spec.rb [new file with mode: 0644]
tasks/gem.rake
tasks/rdoc.rake
tasks/yard.rake [new file with mode: 0644]