hydra-editor 1.1.1 → 1.2.0
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.
- checksums.yaml +4 -4
- data/History.md +3 -0
- data/app/controllers/concerns/records_controller_behavior.rb +2 -2
- data/lib/hydra_editor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3c7bcefdae8a2a708950ca465f1a8fd1681c0ed
|
|
4
|
+
data.tar.gz: 30897bee5326cf52c481968e43a303b1639f8816
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 423d8220008a8c5cdab2da1097d6873da0e1f6ffd7a3c997e01004ae8adef4f4742c8a1089d0d43db4a62d4e806a55b5d24d1273fe1fedc7336a663f6eafb29d
|
|
7
|
+
data.tar.gz: 5449e1cd9d8bda697ab1d727c978742c530d717d76754cac82bf6893a42779a5adc00ac2b0f498f4f9965110752e3346d85a15678607092779b91fbabbe05389
|
data/History.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# History of hydra-editor releases
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
* 2016-01-18: Support Blacklight 6 [Justin Coyne]
|
|
5
|
+
|
|
3
6
|
## 1.1.0
|
|
4
7
|
* 2015-10-09: multiple? shouldn't raise errors when confronted with non-properties [Justin Coyne]
|
|
5
8
|
* 2015-09-17: Add an instance method version of multiple? [Justin Coyne]
|
|
@@ -79,12 +79,12 @@ module RecordsControllerBehavior
|
|
|
79
79
|
|
|
80
80
|
# Override to redirect to an alternate location after create
|
|
81
81
|
def redirect_after_create
|
|
82
|
-
main_app.
|
|
82
|
+
main_app.solr_document_path resource
|
|
83
83
|
end
|
|
84
84
|
|
|
85
85
|
# Override to redirect to an alternate location after update
|
|
86
86
|
def redirect_after_update
|
|
87
|
-
main_app.
|
|
87
|
+
main_app.solr_document_path resource
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
def has_valid_type?
|
data/lib/hydra_editor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-01-
|
|
12
|
+
date: 2016-01-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|