cul_hydra 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/cul/hydra/datastreams/mods_document.rb +1 -1
- data/lib/cul_hydra/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e631e6dec97d12ff67e5e412582d19a42715b0b35c7eb556186d855ab5071d2c
|
4
|
+
data.tar.gz: 52e1a4749582ca13b6b4285ad8060fb9c950a492e26ae972faca08d0b083ecf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb189e3fa2116c7d403dd41aff1719aecf460880b7f9ccf6751b5511eb289709332c36dd4a68bf1280b9c2be6b05a69bda96b8d5d3dc34b200328970c4dab60b
|
7
|
+
data.tar.gz: eaf5bd3c4d5c1d54b9776341403060ff8f26598132a4101985f712fa82f7e995a6e22012dd02f0c3d0f50ff95831572c60712c2faff99fc50025b7d397ee2c36
|
@@ -152,7 +152,7 @@ class ModsDocument < ::ActiveFedora::OmDatastream
|
|
152
152
|
}
|
153
153
|
t.lib_publisher(:proxy=>[:mods, :origin_info, :publisher], :index_as=>[:displayable])
|
154
154
|
t.genre(:path=>"genre[@authority]",:index_as=>[])
|
155
|
-
t.lib_genre(:proxy=>[:mods,:genre],:index_as=>[:
|
155
|
+
t.lib_genre(:proxy=>[:mods,:genre],:index_as=>[:symbol, :textable])
|
156
156
|
end
|
157
157
|
|
158
158
|
def self.xml_template
|
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.6.
|
4
|
+
version: 1.6.1
|
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: 2019-03-
|
12
|
+
date: 2019-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bootstrap-sass
|