active-fedora 11.4.0 → 11.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed4b83fd7af3c0f5d229ae8cbb7ecb54db6a14d6
|
4
|
+
data.tar.gz: 157910b7d13aa69ae54c8a8934668c1aa766af18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 162f909e91544aaa3cd25444a603dcc89d294919ed058c30fa35900707d531ab80a2f362fec99ed8c6df8c3e0f3babf2eaba71498ec025bbd2f905633c539b72
|
7
|
+
data.tar.gz: 3a299f97e7b47258f3b4028caf52741f15979a55f7f498970044eecd51fcbb228e7ac99c00ca0cbfd60ccc2f3a40ce96d3e60ca72ec09cb3228b8ea0a3944186
|
@@ -334,12 +334,6 @@
|
|
334
334
|
-->
|
335
335
|
<uniqueKey>id</uniqueKey>
|
336
336
|
|
337
|
-
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
|
338
|
-
<!-- <defaultSearchField>text</defaultSearchField> -->
|
339
|
-
|
340
|
-
<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
|
341
|
-
<solrQueryParser defaultOperator="OR"/>
|
342
|
-
|
343
337
|
<!-- copyField commands copy one field to another at the time a document
|
344
338
|
is added to the index. It's used either to index the same field differently,
|
345
339
|
or to add multiple fields to the same field for easier/faster searching. -->
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-fedora
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.4.
|
4
|
+
version: 11.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Zumwalt
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-10-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rsolr
|
@@ -729,7 +729,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
729
729
|
version: '0'
|
730
730
|
requirements: []
|
731
731
|
rubyforge_project:
|
732
|
-
rubygems_version: 2.
|
732
|
+
rubygems_version: 2.5.1
|
733
733
|
signing_key:
|
734
734
|
specification_version: 4
|
735
735
|
summary: A convenience libary for manipulating documents in the Fedora Repository.
|