active-fedora 11.4.0 → 11.4.1

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: f1bd916c70022a35b187ef375993a59aea688ccd
4
- data.tar.gz: 39a0d43d75c884e717d79197a2776156c391502d
3
+ metadata.gz: ed4b83fd7af3c0f5d229ae8cbb7ecb54db6a14d6
4
+ data.tar.gz: 157910b7d13aa69ae54c8a8934668c1aa766af18
5
5
  SHA512:
6
- metadata.gz: 22973752f005bcaa4bbe221dd6fc44de2c88c4ade86c5abe71b7ca38ad7493e8ec0c23185cdc55d202f0b47ae83942825ab5e4e7e644d6cb6bf436294d99a6d7
7
- data.tar.gz: 3a3a96e70834bd59d41660a0bd5da16520b04dd258f841386455e611c360a6cddb9961b395ca4aeab228ff4a90e3ca84aebe947334a26688a1d18c7a0f07374d
6
+ metadata.gz: 162f909e91544aaa3cd25444a603dcc89d294919ed058c30fa35900707d531ab80a2f362fec99ed8c6df8c3e0f3babf2eaba71498ec025bbd2f905633c539b72
7
+ data.tar.gz: 3a299f97e7b47258f3b4028caf52741f15979a55f7f498970044eecd51fcbb228e7ac99c00ca0cbfd60ccc2f3a40ce96d3e60ca72ec09cb3228b8ea0a3944186
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "11.4.0".freeze
2
+ VERSION = "11.4.1".freeze
3
3
  end
@@ -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.0
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-06-28 00:00:00.000000000 Z
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.6.12
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.