libis-format 0.9.8 → 0.9.10
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/droid +1 -1
- data/bin/fido +1 -1
- data/bin/pdf_copy +1 -1
- data/lib/libis/format/droid.rb +1 -1
- data/lib/libis/format/version.rb +1 -1
- data/spec/converter_spec.rb +1 -1
- data/spec/identifier_spec.rb +5 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f1dd057bb1efc723bb35c4801e66b3982dbc513
|
|
4
|
+
data.tar.gz: edce7878d6235b1f4bc360c8e5a0e30eb21c660c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9060fca53ec11154667d340e6e90a0a798b6c78e78215e0338065b4b80d6348a42e0417ee895169426a448a835b56bf1e6880fdcbf499310bf470c254ab20473
|
|
7
|
+
data.tar.gz: e0c3e9e2cb2a1f7aa1ea5a2e26450147bb90c0a2d0b7d38a4a90a31da3ae3786435270a618f8a8cd293c1e330556fcf0f24d3c5d076434feb48972559726b889
|
data/bin/droid
CHANGED
data/bin/fido
CHANGED
data/bin/pdf_copy
CHANGED
data/lib/libis/format/droid.rb
CHANGED
data/lib/libis/format/version.rb
CHANGED
data/spec/converter_spec.rb
CHANGED
data/spec/identifier_spec.rb
CHANGED
|
@@ -6,10 +6,13 @@ describe 'Identfier' do
|
|
|
6
6
|
dir = File.join File.absolute_path(File.dirname(__FILE__)), 'data'
|
|
7
7
|
|
|
8
8
|
before :all do
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
::Libis::Tools::Config.logger.appenders =
|
|
10
|
+
::Logging::Appenders.string_io('StringIO', layout: ::Libis::Tools::Config.get_log_formatter)
|
|
11
|
+
::Libis::Tools::Config.logger.level = :all
|
|
11
12
|
end
|
|
12
13
|
|
|
14
|
+
let(:logoutput) { ::Libis::Tools::Config.logger.appenders.last.sio }
|
|
15
|
+
|
|
13
16
|
it 'should initialize correctly' do
|
|
14
17
|
# expect(Libis::Format::Identifier.fido_formats.size).to be 1
|
|
15
18
|
# expect(File.basename(Libis::Format::Identifier.fido_formats.first)).to eq 'lias_formats.xml'
|
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.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kris Dekeyser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -395,3 +395,4 @@ test_files:
|
|
|
395
395
|
- spec/spec_helper.rb
|
|
396
396
|
- spec/test_types.yml
|
|
397
397
|
- spec/type_database_spec.rb
|
|
398
|
+
has_rdoc:
|