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.
- data/Gemfile.lock +1 -1
- data/History.txt +2 -2
- data/lib/active_fedora/version.rb +1 -1
- data/lib/tasks/active_fedora.rake +5 -3
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/History.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
4.0.0.
|
|
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
|
|
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
|
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:
|
|
4
|
+
hash: 15424157
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 4
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
10
|
- rc
|
|
11
|
-
-
|
|
12
|
-
version: 4.0.0.
|
|
11
|
+
- 4
|
|
12
|
+
version: 4.0.0.rc4
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Matt Zumwalt
|