hyrax 2.9.1 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdad61bdb40ae80fa4693bf81f3fc42a581943bdb77bee4fbaaa10367ae0bb9c
4
- data.tar.gz: e83ba7521508d26a4e520fc6ab002be912594c78f1fabc066c8d5b887733ba3c
3
+ metadata.gz: c3bef3ee7def75c890f3e21ec1fa4efa746785d612873c2109b345b289d1a1e3
4
+ data.tar.gz: 313f706adcc11793527a5f7200e37c18e8e4dc923bc8c0ce2ef2732b05438c2c
5
5
  SHA512:
6
- metadata.gz: b8bf649b4432aeaa409734defa1773e5be9ef8ffe5993a02ede4a41aed7c541ff4c0b6eb312ade95bfd6710317b98ff6bf076f79e637ed5e4c25df6773680dac
7
- data.tar.gz: 9deb1668640448edc64ff4576205dc9d5268692d43f730b361756b8f62bb794439b20ce88dc5a740afdd25349ea08b3884b27408d0f2726875861934402f51c7
6
+ metadata.gz: 70550f1faf082271fa8349b9b732f3e5b0c0b7ba1de61b00ab0c0c7a4ba349ff85ad5d2d6e115906222092d44eadf0dc144877bfd665ac8cbb4be7ea36a30bb9
7
+ data.tar.gz: 9230d3532900a726c2e04078d6027b62e96e99ecfe5b133b633be858ffa775071060f36b91eb74edd53a3943621e54feb025ba0282357f9e923ed266af902087
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.3_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.0/template.rb
161
+ rails _5.2.4.4_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.2/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:
@@ -145,7 +145,7 @@ module Hyrax
145
145
 
146
146
  def iiif_manifest_presenter
147
147
  IiifManifestPresenter.new(curation_concern_from_search_results).tap do |p|
148
- p.hostname = request.hostname
148
+ p.hostname = request.base_url
149
149
  p.ability = current_ability
150
150
  end
151
151
  end
@@ -1,3 +1,3 @@
1
1
  module Hyrax
2
- VERSION = '2.9.1'.freeze
2
+ VERSION = '2.9.2'.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.1'
3
+ gem 'hyrax', '2.9.2'
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.1
4
+ version: 2.9.2
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: 2020-12-12 00:00:00.000000000 Z
17
+ date: 2021-01-04 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails