Sha256: ba7a07ab9d7efb2aba2cae89343c14e9f1e1aacb061a0ea8f1125624f9a083fa

Contents?: true

Size: 1.18 KB

Versions: 7

Compression:

Stored size: 1.18 KB

Contents

1.1 (2011-10-17)
* Various bug fixes found during beta period
* Improved documentation
* Improved module structure
* Removed dependency on the oauth module, using plaintext authentication over https

1.0 (2011-8-16)
* Backwards compatibility broken
   - Changed interface
   - Change 'sandbox' references to 'app_folder'
* Updated SDK to Dropbox API Version 1, supporting all calls
   - Added 'rev' parameter to metadata and get_file
   - Added 'parent_rev' parameter to put_file
   - Added search, share, media, revisions, and restore
   - put_file uses /files_put instead of multipart POST
   - Removed methods for calls that were removed from v1 of the REST API
* Changed return format for calls
   - On error (non-200 response), an exception is raised
   - On success, the JSON is parsed and a Hash is returned
* Updated examples
   - Improved CLI example
   - Added a Ruby on Rails 3 controller example
   - Added a web based file browser/uploader that uses Sinatra
* put_file no longer takes a "name" arugment, only takes a full path
* Removed reliance on config files
* Assorted bugfixes and improvements
* All calls are now made over SSL
* Fully documented code for RDoc generation
* Added a CHANGELOG

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
dbox-0.6.5 vendor/dropbox-ruby-sdk/CHANGELOG
dbox-0.6.4 vendor/dropbox-ruby-sdk/CHANGELOG
dbox-0.6.3 vendor/dropbox-ruby-sdk/CHANGELOG
dbox-0.6.2 vendor/dropbox-ruby-sdk/CHANGELOG
dbox-0.6.1 vendor/dropbox-ruby-sdk/CHANGELOG
dbox-0.6.0 vendor/dropbox-ruby-sdk/CHANGELOG
dropbox-sdk-1.1 CHANGELOG