resourcespace-ruby 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/.yardoc/checksums +10 -0
- data/.yardoc/complete +0 -0
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/.yardopts +7 -0
- data/README.md +1 -2
- data/doc/ResourceSpace/AuthenticationError.html +159 -0
- data/doc/ResourceSpace/AuthorizationError.html +159 -0
- data/doc/ResourceSpace/Client.html +2412 -0
- data/doc/ResourceSpace/ClientError.html +159 -0
- data/doc/ResourceSpace/Collection.html +2301 -0
- data/doc/ResourceSpace/Configuration.html +1655 -0
- data/doc/ResourceSpace/ConfigurationError.html +159 -0
- data/doc/ResourceSpace/ConflictError.html +159 -0
- data/doc/ResourceSpace/Error.html +682 -0
- data/doc/ResourceSpace/Metadata.html +2222 -0
- data/doc/ResourceSpace/NetworkError.html +159 -0
- data/doc/ResourceSpace/NotFoundError.html +159 -0
- data/doc/ResourceSpace/ParseError.html +159 -0
- data/doc/ResourceSpace/QuotaExceededError.html +159 -0
- data/doc/ResourceSpace/RateLimitError.html +159 -0
- data/doc/ResourceSpace/Resource.html +2995 -0
- data/doc/ResourceSpace/Search.html +2487 -0
- data/doc/ResourceSpace/ServerError.html +159 -0
- data/doc/ResourceSpace/TimeoutError.html +159 -0
- data/doc/ResourceSpace/UploadError.html +159 -0
- data/doc/ResourceSpace/User.html +2080 -0
- data/doc/ResourceSpace/ValidationError.html +159 -0
- data/doc/ResourceSpace.html +763 -0
- data/doc/_index.html +358 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +503 -0
- data/doc/file.CHANGELOG.html +105 -0
- data/doc/file.LICENSE.html +70 -0
- data/doc/file.README.html +419 -0
- data/doc/file_list.html +69 -0
- data/doc/frames.html +22 -0
- data/doc/index.html +419 -0
- data/doc/js/app.js +344 -0
- data/doc/js/full_list.js +242 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +1142 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/resourcespace/version.rb +1 -1
- data/resourcespace-ruby-0.1.0.gem +0 -0
- data/resourcespace-ruby-0.1.1.gem +0 -0
- data/resourcespace-ruby.gemspec +5 -5
- metadata +54 -7
@@ -0,0 +1,110 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.9.37
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "";
|
19
|
+
relpath = '';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
38
|
+
|
39
|
+
<a href="_index.html">Index</a> »
|
40
|
+
|
41
|
+
|
42
|
+
<span class="title">Top Level Namespace</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="class_list.html">
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="content"><h1>Top Level Namespace
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<h2>Defined Under Namespace</h2>
|
82
|
+
<p class="children">
|
83
|
+
|
84
|
+
|
85
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="ResourceSpace.html" title="ResourceSpace (module)">ResourceSpace</a></span>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
</p>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<div id="footer">
|
103
|
+
Generated on Sat May 24 15:41:23 2025 by
|
104
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
+
0.9.37 (ruby-3.4.4).
|
106
|
+
</div>
|
107
|
+
|
108
|
+
</div>
|
109
|
+
</body>
|
110
|
+
</html>
|
Binary file
|
Binary file
|
data/resourcespace-ruby.gemspec
CHANGED
@@ -5,19 +5,19 @@ require_relative "lib/resourcespace/version"
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "resourcespace-ruby"
|
7
7
|
spec.version = ResourceSpace::VERSION
|
8
|
-
spec.authors = ["
|
9
|
-
spec.email = ["
|
8
|
+
spec.authors = ["@mandelbro"]
|
9
|
+
spec.email = ["chris@montesmakes.co"]
|
10
10
|
|
11
11
|
spec.summary = "Ruby client for ResourceSpace Digital Asset Management API"
|
12
12
|
spec.description = "A comprehensive Ruby client library for interacting with ResourceSpace open-source Digital Asset Management system. Supports resource management, file uploads, searching, collections, and metadata operations."
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/mandelbro/resourcespace-ruby"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 3.1.0"
|
16
16
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
19
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
20
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
19
|
+
spec.metadata["source_code_uri"] = "https://github.com/mandelbro/resourcespace-ruby"
|
20
|
+
spec.metadata["changelog_uri"] = "https://github.com/mandelbro/resourcespace-ruby/blob/main/CHANGELOG.md"
|
21
21
|
spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/resourcespace-ruby"
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resourcespace-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- "@mandelbro"
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
@@ -195,7 +195,7 @@ description: A comprehensive Ruby client library for interacting with ResourceSp
|
|
195
195
|
open-source Digital Asset Management system. Supports resource management, file
|
196
196
|
uploads, searching, collections, and metadata operations.
|
197
197
|
email:
|
198
|
-
-
|
198
|
+
- chris@montesmakes.co
|
199
199
|
executables: []
|
200
200
|
extensions: []
|
201
201
|
extra_rdoc_files: []
|
@@ -203,10 +203,55 @@ files:
|
|
203
203
|
- ".rspec"
|
204
204
|
- ".rubocop.yml"
|
205
205
|
- ".ruby-version"
|
206
|
+
- ".yardoc/checksums"
|
207
|
+
- ".yardoc/complete"
|
208
|
+
- ".yardoc/object_types"
|
209
|
+
- ".yardoc/objects/root.dat"
|
210
|
+
- ".yardoc/proxy_types"
|
211
|
+
- ".yardopts"
|
206
212
|
- CHANGELOG.md
|
207
213
|
- LICENSE.txt
|
208
214
|
- README.md
|
209
215
|
- Rakefile
|
216
|
+
- doc/ResourceSpace.html
|
217
|
+
- doc/ResourceSpace/AuthenticationError.html
|
218
|
+
- doc/ResourceSpace/AuthorizationError.html
|
219
|
+
- doc/ResourceSpace/Client.html
|
220
|
+
- doc/ResourceSpace/ClientError.html
|
221
|
+
- doc/ResourceSpace/Collection.html
|
222
|
+
- doc/ResourceSpace/Configuration.html
|
223
|
+
- doc/ResourceSpace/ConfigurationError.html
|
224
|
+
- doc/ResourceSpace/ConflictError.html
|
225
|
+
- doc/ResourceSpace/Error.html
|
226
|
+
- doc/ResourceSpace/Metadata.html
|
227
|
+
- doc/ResourceSpace/NetworkError.html
|
228
|
+
- doc/ResourceSpace/NotFoundError.html
|
229
|
+
- doc/ResourceSpace/ParseError.html
|
230
|
+
- doc/ResourceSpace/QuotaExceededError.html
|
231
|
+
- doc/ResourceSpace/RateLimitError.html
|
232
|
+
- doc/ResourceSpace/Resource.html
|
233
|
+
- doc/ResourceSpace/Search.html
|
234
|
+
- doc/ResourceSpace/ServerError.html
|
235
|
+
- doc/ResourceSpace/TimeoutError.html
|
236
|
+
- doc/ResourceSpace/UploadError.html
|
237
|
+
- doc/ResourceSpace/User.html
|
238
|
+
- doc/ResourceSpace/ValidationError.html
|
239
|
+
- doc/_index.html
|
240
|
+
- doc/class_list.html
|
241
|
+
- doc/css/common.css
|
242
|
+
- doc/css/full_list.css
|
243
|
+
- doc/css/style.css
|
244
|
+
- doc/file.CHANGELOG.html
|
245
|
+
- doc/file.LICENSE.html
|
246
|
+
- doc/file.README.html
|
247
|
+
- doc/file_list.html
|
248
|
+
- doc/frames.html
|
249
|
+
- doc/index.html
|
250
|
+
- doc/js/app.js
|
251
|
+
- doc/js/full_list.js
|
252
|
+
- doc/js/jquery.js
|
253
|
+
- doc/method_list.html
|
254
|
+
- doc/top-level-namespace.html
|
210
255
|
- lib/resourcespace.rb
|
211
256
|
- lib/resourcespace/client.rb
|
212
257
|
- lib/resourcespace/collection.rb
|
@@ -217,15 +262,17 @@ files:
|
|
217
262
|
- lib/resourcespace/search.rb
|
218
263
|
- lib/resourcespace/user.rb
|
219
264
|
- lib/resourcespace/version.rb
|
265
|
+
- resourcespace-ruby-0.1.0.gem
|
266
|
+
- resourcespace-ruby-0.1.1.gem
|
220
267
|
- resourcespace-ruby.gemspec
|
221
|
-
homepage: https://github.com/
|
268
|
+
homepage: https://github.com/mandelbro/resourcespace-ruby
|
222
269
|
licenses:
|
223
270
|
- MIT
|
224
271
|
metadata:
|
225
272
|
allowed_push_host: https://rubygems.org
|
226
|
-
homepage_uri: https://github.com/
|
227
|
-
source_code_uri: https://github.com/
|
228
|
-
changelog_uri: https://github.com/
|
273
|
+
homepage_uri: https://github.com/mandelbro/resourcespace-ruby
|
274
|
+
source_code_uri: https://github.com/mandelbro/resourcespace-ruby
|
275
|
+
changelog_uri: https://github.com/mandelbro/resourcespace-ruby/blob/main/CHANGELOG.md
|
229
276
|
documentation_uri: https://rubydoc.info/gems/resourcespace-ruby
|
230
277
|
rdoc_options: []
|
231
278
|
require_paths:
|