dropbox-sdk 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -0
- data/lib/dropbox_sdk.rb +72 -5
- data/lib/trusted-certs.crt +1319 -264
- metadata +50 -35
metadata
CHANGED
@@ -1,40 +1,46 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: dropbox-sdk
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 6
|
9
|
+
- 3
|
10
|
+
version: 1.6.3
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Dropbox, Inc.
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2013-12-11 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
15
21
|
name: json
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
22
|
prerelease: false
|
24
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
24
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 3
|
29
|
+
segments:
|
30
|
+
- 0
|
31
|
+
version: "0"
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id001
|
34
|
+
description: " A library that provides a plain function-call interface to the\n Dropbox API web endpoints.\n"
|
35
|
+
email:
|
33
36
|
- support-api@dropbox.com
|
34
37
|
executables: []
|
38
|
+
|
35
39
|
extensions: []
|
40
|
+
|
36
41
|
extra_rdoc_files: []
|
37
|
-
|
42
|
+
|
43
|
+
files:
|
38
44
|
- CHANGELOG
|
39
45
|
- LICENSE
|
40
46
|
- README
|
@@ -44,28 +50,37 @@ files:
|
|
44
50
|
- lib/dropbox_sdk.rb
|
45
51
|
- lib/trusted-certs.crt
|
46
52
|
homepage: http://www.dropbox.com/developers/
|
47
|
-
licenses:
|
53
|
+
licenses:
|
48
54
|
- MIT
|
49
55
|
post_install_message:
|
50
56
|
rdoc_options: []
|
51
|
-
|
57
|
+
|
58
|
+
require_paths:
|
52
59
|
- lib
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
60
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
54
61
|
none: false
|
55
|
-
requirements:
|
56
|
-
- -
|
57
|
-
- !ruby/object:Gem::Version
|
58
|
-
|
59
|
-
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
hash: 3
|
66
|
+
segments:
|
67
|
+
- 0
|
68
|
+
version: "0"
|
69
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
70
|
none: false
|
61
|
-
requirements:
|
62
|
-
- -
|
63
|
-
- !ruby/object:Gem::Version
|
64
|
-
|
71
|
+
requirements:
|
72
|
+
- - ">="
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
hash: 3
|
75
|
+
segments:
|
76
|
+
- 0
|
77
|
+
version: "0"
|
65
78
|
requirements: []
|
79
|
+
|
66
80
|
rubyforge_project:
|
67
81
|
rubygems_version: 1.8.25
|
68
82
|
signing_key:
|
69
83
|
specification_version: 3
|
70
84
|
summary: Dropbox REST API Client.
|
71
85
|
test_files: []
|
86
|
+
|