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.
- data/Gemfile.lock +1 -1
- data/History.txt +2 -1
- data/lib/active_fedora/fixture_loader.rb +1 -2
- data/lib/active_fedora/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/History.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
4.0.0.
|
|
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
|
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: 15424155
|
|
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
|
+
- 7
|
|
12
|
+
version: 4.0.0.rc7
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Matt Zumwalt
|