kadmin 0.7.3 → 0.7.4

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
  SHA1:
3
- metadata.gz: 1b0ddcea024bf2bca89931a5c5514aa6dacc092c
4
- data.tar.gz: af07f000396fada0a9e66db94f1019a7d0b6fa6d
3
+ metadata.gz: 7772cb1eaba169665d203e20492b7143cca60251
4
+ data.tar.gz: d73ac0e923b0358aca98f80244224b89ed8e5195
5
5
  SHA512:
6
- metadata.gz: 3858f2768f2bf50eb5bcbb5a41226c8b3c49962f17ccb562e0bf7fbb205736005f1e55ade5919489ba584f43f8aa8c951f6cad46dfb8eaec72f03da0389a2fa6
7
- data.tar.gz: '09cf4b1d2d340547f9fe135846462f71a23742cfbc488cf8257e16e61182dd5629a4e078ee638da66e069e1e10a821740db11bf4e46cabc3eea36343c0762228'
6
+ metadata.gz: 2fece7aa81dfb8896b188ce6ff63d659b729f3f57ff85f633d1c6d1242aa43f364bc3925d93792d6f6f8f700e9fb59c11931523126482811d2a66dbe9896a237
7
+ data.tar.gz: 19b15758563a1c5cf3b3b138c19e5c64965acad5324f716d6a7bc5deeac85b77c8c6ef7825aae98dae564644084749abfbee65ccbeb379353b68167a9f681d52
@@ -26,7 +26,7 @@ module Kadmin
26
26
  redirect_to Kadmin::Engine.routes.url_helpers.auth_unauthorized_path
27
27
  end
28
28
  else
29
- redirect_to Kadmin::Engine.routes.url_helpers.auth_login_path(origin: request.path)
29
+ redirect_to Kadmin::Engine.routes.url_helpers.auth_login_path(origin: request.fullpath)
30
30
  end
31
31
  end
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module Kadmin
2
- VERSION = '0.7.3'.freeze
2
+ VERSION = '0.7.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Pepin-Perreault
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-09-26 00:00:00.000000000 Z
13
+ date: 2017-10-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails