Sha256: f25f1301960188428aa4d5cee4f24145a72344fb6ab0a2f8cd468c5c8701eb32

Contents?: true

Size: 843 Bytes

Versions: 4

Compression:

Stored size: 843 Bytes

Contents

Forked from Ruby client at https://www.dropbox.com/developers/releases

Getting started with the Dropbox ruby library:
1. Make sure you have rake and rubygems installed on your system.
1b. Some of the gems below may need to be compiled locally, so make sure you
    have any necessary source code around as well.
    e.g. 'apt-get install ruby1.x-dev libxml2-dev libxslt1-dev' on ubuntu
2. Install oauth from rubygems
3. Install multipart-post from rubygems
4. Install json from rubygems
5. Install mechanize from rubygems
6. Install shoulda from rubygems
7. Copy config/testing.json.example to config/testing.json
8. In config/testing.json enter your application's consumer key, secret key,
   and your test user email and password.
9. Run 'rake test_units' to make sure all the tests pass.
10. Start developing your Dropbox API application!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dbox-0.5.3 vendor/dropbox-client-ruby/README
dbox-0.5.2 vendor/dropbox-client-ruby/README
dbox-0.5.1 vendor/dropbox-client-ruby/README
dbox-0.5.0 vendor/dropbox-client-ruby/README