dropio 3.0.0.pre4 → 3.0.0.pre5
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/dropio.gemspec +1 -1
- data/lib/dropio/client.rb +1 -1
- metadata +3 -3
data/dropio.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{dropio}
|
|
5
|
-
s.version = "3.0.0.
|
|
5
|
+
s.version = "3.0.0.pre5"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Jake Good, Eric Skiff, Kunal Shah, Seth Thomas Rasmussen"]
|
data/lib/dropio/client.rb
CHANGED
|
@@ -168,7 +168,7 @@ class Dropio::Client
|
|
|
168
168
|
|
|
169
169
|
case type
|
|
170
170
|
when :drop then return Dropio::Drop.new(response)
|
|
171
|
-
when :drops then return response['drops'].collect{|
|
|
171
|
+
when :drops then return response['drops'].collect{|d| Dropio::Drop.new(d)}
|
|
172
172
|
when :asset then return Dropio::Asset.new(response)
|
|
173
173
|
when :assets then return response['assets'].collect{|a| Dropio::Asset.new(a)}
|
|
174
174
|
when :subscription then return Dropio::Subscription.new(response)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dropio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: -
|
|
4
|
+
hash: -1876988212
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 3.0.0.
|
|
10
|
+
- pre5
|
|
11
|
+
version: 3.0.0.pre5
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Jake Good, Eric Skiff, Kunal Shah, Seth Thomas Rasmussen
|