cul_hydra 1.4.11 → 1.4.12
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5275607a41c2fcccd7c963551e5c258e99a8e9c3
|
|
4
|
+
data.tar.gz: 9239f43187013c44790e72f15332da3509da3a70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9722b9f154c4fe2e72095d601f4fae1e92514cf68f573f1601f31223a547f1073bf5b86cb2c1b1e1033e07d414f72a8b5e8c278ea06d4881a9d4921399e5702
|
|
7
|
+
data.tar.gz: 6c573233c1c838452c1dbe5aa7b17058ac6f28ba3033dc163f2d392fb0b90390b9f756793af99ec3f2fb5596b658f76d40fa0f53efbbdbbf16b85d6b391f4bd6
|
|
@@ -68,6 +68,7 @@ class ModsDocument < ::ActiveFedora::OmDatastream
|
|
|
68
68
|
t.city(:index_as=>[:symbol, :textable])
|
|
69
69
|
t.neighborhood(:path=>'citySection', :attributes=>{:'citySectionType'=>"neighborhood"}, :index_as=>[:symbol, :textable])
|
|
70
70
|
t.zip_code(:path=>'citySection', :attributes=>{:'citySectionType'=>"zip code"}, :index_as=>[:symbol, :textable])
|
|
71
|
+
t.area(:index_as=>[:symbol, :textable])
|
|
71
72
|
t.street(:path=>'citySection', :attributes=>{:'citySectionType'=>"street"}, :index_as=>[:symbol, :textable])
|
|
72
73
|
}
|
|
73
74
|
}
|
data/config/jetty.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
2
|
-
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-
|
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd' version='3.6'>
|
|
3
3
|
<subject authority="lcsh" valueURI="http://id.loc.gov/authorities/names/n79088877">
|
|
4
4
|
<name authority="naf">
|
|
5
5
|
<namePart>Jay, John, 1745-1829</namePart>
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
<citySection citySectionType="neighborhood">The Backpacking District</citySection>
|
|
69
69
|
<citySection citySectionType="zip code">10027</citySection>
|
|
70
70
|
<citySection citySectionType="street">123 Broadway</citySection>
|
|
71
|
+
<area>The good part of town</citySection>
|
|
71
72
|
</hierarchicalGeographic>
|
|
72
73
|
</subject>
|
|
73
74
|
</mods>
|
data/lib/cul_hydra/version.rb
CHANGED
data/lib/cul_hydra/version.rb~
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cul_hydra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Armintor
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-12-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: blacklight
|
|
@@ -582,7 +582,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
582
582
|
version: '0'
|
|
583
583
|
requirements: []
|
|
584
584
|
rubyforge_project:
|
|
585
|
-
rubygems_version: 2.6.
|
|
585
|
+
rubygems_version: 2.6.12
|
|
586
586
|
signing_key:
|
|
587
587
|
specification_version: 4
|
|
588
588
|
summary: ActiveFedora, OM, and Solrizer implementations for CUL repository apps
|