active-fedora 8.4.0 → 8.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: 0d3e95aeec2cb0bf3a1aa7c0487128306fe44c82
4
- data.tar.gz: 61adcfbc610d44859e7249ef425584eb533959ab
3
+ metadata.gz: 868a6d33b74e815c12f4ee931c13d0decb74e7a8
4
+ data.tar.gz: 7416e36e700403b856ea27ddc8fb94d47dad6ac1
5
5
  SHA512:
6
- metadata.gz: 6772c685ee5710df62e37e8e59ec7198923e1869bda8605da5b3a8b0b4c603420234a434c88291b859ff9f15a78411c6c3a62d766d6165560fabf18e0b75e3ab
7
- data.tar.gz: add510847461fe8f8693fab8728b374691aa7e01f8d7e5da2994015ab7319932afe23a0763470a7bbf3e5809956ea9892c60d263c90ccd9a60f20c35b2269a7c
6
+ metadata.gz: a194f8dd5012761d67bc059bcedde55cb64ffc269bed64fce33505cb0e0275986acf0b0cee44df9ebad1f4f7b6828f3b500a8a79c494014fbba132553c29bd63
7
+ data.tar.gz: 8448af2cda3d69965d9b23507e68437aa60d271271e1f0b79bc5da0201d968588e7f3481f86289c320bc9502bd9036a02a1e9ee20900b643e99f89389740720c
data/Gemfile CHANGED
@@ -11,3 +11,4 @@ end
11
11
  gem 'jruby-openssl', :platform=> :jruby
12
12
  gem 'activemodel', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']
13
13
  gem 'linkeddata', '~> 1.99'
14
+ gem 'rsolr', '~> 1.x'
@@ -5,7 +5,7 @@ module ActiveFedora
5
5
  end
6
6
 
7
7
  initializer 'active_fedora.autoload', :before => :set_autoload_paths do |app|
8
- app.config.autoload_paths << 'app/models/datastreams'
8
+ app.config.autoload_paths += ['app/models/datastreams']
9
9
  end
10
10
 
11
11
  initializer "active_fedora.logger" do
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "8.4.0"
2
+ VERSION = "8.4.1"
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: 8.4.0
4
+ version: 8.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-02-06 00:00:00.000000000 Z
13
+ date: 2017-07-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rsolr
@@ -563,7 +563,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
563
563
  version: '0'
564
564
  requirements: []
565
565
  rubyforge_project:
566
- rubygems_version: 2.6.8
566
+ rubygems_version: 2.6.11
567
567
  signing_key:
568
568
  specification_version: 4
569
569
  summary: A convenience libary for manipulating documents in the Fedora Repository.