hydra-head 4.0.2 → 4.0.3
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/lib/hydra-head/version.rb +1 -1
- data/lib/hydra/mods_dataset.rb +1 -1
- data/lib/prev_next_links.rb +1 -1
- data/lib/user_attributes_loader.rb +1 -1
- metadata +2 -2
data/lib/hydra-head/version.rb
CHANGED
data/lib/hydra/mods_dataset.rb
CHANGED
@@ -10,7 +10,7 @@ module Hydra
|
|
10
10
|
include Hydra::CommonModsIndexMethods
|
11
11
|
|
12
12
|
def initialize(digital_object, dsid, options={})
|
13
|
-
Deprecation.warn(
|
13
|
+
Deprecation.warn(Hydra::ModsDataset, "ModsDataset is deprecated and will be removed in release 5 or 6. It has been moved into wiki documentation here: https://github.com/projecthydra/hydra-head/wiki/Models---Some-Examples")
|
14
14
|
super
|
15
15
|
end
|
16
16
|
|
data/lib/prev_next_links.rb
CHANGED
@@ -8,7 +8,7 @@ class PrevNextLinks < WillPaginate::LinkRenderer
|
|
8
8
|
self.deprecation_horizon = 'hydra-head 5.x'
|
9
9
|
|
10
10
|
def initialize(app)
|
11
|
-
Deprecation.warn("PrevNextLinks has been deprecated; it will be removed from HydraHead no later than release 6.")
|
11
|
+
Deprecation.warn(PrevNextLinks, "PrevNextLinks has been deprecated; it will be removed from HydraHead no later than release 6.")
|
12
12
|
@app = app
|
13
13
|
end
|
14
14
|
|
@@ -9,7 +9,7 @@ class UserAttributesLoader
|
|
9
9
|
self.deprecation_horizon = 'hydra-head 5.x'
|
10
10
|
|
11
11
|
def initialize(app)
|
12
|
-
Deprecation.warn("UserAttributesLoader has been deprecated; it will be removed from HydraHead no later than release 6.")
|
12
|
+
Deprecation.warn(UserAttributesLoader, "UserAttributesLoader has been deprecated; it will be removed from HydraHead no later than release 6.")
|
13
13
|
@app = app
|
14
14
|
end
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hydra-head
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-06-
|
13
|
+
date: 2012-06-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|