active-fedora 3.1.0.pre5 → 3.1.0.pre6

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.
@@ -1,17 +1,8 @@
1
- require 'rubygems'
2
- gem 'solr-ruby'
3
1
  require "loggable"
4
-
5
- $: << 'lib'
6
-
2
+ require 'active_fedora/railtie' if defined? Rails
7
3
  require 'active_support'
8
- require 'active_model'
9
-
10
4
  require 'active_fedora/solr_service'
11
5
  require 'active_fedora/rubydora_connection'
12
- require "solrizer"
13
-
14
- require 'ruby-fedora'
15
6
 
16
7
  SOLR_DOCUMENT_ID = ActiveFedora::SolrService.id_field unless defined?(SOLR_DOCUMENT_ID)
17
8
  ENABLE_SOLR_UPDATES = true unless defined?(ENABLE_SOLR_UPDATES)
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "3.1.0.pre5"
2
+ VERSION = "3.1.0.pre6"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-fedora
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923832019
4
+ hash: 1923832021
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 0
10
10
  - pre
11
- - 5
12
- version: 3.1.0.pre5
11
+ - 6
12
+ version: 3.1.0.pre6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Zumwalt