scribd-rscribd 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +4 -0
- data/README.txt +1 -1
- data/Rakefile +1 -1
- data/lib/scribddoc.rb +3 -0
- metadata +2 -2
data/History.txt
CHANGED
data/README.txt
CHANGED
data/Rakefile
CHANGED
data/lib/scribddoc.rb
CHANGED
@@ -144,6 +144,7 @@ module Scribd
|
|
144
144
|
fields.delete :file
|
145
145
|
fields.delete :type
|
146
146
|
fields.delete :access
|
147
|
+
fields.delete :conversion_status
|
147
148
|
|
148
149
|
changed_attributes = fields.dup # changed_attributes is what we will stick into @attributes once we update remotely
|
149
150
|
|
@@ -151,6 +152,8 @@ module Scribd
|
|
151
152
|
changed_attributes[:owner] ||= API.instance.user
|
152
153
|
fields[:doc_ids] = self.id
|
153
154
|
|
155
|
+
fields.delete :owner
|
156
|
+
|
154
157
|
API.instance.send_request('docs.changeSettings', fields)
|
155
158
|
|
156
159
|
@attributes.update(changed_attributes)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scribd-rscribd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared Friedman, Tim Morgan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-07-
|
12
|
+
date: 2009-07-13 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|