active-fedora 3.0.6 → 3.0.7

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,3 +1,7 @@
1
+ 3.0.7
2
+
3
+ Require railtie if Rails is defined
4
+
1
5
  3.0.4
2
6
 
3
7
  HYDRA-663 -- Passing an empty string to a id setter should clear the belongs to association
@@ -7,10 +7,12 @@ $: << 'lib'
7
7
  require 'active_support'
8
8
  require 'active_model'
9
9
 
10
+
10
11
  require 'active_fedora/solr_service.rb'
11
12
  require "solrizer"
12
13
 
13
14
  require 'ruby-fedora'
15
+ require 'active_fedora/railtie' if defined? Rails
14
16
 
15
17
  SOLR_DOCUMENT_ID = ActiveFedora::SolrService.id_field unless defined?(SOLR_DOCUMENT_ID)
16
18
  ENABLE_SOLR_UPDATES = true unless defined?(ENABLE_SOLR_UPDATES)
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "3.0.6"
2
+ VERSION = "3.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-fedora
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 6
10
- version: 3.0.6
9
+ - 7
10
+ version: 3.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Zumwalt
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-10-19 00:00:00 -05:00
19
+ date: 2011-10-20 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency