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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8497f7de37069e9bfe075f4b7f9ac67a0e3c7d68
4
- data.tar.gz: cb858eb8a45c08fec2dea7578b854cc51b4b5401
3
+ metadata.gz: 340350904c9ed54376aa0683cc3f72c8dd076588
4
+ data.tar.gz: dd65fe575e57282d4358e19802fa2ae2a20feb6a
5
5
  SHA512:
6
- metadata.gz: 6307a89a0b6417ef313efda00a37466cd0ef1f8a9bbb18dafb5f7fbbedc7dd87598f3213619604e6dac06f55eb985dc87c0b99b3f3e33369d213e038bbf56f02
7
- data.tar.gz: d084f99333f8059f504b6735fde1bab7ace4868de441b2f48ced69d876a7271570007c9452acb4f10f22f05e39efa513130eb09562d1a8ad8d2151fbe7d60a0d
6
+ metadata.gz: 0c3cb86a96ef18d766b3e619a9c63e7d860fff5609dcb3f339bc6a0b85b9afa00a4f4fd6b962a71a5b02589eaa48cf847cd2839690bf3d84d98ed4a0cb6a1140
7
+ data.tar.gz: 07a6e5c14d2485ea8ec0ba312b1d17d687ac5d6122818440cab6e5cebfd1f81c5ea65cd73f5cb57b1f3cda18ce9e2d21ec869105616d9a7158723c98676e01ea
@@ -1,3 +1,6 @@
1
+ v9.10.1
2
+ 2016-03-26: Fix #reflect_on_association. [Trey Pendragon]
3
+
1
4
  v9.10.0
2
5
  2016-03-24: Continued alignment of associations with upstream changes [Chris
3
6
  Beer]
@@ -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
- __reflect_on_association(association)
82
+ _reflect_on_association(association)
83
83
  end
84
84
 
85
85
  def outgoing_reflections
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "9.10.0".freeze
2
+ VERSION = "9.10.1".freeze
3
3
  end
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.0
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-24 00:00:00.000000000 Z
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.