assembly-objectfile 2.1.4 → 2.2.0
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/.circleci/config.yml +1 -1
- data/Gemfile.lock +2 -2
- data/lib/assembly/object_file/version.rb +1 -1
- data/lib/assembly-objectfile.rb +2 -1
- data/spec/assembly/object_file_spec.rb +24 -0
- data/spec/fixtures/input/test.vtt +1504 -0
- metadata +7 -6
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: assembly-objectfile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Mangiafico
|
8
8
|
- Renzo Sanchez-Silva
|
9
9
|
- Monty Hindman
|
10
10
|
- Tony Calavano
|
11
|
-
autorequire:
|
11
|
+
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2023-05-
|
14
|
+
date: 2023-05-17 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activesupport
|
@@ -177,6 +177,7 @@ files:
|
|
177
177
|
- spec/fixtures/input/test.jp2
|
178
178
|
- spec/fixtures/input/test.json
|
179
179
|
- spec/fixtures/input/test.tif
|
180
|
+
- spec/fixtures/input/test.vtt
|
180
181
|
- spec/fixtures/input/test_no_color_profile.tif
|
181
182
|
- spec/spec_helper.rb
|
182
183
|
homepage: https://github.com/sul-dlss/assembly-objectfile
|
@@ -184,7 +185,7 @@ licenses:
|
|
184
185
|
- ALv2
|
185
186
|
metadata:
|
186
187
|
rubygems_mfa_required: 'true'
|
187
|
-
post_install_message:
|
188
|
+
post_install_message:
|
188
189
|
rdoc_options: []
|
189
190
|
require_paths:
|
190
191
|
- lib
|
@@ -199,8 +200,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
200
|
- !ruby/object:Gem::Version
|
200
201
|
version: '0'
|
201
202
|
requirements: []
|
202
|
-
rubygems_version: 3.4.
|
203
|
-
signing_key:
|
203
|
+
rubygems_version: 3.4.6
|
204
|
+
signing_key:
|
204
205
|
specification_version: 4
|
205
206
|
summary: Ruby implementation of file services needed to prepare objects to be accessioned
|
206
207
|
into the Stanford Digital Repository
|