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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +10 -0
  3. data/.yardoc/complete +0 -0
  4. data/.yardoc/object_types +0 -0
  5. data/.yardoc/objects/root.dat +0 -0
  6. data/.yardoc/proxy_types +0 -0
  7. data/.yardopts +7 -0
  8. data/README.md +1 -2
  9. data/doc/ResourceSpace/AuthenticationError.html +159 -0
  10. data/doc/ResourceSpace/AuthorizationError.html +159 -0
  11. data/doc/ResourceSpace/Client.html +2412 -0
  12. data/doc/ResourceSpace/ClientError.html +159 -0
  13. data/doc/ResourceSpace/Collection.html +2301 -0
  14. data/doc/ResourceSpace/Configuration.html +1655 -0
  15. data/doc/ResourceSpace/ConfigurationError.html +159 -0
  16. data/doc/ResourceSpace/ConflictError.html +159 -0
  17. data/doc/ResourceSpace/Error.html +682 -0
  18. data/doc/ResourceSpace/Metadata.html +2222 -0
  19. data/doc/ResourceSpace/NetworkError.html +159 -0
  20. data/doc/ResourceSpace/NotFoundError.html +159 -0
  21. data/doc/ResourceSpace/ParseError.html +159 -0
  22. data/doc/ResourceSpace/QuotaExceededError.html +159 -0
  23. data/doc/ResourceSpace/RateLimitError.html +159 -0
  24. data/doc/ResourceSpace/Resource.html +2995 -0
  25. data/doc/ResourceSpace/Search.html +2487 -0
  26. data/doc/ResourceSpace/ServerError.html +159 -0
  27. data/doc/ResourceSpace/TimeoutError.html +159 -0
  28. data/doc/ResourceSpace/UploadError.html +159 -0
  29. data/doc/ResourceSpace/User.html +2080 -0
  30. data/doc/ResourceSpace/ValidationError.html +159 -0
  31. data/doc/ResourceSpace.html +763 -0
  32. data/doc/_index.html +358 -0
  33. data/doc/class_list.html +54 -0
  34. data/doc/css/common.css +1 -0
  35. data/doc/css/full_list.css +58 -0
  36. data/doc/css/style.css +503 -0
  37. data/doc/file.CHANGELOG.html +105 -0
  38. data/doc/file.LICENSE.html +70 -0
  39. data/doc/file.README.html +419 -0
  40. data/doc/file_list.html +69 -0
  41. data/doc/frames.html +22 -0
  42. data/doc/index.html +419 -0
  43. data/doc/js/app.js +344 -0
  44. data/doc/js/full_list.js +242 -0
  45. data/doc/js/jquery.js +4 -0
  46. data/doc/method_list.html +1142 -0
  47. data/doc/top-level-namespace.html +110 -0
  48. data/lib/resourcespace/version.rb +1 -1
  49. data/resourcespace-ruby-0.1.0.gem +0 -0
  50. data/resourcespace-ruby-0.1.1.gem +0 -0
  51. data/resourcespace-ruby.gemspec +5 -5
  52. metadata +54 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb39a15896e72aba3f54975a79551afd09850e4c079235436cc21d768871e2f5
4
- data.tar.gz: d156966f497b18243125ee982e8f9447b34872ec515420f04ef9d364999c4fb0
3
+ metadata.gz: 78453b318f808abf2bee8c380154357d159bef537a4ccb026c0328d7399d9465
4
+ data.tar.gz: a99579829c13a91549b34c50c94162a69ac9dfa25f28b22c8d7826dab8ae6ab0
5
5
  SHA512:
