assembly-objectfile 1.11.0 → 2.0.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 +14 -0
- data/.github/pull_request_template.md +3 -5
- data/.gitignore +0 -1
- data/.rubocop.yml +87 -15
- data/.rubocop_todo.yml +19 -74
- data/Gemfile +2 -0
- data/Gemfile.lock +106 -0
- data/README.md +1 -1
- data/assembly-objectfile.gemspec +5 -6
- data/lib/assembly-objectfile/object_file.rb +253 -3
- data/lib/assembly-objectfile/version.rb +2 -2
- data/lib/assembly-objectfile.rb +0 -5
- data/spec/object_file_spec.rb +411 -167
- data/spec/spec_helper.rb +3 -31
- data/spec/test_data/empty.txt +0 -0
- metadata +35 -121
- data/.travis.yml +0 -20
- data/lib/assembly-objectfile/content_metadata/config.rb +0 -26
- data/lib/assembly-objectfile/content_metadata/file.rb +0 -63
- data/lib/assembly-objectfile/content_metadata/file_set.rb +0 -73
- data/lib/assembly-objectfile/content_metadata/file_set_builder.rb +0 -65
- data/lib/assembly-objectfile/content_metadata/nokogiri_builder.rb +0 -57
- data/lib/assembly-objectfile/content_metadata.rb +0 -117
- data/lib/assembly-objectfile/object_fileable.rb +0 -278
- data/spec/content_metadata_spec.rb +0 -791
- data/spec/test_data/input/oo000oo0001/00/oo000oo0001_00_001.tif +0 -0
- data/spec/test_data/input/oo000oo0001/00/oo000oo0001_00_002.tif +0 -0
- data/spec/test_data/input/oo000oo0001/05/oo000oo0001_05_001.jp2 +0 -0
- data/spec/test_data/input/oo000oo0001/05/oo000oo0001_05_002.jp2 +0 -0
- data/spec/test_data/input/oo000oo0001/15/oo000oo0001_15_001.pdf +0 -1
- data/spec/test_data/input/oo000oo0001/15/oo000oo0001_15_002.pdf +0 -1
- data/spec/test_data/input/oo000oo0001/31/oo000oo0001_31_001.pdf +0 -1
- data/spec/test_data/input/oo000oo0001/50/oo000oo0001_50_001.tif +0 -0
- data/spec/test_data/input/oo000oo0001/oo000oo0001_book.pdf +0 -1
- data/spec/test_data/input/res1_image1.jp2 +0 -0
- data/spec/test_data/input/res1_image2.jp2 +0 -0
- data/spec/test_data/input/res1_image2.tif +0 -0
- data/spec/test_data/input/res1_teifile.txt +0 -1
- data/spec/test_data/input/res2_image1.jp2 +0 -0
- data/spec/test_data/input/res2_image1.tif +0 -0
- data/spec/test_data/input/res2_image2.jp2 +0 -0
- data/spec/test_data/input/res2_image2.tif +0 -0
- data/spec/test_data/input/res2_teifile.txt +0 -1
- data/spec/test_data/input/res2_textfile.txt +0 -1
- data/spec/test_data/input/res3_image1.jp2 +0 -0
- data/spec/test_data/input/res3_image1.tif +0 -0
- data/spec/test_data/input/res3_teifile.txt +0 -1
- data/spec/test_data/input/test.pdf +0 -1
- data/spec/test_data/input/test2.jp2 +0 -0
- data/spec/test_data/input/test2.tif +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
Fake file: Transcript/aa111aa1111.pdf
|
@@ -1 +0,0 @@
|
|
1
|
-
Fake file: Transcript/aa111aa1111.pdf
|
@@ -1 +0,0 @@
|
|
1
|
-
Fake file: Transcript/aa111aa1111.pdf
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
Fake file: Transcript/aa111aa1111.pdf
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
this is another text file for resource 1
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
this is another text file for resource 2
|
@@ -1 +0,0 @@
|
|
1
|
-
this is a text file for resource 2
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
this is another text file for resource 3
|
@@ -1 +0,0 @@
|
|
1
|
-
Fake file: Transcript/aa111aa1111.pdf
|
Binary file
|
Binary file
|