cul_hydra 1.4.11 → 1.4.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2737cd4a45932293c8be61930787704ba71757ba
4
- data.tar.gz: 773c934a6cf9ea8905a65c9002297a022d45baa6
3
+ metadata.gz: 5275607a41c2fcccd7c963551e5c258e99a8e9c3
4
+ data.tar.gz: 9239f43187013c44790e72f15332da3509da3a70
5
5
  SHA512:
6
- metadata.gz: 1fae21818bbb7ff322432c45900083e10fa0384cecd283ebdcb42f25b0b03af2d017256419d77e6b879142e8a990137ab63c6004840be2a5d085002bfaf5b22f
7
- data.tar.gz: 153483a94ca7d83d0dac238c5b24e25eaefcd30410f9cd00bbc468e9671da9795c3bb755d36e0fa9dba10defe82072c1e7b16fc3bd2aba12ba4946098abef5b2
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,6 +1,6 @@
1
1
  default:
2
- startup_wait: 90
2
+ startup_wait: 120
3
3
  jetty_port: 8983
4
4
  java_opts:
5
- - "-Xmx256m"
6
- - "-XX:MaxPermSize=128m"
5
+ - "-Xmx256m"
6
+ - "-XX:MaxPermSize=128m"
@@ -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-4.xsd' version='3.4'>
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>
@@ -1,6 +1,6 @@
1
1
  module Cul
2
2
  module Hydra
3
- VERSION = '1.4.11'
3
+ VERSION = '1.4.12'
4
4
  def self.version
5
5
  VERSION
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module Cul
2
2
  module Hydra
3
- VERSION = '1.4.10'
3
+ VERSION = '1.4.11'
4
4
  def self.version
5
5
  VERSION
6
6
  end
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.11
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-05-03 00:00:00.000000000 Z
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.10
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