hyrax 2.9.2 → 2.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3bef3ee7def75c890f3e21ec1fa4efa746785d612873c2109b345b289d1a1e3
4
- data.tar.gz: 313f706adcc11793527a5f7200e37c18e8e4dc923bc8c0ce2ef2732b05438c2c
3
+ metadata.gz: eaf80bc7de384b664f1979153be8ee6b28f27ddf83d3e98d3ede66e9f543909d
4
+ data.tar.gz: f4ba11adb9ca413829b041d2ac615b6ee9c7a1ebde8067a5a1b5b2682e8b7b7c
5
5
  SHA512:
6
- metadata.gz: 70550f1faf082271fa8349b9b732f3e5b0c0b7ba1de61b00ab0c0c7a4ba349ff85ad5d2d6e115906222092d44eadf0dc144877bfd665ac8cbb4be7ea36a30bb9
7
- data.tar.gz: 9230d3532900a726c2e04078d6027b62e96e99ecfe5b133b633be858ffa775071060f36b91eb74edd53a3943621e54feb025ba0282357f9e923ed266af902087
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.2/template.rb
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
- let skipTo = '#' + $(this)[0].firstElementChild.hash.split('#')[1];
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
@@ -1,3 +1,3 @@
1
1
  module Hyrax
2
- VERSION = '2.9.2'.freeze
2
+ VERSION = '2.9.3'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  # Hack for https://github.com/rails/rails/issues/35153
2
2
  gsub_file 'Gemfile', /^gem ["']sqlite3["']$/, 'gem "sqlite3", "~> 1.3.0"'
3
- gem 'hyrax', '2.9.2'
3
+ gem 'hyrax', '2.9.3'
4
4
  run 'bundle install'
5
5
  generate 'hyrax:install', '-f'
6
6
  rails_command 'db:migrate'
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.2
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-04 00:00:00.000000000 Z
17
+ date: 2021-01-08 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails