active-fedora 4.0.0.rc3 → 4.0.0.rc4

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.rc3)
4
+ active-fedora (4.0.0.rc4)
5
5
  activeresource (>= 3.0.0)
6
6
  activesupport (>= 3.0.0)
7
7
  equivalent-xml
@@ -1,4 +1,4 @@
1
- 4.0.0.rc3
1
+ 4.0.0.rc4
2
2
  Removed deprecations
3
3
  * allowing :fedora level in fedora.yml
4
4
  * automatic includes of Relationships and FileMethods is removed
@@ -9,7 +9,7 @@ RDF datastreams
9
9
  Replaced solr-ruby with rsolr. Note: remove any calls to .hits
10
10
  load_instance is now deprecated, replaced with find
11
11
  Find alwasy casts to the appropriate object.
12
- Run the :environment task in the fixture loading rake tasks
12
+ Run a stub :environment task in the fixture loading rake tasks (which is overridden by rails)
13
13
 
14
14
  3.3.2
15
15
  HYDRA-745 No need to require :url be present on external datastreams
@@ -1,3 +1,3 @@
1
1
  module ActiveFedora
2
- VERSION = "4.0.0.rc3"
2
+ VERSION = "4.0.0.rc4"
3
3
  end
@@ -93,8 +93,10 @@ namespace :repo do
93
93
 
94
94
  end
95
95
 
96
- task :environment do
97
- # This task is overridden (chained) in hydra-head.
98
- end
99
96
 
100
97
  end
98
+
99
+ task :environment do
100
+ # This task is overridden (chained) in hydra-head.
101
+ end
102
+
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: 15424147
4
+ hash: 15424157
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
9
  - 0
10
10
  - rc
11
- - 3
12
- version: 4.0.0.rc3
11
+ - 4
12
+ version: 4.0.0.rc4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Zumwalt