active-fedora 4.0.0.rc6 → 4.0.0.rc7

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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active-fedora (4.0.0.rc6)
4
+ active-fedora (4.0.0.rc7)
5
5
  activeresource (>= 3.0.0)
6
6
  activesupport (>= 3.0.0)
7
7
  equivalent-xml
@@ -1,4 +1,4 @@
1
- 4.0.0.rc6
1
+ 4.0.0.rc7
2
2
  Removed deprecations
3
3
  * allowing :fedora level in fedora.yml
4
4
  * automatic includes of Relationships and FileMethods is removed
@@ -11,6 +11,7 @@ load_instance is now deprecated, replaced with find
11
11
  Find alwasy casts to the appropriate object.
12
12
  Run a stub :environment task in the fixture loading rake tasks (which is overridden by rails)
13
13
  Find raises ObjectNotFoundError when the object isn't found
14
+ Removed dependency on solrizer-fedora
14
15
 
15
16
  3.3.2
16
17
  HYDRA-745 No need to require :url be present on external datastreams
@@ -32,8 +32,7 @@ module ActiveFedora
32
32
  end
33
33
 
34
34
  def self.index(pid)
35
- solrizer = Solrizer::Fedora::Solrizer.new
36
- solrizer.solrize(pid)
35
+ ActiveFedora::Base.find(pid).update_index
37
36
  end
38
37
 
39
38
  def self.import_to_fedora(filename, pid)
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "4.0.0.rc6"
2
+ VERSION = "4.0.0.rc7"
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: 15424153
4
+ hash: 15424155
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
9
  - 0
10
10
  - rc
11
- - 6
12
- version: 4.0.0.rc6
11
+ - 7
12
+ version: 4.0.0.rc7
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Zumwalt