modsulator 0.0.6 → 0.0.7
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/README.md +14 -0
- data/lib/modsulator/modsulator_template.xlsx +0 -0
- data/lib/modsulator/modsulator_template.xml +259 -75
- data/lib/modsulator/normalizer.rb +47 -23
- data/spec/features/normalizer_unit_spec.rb +1 -1
- data/spec/fixtures/PosadaSpreadsheet.xlsx +0 -0
- data/spec/fixtures/PosadaSpreadsheet.xml +157 -157
- data/spec/fixtures/SC0144_template.xlsx +0 -0
- data/spec/fixtures/SC0453_template.xlsx +0 -0
- data/spec/fixtures/crowdsourcing_bridget_1.xlsx +0 -0
- data/spec/fixtures/crowdsourcing_bridget_2.xlsx +0 -0
- metadata +7 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: modsulator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tommy Ingulfsen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: roo
|
@@ -183,6 +183,8 @@ files:
|
|
183
183
|
- spec/fixtures/Matter_manifest.xml
|
184
184
|
- spec/fixtures/PosadaSpreadsheet.xlsx
|
185
185
|
- spec/fixtures/PosadaSpreadsheet.xml
|
186
|
+
- spec/fixtures/SC0144_template.xlsx
|
187
|
+
- spec/fixtures/SC0453_template.xlsx
|
186
188
|
- spec/fixtures/ars0056_manifest.csv
|
187
189
|
- spec/fixtures/ars0056_manifest.xml
|
188
190
|
- spec/fixtures/crowdsourcing_bridget_1.xlsx
|
@@ -221,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
223
|
version: '0'
|
222
224
|
requirements: []
|
223
225
|
rubyforge_project:
|
224
|
-
rubygems_version: 2.4.
|
226
|
+
rubygems_version: 2.4.8
|
225
227
|
signing_key:
|
226
228
|
specification_version: 4
|
227
229
|
summary: Produces (Stanford) MODS XML from spreadsheets.
|
@@ -252,6 +254,8 @@ test_files:
|
|
252
254
|
- spec/fixtures/PosadaSpreadsheet.xml
|
253
255
|
- spec/fixtures/roman_coins_mods_manifest.csv
|
254
256
|
- spec/fixtures/roman_coins_mods_manifest.xml
|
257
|
+
- spec/fixtures/SC0144_template.xlsx
|
258
|
+
- spec/fixtures/SC0453_template.xlsx
|
255
259
|
- spec/fixtures/test:002.xml
|
256
260
|
- spec/fixtures/test_002.csv
|
257
261
|
- spec/fixtures/test_002.xlsx
|