jhove-service 1.2.0 → 1.3.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/bin/jhove-apps-1.20.1.jar +0 -0
- data/bin/jhove-ext-modules-1.20.1.jar +0 -0
- data/bin/jhoveToolkit.sh +2 -2
- metadata +5 -4
- data/bin/jhove-apps-1.14.6.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6789eab4bc8f0d51c2a8fd39f828999c9659abfcd5d9a00345e02645a83fbe95
|
4
|
+
data.tar.gz: acffef667ae9872dd3b130ae1ecc483fc59ed9426e2a131bd0f638bacb71dd2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1c32b9c5ccee00f3bb31b92387ba006700f15df43115d6f6127c4a2dd2eeb746b583c5c445094956b7db0eb4a23a38ae4d716f5f7b3ff4140e4932aeac5635d
|
7
|
+
data.tar.gz: 512f2f96cca4a7f53c03d7fb9f44501aa15585e8a0d63bf28c4b92cf3b011bfa06367971ac919b0f3063dbabea787f68238584dd2160f4794754ca6c70771a56
|
Binary file
|
Binary file
|
data/bin/jhoveToolkit.sh
CHANGED
@@ -31,13 +31,13 @@
|
|
31
31
|
# Configuration constants:
|
32
32
|
|
33
33
|
JHOVE_HOME=`dirname $0`
|
34
|
-
JHOVE_VERSION=1.
|
34
|
+
JHOVE_VERSION=1.20.1
|
35
35
|
|
36
36
|
export JHOVE_HOME
|
37
37
|
JAVA_HOME=/etc/alternatives/jre
|
38
38
|
JAVA=/usr/bin/java
|
39
39
|
|
40
|
-
CP=${JHOVE_HOME}/jhove-apps-${JHOVE_VERSION}.jar:${
|
40
|
+
CP=${JHOVE_HOME}/jhove-apps-${JHOVE_VERSION}.jar:${JHOVE_HOME}/jhove-ext-modules-${JHOVE_VERSION}.jar
|
41
41
|
|
42
42
|
# Retrieve a copy of all command line arguments to pass to the application.
|
43
43
|
# Since looping over the positional parameters is such a common thing to do in scripts,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jhove-service
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Anderson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-10-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -94,7 +94,8 @@ files:
|
|
94
94
|
- bin/console
|
95
95
|
- bin/extension-mimetype.conf
|
96
96
|
- bin/jhove-README-1st.txt
|
97
|
-
- bin/jhove-apps-1.
|
97
|
+
- bin/jhove-apps-1.20.1.jar
|
98
|
+
- bin/jhove-ext-modules-1.20.1.jar
|
98
99
|
- bin/jhove.conf
|
99
100
|
- bin/jhoveToolkit.sh
|
100
101
|
- lib/jhove_service.rb
|
@@ -118,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
119
|
version: 1.3.6
|
119
120
|
requirements: []
|
120
121
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.7.
|
122
|
+
rubygems_version: 2.7.8
|
122
123
|
signing_key:
|
123
124
|
specification_version: 4
|
124
125
|
summary: Generates JHOVE output and/or technicalMetadata
|
data/bin/jhove-apps-1.14.6.jar
DELETED
Binary file
|