Basic project skeleton.
authorbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Wed, 28 Jul 2010 19:30:56 +0000 (19:30 +0000)
committerbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Wed, 28 Jul 2010 19:30:56 +0000 (19:30 +0000)
commitd371bc3cbf6c733aa5e7c65a1838088e3ce9102b
tree057743533569a49a740d8e5d1c368d744ff4dbb9
parent6ff87d41e6d23c296beeaaae3abde1a5311e9953
Basic project skeleton.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@2 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
15 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
lib/google/api_client.rb [new file with mode: 0644]
lib/google/api_client/version.rb [new file with mode: 0644]
spec/spec.opts [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
tasks/clobber.rake [new file with mode: 0644]
tasks/gem.rake [new file with mode: 0644]
tasks/git.rake [new file with mode: 0644]
tasks/metrics.rake [new file with mode: 0644]
tasks/rdoc.rake [new file with mode: 0644]
tasks/spec.rake [new file with mode: 0644]