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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17f3ed18fd1d407c10056554a95f24d3b9142f8149a8ca55faeb226f889cc622
4
- data.tar.gz: 56e7c45e2bc2b92049101b3dac1885119d517e2e6474fa806c01a6e127dabbf3
3
+ metadata.gz: 6789eab4bc8f0d51c2a8fd39f828999c9659abfcd5d9a00345e02645a83fbe95
4
+ data.tar.gz: acffef667ae9872dd3b130ae1ecc483fc59ed9426e2a131bd0f638bacb71dd2a
5
5
  SHA512:
6
- metadata.gz: 913e934b7fbd033a74af5e42b92233419ac414f865174514f642425945eecd5ac1633fcb511be493b06a5d614d9b7c5e043462879e642db911a29a449479997a
7
- data.tar.gz: f3c7ca08df33e1897cc52f24a1179d0d0ef47f557cdcd8008c6e2416e355566540a9d4cbc869d5f1b02d4a6189da04d905a58da4d10a1d2b65ae1c85fd9590f7
6
+ metadata.gz: a1c32b9c5ccee00f3bb31b92387ba006700f15df43115d6f6127c4a2dd2eeb746b583c5c445094956b7db0eb4a23a38ae4d716f5f7b3ff4140e4932aeac5635d
7
+ data.tar.gz: 512f2f96cca4a7f53c03d7fb9f44501aa15585e8a0d63bf28c4b92cf3b011bfa06367971ac919b0f3063dbabea787f68238584dd2160f4794754ca6c70771a56
Binary file
@@ -31,13 +31,13 @@
31
31
  # Configuration constants:
32
32
 
33
33
  JHOVE_HOME=`dirname $0`
34
- JHOVE_VERSION=1.14.6
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:${EXTRA_JARS}
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.2.0
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-05-08 00:00:00.000000000 Z
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.14.6.jar
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.6
122
+ rubygems_version: 2.7.8
122
123
  signing_key:
123
124
  specification_version: 4
124
125
  summary: Generates JHOVE output and/or technicalMetadata
Binary file
OSZAR »