This repository was archived by the owner on Oct 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathHistory.txt
More file actions
88 lines (61 loc) · 2.75 KB
/
History.txt
File metadata and controls
88 lines (61 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
=== 1.3.0 / 2011-7-5
* Reduced memory usage for the built-in multipart-post method
* Added support for (optional) multipart-post gem by Nick Sieger (even less memory usage)
=== 1.2.0 / 2010-5-13
* Added support for collections.
* Added support for iPaper Secure.
* Added support for categories.
* Added support for the docs.uploadThumb API method.
* Added support for the user.autoSignInUrl API method.
* Simplified the finder methods for Users and Documents.
* Switched from RDoc to YARD for gem documentation.
=== 1.1.0 / 2010-3-16
* Switched from Hoe to Jeweler.
* Added support for docs.browse and docs.featured.
* Added support for docs.getStats call to fetch document read count.
* Fixed bug where access parameter wasn't sent in docs.changeSettings call.
* Fixed Windows binary file upload issue.
=== 1.0.4 / 2009-7-24
* Offset and limit parameters can now be used when fetching user documents.
* Minor bug fixes.
=== 1.0.3 / 2009-7-13
* Removed unnecessary post parameters from API calls.
=== 1.0.2 / 2009-7-9
* Added support for getting information about the API user when no other user
has been logged in.
* Files to upload can now be specified as both file paths and File streams.
=== 1.0.1 / 2009-3-4
* Fixed a bug that would cause some API parameters to not be sent when uploading
a document.
=== 1.0.0 / 2008-11-26
* First release version.
* Comprehensive RSpec of all code.
* read_attributes method now works correctly.
* Uploading a document as a not-yet-created user no longer uploads it into the
default API account.
* Finding documents owned by a not-yet-created user now returns nil.
* Symbol#to_proc definedd for RScribd use in non-Rails projects.
* Minor code style improvements.
=== 0.1.2 / 2008-11-26
* Happy Thanksgiving!
* Potential security issue resolved by having the document's privacy setting set
in the same request as the upload.
* Bug fixed where some files with uppercase extensions would not convert.
=== 0.1.1 / 2008-10-6
* Fixed bug that occurs when parsing empty elements.
=== 0.1.0 / 2008-10-1
* Changed Scribd::Document.find method to take an ActiveRecord-style scope
variable (which can be :all, :first, etc.) as its first parameter. Options are
now specified as the second parameter.
* Scribd::Document.find can also be used with a single integer to find a
document by ID.
* Scribd::Document.find now takes offset and limit parameters (for scopes that
return arrays of documents).
* Added a Scribd::Document#download_url method.
* Should no longer raise an exception when logging in.
=== 0.0.5 / 2008-09-25
* Updated RScribd to work with server-side API changes.
=== 0.0.4 / 2008-02-20
* Fixed a bug that caused errors when Rails models shared the same name as Scribd objects.
=== 0.0.3 / 2008-02-18
* Initial RubyForge project