hyrax 2.9.2 → 2.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/javascripts/hyrax/skip_to_content.js +1 -1
- data/lib/hyrax/version.rb +1 -1
- data/template.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaf80bc7de384b664f1979153be8ee6b28f27ddf83d3e98d3ede66e9f543909d
|
4
|
+
data.tar.gz: f4ba11adb9ca413829b041d2ac615b6ee9c7a1ebde8067a5a1b5b2682e8b7b7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a30532190dd364d487b82fc685a0d2b5fbcafd46c65e4e22fcc13a5e333f52542bda55d43f44aea70a7f4d87f2d50588c5079890c5adac4cf2efed186f2236fd
|
7
|
+
data.tar.gz: 12aec564a1b3c38e0aba97970b9f01ab41ea6526b3e0abdd485669b64fb792c59171031bfa8d34c006f7cc84c798585e5d871232ab07cbf7127f72cfb67ec2c6
|
data/README.md
CHANGED
@@ -158,7 +158,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
|
|
158
158
|
Generate a new Rails application using the template.
|
159
159
|
|
160
160
|
```
|
161
|
-
rails _5.2.4.4_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.
|
161
|
+
rails _5.2.4.4_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.3/template.rb
|
162
162
|
```
|
163
163
|
|
164
164
|
Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
|
@@ -4,7 +4,7 @@ Blacklight.onLoad(function () {
|
|
4
4
|
$(".skip-to-content").click(function(event) {
|
5
5
|
event.preventDefault();
|
6
6
|
// element to focus on
|
7
|
-
|
7
|
+
var skipTo = '#' + $(this)[0].firstElementChild.hash.split('#')[1];
|
8
8
|
|
9
9
|
// Setting 'tabindex' to -1 takes an element out of normal
|
10
10
|
// tab flow but allows it to be focused via javascript
|
data/lib/hyrax/version.rb
CHANGED
data/template.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyrax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2021-01-
|
17
|
+
date: 2021-01-08 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: rails
|