6
- metadata.gz: 4f2072e6b58f01ae0df2154b862b99528950b4af1ba6a793fa688e29860df3624a7344be47b6def9f8257ed50d38b74b4974809714454675fdc1d14ca1f8e0c1
7
- data.tar.gz: 9f5f9f4abb2b148fbba73ba86689851b6e4face68b6ec1d26fdd270cfd83e3f4a792dee1ffd4e2dc2d9755816a7d791fa5b709d7834d8f4286ef22ec96188bd5
6
+ metadata.gz: 703aa4cfce216b100a828656ab41d0dc001d78e816d9102cfbfdbb3db8b9255009d6a5d7b36c69cce7265c2b35de462bdae2fa4d4429eed66e1b6f204c06dcc6
7
+ data.tar.gz: 1e9fe9e457433f781adc45a73a65725106f98f276835f02513dc3ca884dfc01abf3979ae51c97aa11850db74ab2b653ad5bfa9cb92d906cf4891bd5a77cd8ba3
data/.yardoc/checksums ADDED
@@ -0,0 +1,10 @@
1
+ lib/resourcespace.rb 5bc2b4f0f0773661dda0c5e4646577d6bd02cbde
2
+ lib/resourcespace/user.rb 7f5eae40dddd52dc4954b6ca2a9f416cad6c5de3
3
+ lib/resourcespace/client.rb b8b8fa2fa676e31f5fd298a7efcc5b383f599e20
4
+ lib/resourcespace/errors.rb 366211e746f8d0047bafcf1016b66f88f0f67922
5
+ lib/resourcespace/search.rb 2d63d106235f4bbe502a6d62c1a68476d8c34c81
6
+ lib/resourcespace/version.rb 34dfe581b5897c6aa041455d0a819cc706d60edb
7
+ lib/resourcespace/metadata.rb 88fb085de44e19d612cb5b434f2ab7062f554a44
8
+ lib/resourcespace/resource.rb fd5efc54c222a33b8a048d9f38aa4e0b05e15882
9
+ lib/resourcespace/collection.rb 7c674db04054e2222ad331654f6c9927978384a9
10
+ lib/resourcespace/configuration.rb cd1c18bd79a5de1564c62294251a6e14bf2d049b
data/.yardoc/complete ADDED
File without changes
Binary file
Binary file
Binary file
data/.yardopts ADDED
@@ -0,0 +1,7 @@
1
+ --markup markdown
2
+ --protected
3
+ --private
4
+ --readme README.md
5
+ --files CHANGELOG.md,LICENSE.txt
6
+ lib/**/*.rb
7
+ - README.md CHANGELOG.md LICENSE.txt
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  A comprehensive Ruby client library for the [ResourceSpace](https://www.resourcespace.com/) open-source Digital Asset Management system. This gem provides an easy-to-use interface for managing web assets including images, CSS files, JavaScript files, fonts, and other digital resources.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/resourcespace-ruby.svg)](https://badge.fury.io/rb/resourcespace-ruby)
6
- [![Build Status](https://github.com/survey-flunkie/resourcespace-ruby/workflows/CI/badge.svg)](https://github.com/survey-flunkie/resourcespace-ruby/actions)
7
6
  [![Documentation](https://img.shields.io/badge/docs-rubydoc.info-blue)](https://rubydoc.info/gems/resourcespace-ruby)
8
7
 
9
8
  ## Features
@@ -351,5 +350,5 @@ The gem is available as open source under the terms of the [MIT License](https:/
351
350
  ## Support
352
351
 
353
352
  - Documentation: [https://rubydoc.info/gems/resourcespace-ruby](https://rubydoc.info/gems/resourcespace-ruby)
354
- - Issues: [https://github.com/survey-flunkie/resourcespace-ruby/issues](https://github.com/survey-flunkie/resourcespace-ruby/issues)
353
+ - Issues: [https://github.com/mandelbro/resourcespace-ruby/issues](https://github.com/mandelbro/resourcespace-ruby/issues)
355
354
  - ResourceSpace Documentation: [https://www.resourcespace.com/knowledge-base/](https://www.resourcespace.com/knowledge-base/)
@@ -0,0 +1,159 @@
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
+ Exception: ResourceSpace::AuthenticationError
8
+
9
+ &mdash; 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 = "ResourceSpace::AuthenticationError";
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)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../ResourceSpace.html" title="ResourceSpace (module)">ResourceSpace</a></span></span>
41
+ &raquo;
42
+ <span class="title">AuthenticationError</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>Exception: ResourceSpace::AuthenticationError
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next"><span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></li>
80
+
81
+ <li class="next">ResourceSpace::AuthenticationError</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+ </dl>
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>lib/resourcespace/errors.rb</dd>
102
+ </dl>
103
+
104
+ </div>
105
+
106
+ <h2>Overview</h2><div class="docstring">
107
+ <div class="discussion">
108
+
109
+ <p>Authentication error</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+ <h2>Instance Attribute Summary</h2>
124
+
125
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></h3>
126
+ <p class="inherited"><span class='object_link'><a href="Error.html#data-instance_method" title="ResourceSpace::Error#data (method)">#data</a></span>, <span class='object_link'><a href="Error.html#response_body-instance_method" title="ResourceSpace::Error#response_body (method)">#response_body</a></span>, <span class='object_link'><a href="Error.html#status_code-instance_method" title="ResourceSpace::Error#status_code (method)">#status_code</a></span></p>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <h2>Method Summary</h2>
137
+
138
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></h3>
139
+ <p class="inherited"><span class='object_link'><a href="Error.html#initialize-instance_method" title="ResourceSpace::Error#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Error.html#to_h-instance_method" title="ResourceSpace::Error#to_h (method)">#to_h</a></span></p>
140
+
141
+ <div id="constructor_details" class="method_details_list">
142
+ <h2>Constructor Details</h2>
143
+
144
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Error.html#initialize-instance_method" title="ResourceSpace::Error#initialize (method)">ResourceSpace::Error</a></span></p>
145
+
146
+ </div>
147
+
148
+
149
+ </div>
150
+
151
+ <div id="footer">
152
+ Generated on Sat May 24 15:41:23 2025 by
153
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
+ 0.9.37 (ruby-3.4.4).
155
+ </div>
156
+
157
+ </div>
158
+ </body>
159
+ </html>
@@ -0,0 +1,159 @@
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
+ Exception: ResourceSpace::AuthorizationError
8
+
9
+ &mdash; 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 = "ResourceSpace::AuthorizationError";
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)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../ResourceSpace.html" title="ResourceSpace (module)">ResourceSpace</a></span></span>
41
+ &raquo;
42
+ <span class="title">AuthorizationError</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>Exception: ResourceSpace::AuthorizationError
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next"><span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></li>
80
+
81
+ <li class="next">ResourceSpace::AuthorizationError</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+ </dl>
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>lib/resourcespace/errors.rb</dd>
102
+ </dl>
103
+
104
+ </div>
105
+
106
+ <h2>Overview</h2><div class="docstring">
107
+ <div class="discussion">
108
+
109
+ <p>Authorization error (user doesn’t have permission)</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+ <h2>Instance Attribute Summary</h2>
124
+
125
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></h3>
126
+ <p class="inherited"><span class='object_link'><a href="Error.html#data-instance_method" title="ResourceSpace::Error#data (method)">#data</a></span>, <span class='object_link'><a href="Error.html#response_body-instance_method" title="ResourceSpace::Error#response_body (method)">#response_body</a></span>, <span class='object_link'><a href="Error.html#status_code-instance_method" title="ResourceSpace::Error#status_code (method)">#status_code</a></span></p>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <h2>Method Summary</h2>
137
+
138
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Error.html" title="ResourceSpace::Error (class)">Error</a></span></h3>
139
+ <p class="inherited"><span class='object_link'><a href="Error.html#initialize-instance_method" title="ResourceSpace::Error#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Error.html#to_h-instance_method" title="ResourceSpace::Error#to_h (method)">#to_h</a></span></p>
140
+
141
+ <div id="constructor_details" class="method_details_list">
142
+ <h2>Constructor Details</h2>
143
+
144
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Error.html#initialize-instance_method" title="ResourceSpace::Error#initialize (method)">ResourceSpace::Error</a></span></p>
145
+
146
+ </div>
147
+
148
+
149
+ </div>
150
+
151
+ <div id="footer">
152
+ Generated on Sat May 24 15:41:23 2025 by
153
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
+ 0.9.37 (ruby-3.4.4).
155
+ </div>
156
+
157
+ </div>
158
+ </body>
159
+ </html>