rscribd 1.3.0 → 1.3.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/rscribd.gemspec +12 -2
  3. metadata +63 -79
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e4c7c101fe64a581936479c3682375f1f87b2dc74d76f35f1ce1f20e9313edd6
4
+ data.tar.gz: 8ed9e32d5a6c90dce0631d43250585de562daa43c312a9db2ac830efdb6da1a8
5
+ SHA512:
6
+ metadata.gz: 50fe6a9f006bf2c1dedaeae35a02f5e4d8a3ae6932ff653dfb5af92e6dd8a80f0d923c2204adc0e9236f9810bd1ac82cc16054b343ee685211987976d1bb83b8
7
+ data.tar.gz: f312b77398e661295ddc889f16d6663fb80609a0295769db296811e985c6f484eb82459803bc4edae24cc092c25d0e873ccf0f6b20ddaaf507f24be7eeda8927
data/rscribd.gemspec CHANGED
@@ -5,7 +5,17 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rscribd}
8
- s.version = "1.3.0"
8
+ s.version = "1.3.1"
9
+
10
+ s.post_install_message = <<~MSG
11
+
12
+ ⚠️ DEPRECATED: rscribd is no longer maintained.
13
+
14
+ The Scribd developer/upload API has been retired by Scribd; this gem can no longer connect to a live service.
15
+
16
+ This is the final release. No further updates are planned.
17
+
18
+ MSG
9
19
 
10
20
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
21
  s.authors = ["Tim Morgan", "Jared Friedman", "Mike Watts"]
@@ -51,7 +61,7 @@ Gem::Specification.new do |s|
51
61
  s.require_paths = ["lib"]
52
62
  s.rubyforge_project = %q{rscribd}
53
63
  s.rubygems_version = %q{1.3.7}
54
- s.summary = %q{Ruby client library for the Scribd API}
64
+ s.summary = %q{[DEPRECATED] Ruby client library for the Scribd API}
55
65
 
56
66
  if s.respond_to? :specification_version then
57
67
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,76 +1,66 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rscribd
3
- version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 3
9
- - 0
10
- version: 1.3.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.1
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Tim Morgan
14
8
  - Jared Friedman
15
9
  - Mike Watts
16
- autorequire:
17
10
  bindir: bin
18
11
  cert_chain: []
19
-
20
- date: 2011-07-06 00:00:00 -06:00
21
- default_executable:
22
- dependencies:
23
- - !ruby/object:Gem::Dependency
12
+ date: 2011-07-06 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
24
15
  name: mime-types
25
- prerelease: false
26
- requirement: &id001 !ruby/object:Gem::Requirement
27
- none: false
28
- requirements:
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
29
18
  - - ">="
30
- - !ruby/object:Gem::Version
31
- hash: 3
32
- segments:
33
- - 0
34
- version: "0"
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
35
21
  type: :runtime
36
- version_requirements: *id001
37
- - !ruby/object:Gem::Dependency
38
- name: rspec
39
22
  prerelease: false
40
- requirement: &id002 !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rspec
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
43
32
  - - ">="
44
- - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
- version: "0"
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
49
35
  type: :development
50
- version_requirements: *id002
51
- - !ruby/object:Gem::Dependency
52
- name: yard
53
36
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
55
- none: false
56
- requirements:
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
57
39
  - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: yard
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
63
49
  type: :development
64
- version_requirements: *id003
65
- description: The official Ruby gem for the Scribd API. Scribd is a document-sharing website allowing people to upload and view documents online.
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ description: The official Ruby gem for the Scribd API. Scribd is a document-sharing
57
+ website allowing people to upload and view documents online.
66
58
  email: api@scribd.com
67
59
  executables: []
68
-
69
60
  extensions: []
70
-
71
- extra_rdoc_files:
61
+ extra_rdoc_files:
72
62
  - README
73
- files:
63
+ files:
74
64
  - History.txt
75
65
  - README
76
66
  - Rakefile
@@ -101,39 +91,33 @@ files:
101
91
  - spec/security_spec.rb
102
92
  - spec/spec_helper.rb
103
93
  - spec/user_spec.rb
104
- has_rdoc: true
105
94
  homepage: http://www.scribd.com/developers
106
95
  licenses: []
96
+ metadata: {}
97
+ post_install_message: |2+
107
98
 
108
- post_install_message:
109
- rdoc_options: []
99
+ ⚠️ DEPRECATED: rscribd is no longer maintained.
100
+
101
+ The Scribd developer/upload API has been retired by Scribd; this gem can no longer connect to a live service.
110
102
 
111
- require_paths:
103
+ This is the final release. No further updates are planned.
104
+
105
+ rdoc_options: []
106
+ require_paths:
112
107
  - lib
113
- required_ruby_version: !ruby/object:Gem::Requirement
114
- none: false
115
- requirements:
108
+ required_ruby_version: !ruby/object:Gem::Requirement
109
+ requirements:
116
110
  - - ">="
117
- - !ruby/object:Gem::Version
118
- hash: 3
119
- segments:
120
- - 0
121
- version: "0"
122
- required_rubygems_version: !ruby/object:Gem::Requirement
123
- none: false
124
- requirements:
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ required_rubygems_version: !ruby/object:Gem::Requirement
114
+ requirements:
125
115
  - - ">="
126
- - !ruby/object:Gem::Version
127
- hash: 3
128
- segments:
129
- - 0
130
- version: "0"
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
131
118
  requirements: []
132
-
133
- rubyforge_project: rscribd
134
- rubygems_version: 1.3.7
135
- signing_key:
119
+ rubygems_version: 4.0.11
136
120
  specification_version: 3
137
- summary: Ruby client library for the Scribd API
121
+ summary: "[DEPRECATED] Ruby client library for the Scribd API"
138
122
  test_files: []
139
-
123
+ ...