riiif 0.2.2 → 0.2.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
  SHA1:
3
- metadata.gz: 6efe627c8447edf7fb8c3d84e80873ea6b982da8
4
- data.tar.gz: e413435a4b26f0f780d9e44ba6c440f4c336ee04
3
+ metadata.gz: 0ec556c5a307f28203a15039180457e02b327409
4
+ data.tar.gz: ae8922a640d2db6c090c787e02834c309532c10d
5
5
  SHA512:
6
- metadata.gz: a9daf82eddde5d2a9f1d2902bf707ed93027e7864bcab5c600783fcd86b48f954c7b172b27e83e6ca28dfe04707ec83a043d6278f9b4d16c69b26dfb5b541395
7
- data.tar.gz: dee840b52e762df8631121c3a55fe6ca3ec6d0bf51cfe9e6dd557810dd05b6c44695bb561da09836568a03431d155bf7055e1a4c0fda12d984a994da8d6049a4
6
+ metadata.gz: 133da6826e7516c92b4a444395b63717aa8cf3f7b4d8d0d16b00ed23dc82a58cbd44f420079a0b4da1d0eba5750a114d226006818a3fd8eea1226c2cfb38baca
7
+ data.tar.gz: a312a088e61d9221e1071505bc8eb5303980ad60527d3b4eb62f9a3db2c84466816bd00db6ea7f4162be96905f83d1863dcd97fb1014dd677984a0b2596830e5
@@ -34,7 +34,7 @@ module Riiif
34
34
 
35
35
  # this is a workaround for https://github.com/rails/rails/issues/25087
36
36
  def redirect
37
- redirect_to info_path(params[:id])
37
+ redirect_to main_app.info_path(params[:id])
38
38
  end
39
39
 
40
40
  protected
data/lib/riiif/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Riiif
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riiif
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne