active-fedora 9.10.1 → 9.10.2
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 +4 -4
- data/History.txt +4 -0
- data/lib/active_fedora/relation/finder_methods.rb +2 -2
- data/lib/active_fedora/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9985ea8f0df7721be1fee0f1648f8615b12ebd7f
|
|
4
|
+
data.tar.gz: 4b58f2e824e688443f7db4d9b4e77cf78ca47a24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de800b968114fe357fd0f23d346476746284451037f55927cd7856334beb6ac0659edcbaf7a39a27cab9d077b9e8c3afd98661e12dec44d35c00e972beae12d4
|
|
7
|
+
data.tar.gz: 029a2b2a0a9f449763d836462bbee694c98363240adcd884a0f6bb52b1fe0587746d356b4d6d23e3cd3aa3c618d7d8b4819f661afd169eacacc19308459dabbd
|
data/History.txt
CHANGED
|
@@ -183,9 +183,9 @@ module ActiveFedora
|
|
|
183
183
|
end
|
|
184
184
|
|
|
185
185
|
# @deprecated
|
|
186
|
-
def find_in_batches(*args)
|
|
186
|
+
def find_in_batches(*args, &block)
|
|
187
187
|
Deprecation.warn(ActiveFedora::Base, '.find_in_batches is deprecated and will be removed in active-fedora 10.0; use .search_in_batches instead')
|
|
188
|
-
search_in_batches(*args)
|
|
188
|
+
search_in_batches(*args, &block)
|
|
189
189
|
end
|
|
190
190
|
|
|
191
191
|
# Retrieve the Fedora object with the given id, explore the returned object
|
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: 9.10.
|
|
4
|
+
version: 9.10.2
|
|
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: 2016-03-
|
|
13
|
+
date: 2016-03-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rsolr
|
|
@@ -741,7 +741,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
741
741
|
version: '0'
|
|
742
742
|
requirements: []
|
|
743
743
|
rubyforge_project:
|
|
744
|
-
rubygems_version: 2.
|
|
744
|
+
rubygems_version: 2.5.1
|
|
745
745
|
signing_key:
|
|
746
746
|
specification_version: 4
|
|
747
747
|
summary: A convenience libary for manipulating documents in the Fedora Repository.
|