active-fedora 9.10.0 → 9.10.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 +4 -4
- data/History.txt +3 -0
- data/lib/active_fedora/reflection.rb +1 -1
- 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: 340350904c9ed54376aa0683cc3f72c8dd076588
|
|
4
|
+
data.tar.gz: dd65fe575e57282d4358e19802fa2ae2a20feb6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c3cb86a96ef18d766b3e619a9c63e7d860fff5609dcb3f339bc6a0b85b9afa00a4f4fd6b962a71a5b02589eaa48cf847cd2839690bf3d84d98ed4a0cb6a1140
|
|
7
|
+
data.tar.gz: 07a6e5c14d2485ea8ec0ba312b1d17d687ac5d6122818440cab6e5cebfd1f81c5ea65cd73f5cb57b1f3cda18ce9e2d21ec869105616d9a7158723c98676e01ea
|
data/History.txt
CHANGED
|
@@ -79,7 +79,7 @@ module ActiveFedora
|
|
|
79
79
|
# Invoice.reflect_on_association(:line_items).macro # returns :has_many
|
|
80
80
|
#
|
|
81
81
|
def reflect_on_association(association)
|
|
82
|
-
|
|
82
|
+
_reflect_on_association(association)
|
|
83
83
|
end
|
|
84
84
|
|
|
85
85
|
def outgoing_reflections
|
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.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: 2016-03-
|
|
13
|
+
date: 2016-03-25 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.5.1
|
|
744
|
+
rubygems_version: 2.4.5.1
|
|
745
745
|
signing_key:
|
|
746
746
|
specification_version: 4
|
|
747
747
|
summary: A convenience libary for manipulating documents in the Fedora Repository.
|