libis-format 0.9.4 → 0.9.6
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/format/version.rb +1 -1
- data/libis-format.gemspec +2 -0
- data/spec/converter_spec.rb +1 -1
- data/tools/fido/conf/formats-v81.xml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2eea34e56ddb83d2cfbcc76d647ad220bf5fdd0e
|
|
4
|
+
data.tar.gz: e0f93e6929ad702d5f03b26406e072ef07fbb802
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0cdd8c919dda19b1d0b998c6bb0e5ca90f2bf7d6fcc103ddec92e70bae200f4f83a8fce53adcfe06599fe93861e52329a5ea7bfa5492a5f87b871a763e91faf
|
|
7
|
+
data.tar.gz: 8d9d54ff11abc4fe28fc1fa35d7cd9e0a7644651f36f489b69b73e3151bb8621fc4f0eaa85b90c0980ca9f4e84e9a77d5992eee58855c4d284c20723f94a0b84
|
data/lib/libis/format/version.rb
CHANGED
data/libis-format.gemspec
CHANGED
|
@@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.homepage = ''
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
|
+
spec.platform = Gem::Platform::JAVA if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
|
|
19
|
+
|
|
18
20
|
spec.files = `git ls-files -z`.split("\x0")
|
|
19
21
|
spec.executables = spec.files.grep(%r{^bin/[^/]+$}) { |f| File.basename(f) }
|
|
20
22
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
data/spec/converter_spec.rb
CHANGED
|
@@ -12742,7 +12742,7 @@ The identification byte is followed by four or more bytes that are all equal to
|
|
|
12742
12742
|
<note>Pack Header Start Code + System Header Start Code</note>
|
|
12743
12743
|
<pattern>
|
|
12744
12744
|
<position>BOF</position>
|
|
12745
|
-
<pronom_pattern>000001BA{8-12}000001BB{8-
|
|
12745
|
+
<pronom_pattern>000001BA{8-12}000001BB{8-65535}000001B3{8-128}000001B5</pronom_pattern>
|
|
12746
12746
|
<regex>(?s)\A.{0,0}\x00\x00\x01\xba.{8,12}\x00\x00\x01\xbb.{8,65536}\x00\x00\x01\xb3.{8,128}\x00\x00\x01\xb5</regex>
|
|
12747
12747
|
</pattern>
|
|
12748
12748
|
</signature>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libis-format
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kris Dekeyser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -358,7 +358,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
358
358
|
version: '0'
|
|
359
359
|
requirements: []
|
|
360
360
|
rubyforge_project:
|
|
361
|
-
rubygems_version: 2.
|
|
361
|
+
rubygems_version: 2.4.8
|
|
362
362
|
signing_key:
|
|
363
363
|
specification_version: 4
|
|
364
364
|
summary: LIBIS File format format services.
|