Sha256: 9f2270e7b20669e3d369e5bcd13a69164a2e5bc65529997d7033d26a7d803822

Contents?: true

Size: 837 Bytes

Versions: 1

Compression:

Stored size: 837 Bytes

Contents

GData JRuby Client
=====================
The GData JRuby Client allows you to easily access data through Google Data APIs. It uses the GData Java Client Library from Google.

See more at http://code.google.com/apis/gdata/docs/client-libraries.html
The jar files are based on gdata-java-client v1.40.0

GData JRuby Client is released under MIT License and GData Java Client Library is released under the Apache License 2.0.

Running the test cases
========================
To run the test case, please create 'google_key.rb' and put it inside the 'spec' folder with something similar to the following:

# Use OAuth
CONSUMER_KEY = "yourdomain.com"
CONSUMER_SECRET = "consumer_secret_from_google"
TOKEN = "oauth_access_token"
TOKEN_SECRET = "oauth_access_token_secret"

# Use AuthSubToken
SESSION_TOKEN = "auth_sub_token"

Usage
=======
TBD

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gdata-jruby-client-0.7.0 README