libis-tools 1.0.17 → 1.0.18
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/lib/libis/tools/mets_objects.rb +2 -1
- data/lib/libis/tools/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd9a110b1394d078bf4554d9897029835f3995fa1f0d6bd856797a3f015af769
|
|
4
|
+
data.tar.gz: 10fe0366ebe9595de1a66435b24d66f21f6fcff8c0603db6758748b6964e9ed8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35f2d8b5a9f5c7c6a0f8eae410c65e2ae0cdc7a73f25e44ce859cbe8cb758f58935bedd71fc747b96a2d84b6ea05b3e3b46f337eebf29aabbd435e7d8988e161
|
|
7
|
+
data.tar.gz: 1bb344657de83bda87c22f63a94789f763997493ef25abf2f28a064c6eb0651507601127bc89805308a494c1af668f266569c1fa6b40a3aebe878f1e3bc8d7af
|
|
@@ -343,7 +343,8 @@ module Libis
|
|
|
343
343
|
end
|
|
344
344
|
|
|
345
345
|
# Container class for creating a representation in the METS.
|
|
346
|
-
class Representation
|
|
346
|
+
class Representation
|
|
347
|
+
include MetsObject
|
|
347
348
|
|
|
348
349
|
# The currently allowed attributes on this class. The attributes will typically be used in {DnxSection}s.
|
|
349
350
|
attr_accessor :preservation_type, :usage_type, :representation_code, :entity_type, :access_right_id,
|
data/lib/libis/tools/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libis-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kris Dekeyser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -386,7 +386,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
386
386
|
- !ruby/object:Gem::Version
|
|
387
387
|
version: '0'
|
|
388
388
|
requirements: []
|
|
389
|
-
rubygems_version: 3.
|
|
389
|
+
rubygems_version: 3.3.7
|
|
390
390
|
signing_key:
|
|
391
391
|
specification_version: 4
|
|
392
392
|
summary: LIBIS toolbox.
|