tramway-sport_school 1.2.12.3 → 1.2.12.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
  SHA256:
3
- metadata.gz: 8e617e0a6507639af5d1e5fa2df3d2469799d1596efa1754fcd7a1afce6ab68d
4
- data.tar.gz: 1048344c75e723deab6cd6ecd662a3ffa433d22dab23f37880b5b099d6698103
3
+ metadata.gz: 142f09b3ce131adbdf0641115e4847f4d7171a461f786e05695283579db2ad8a
4
+ data.tar.gz: bd33c48bf1ca5cf6c0735e34c9ccc82a8ca7aa20777038e8709ca1febc9d708d
5
5
  SHA512:
6
- metadata.gz: 7dec3fbeecaf609dd8fdd6bf3a51d19b63a795625a979d48e4d026ada832766f9854cbfa46619135b1b502bdc7671a4321b34d575f1b19de2699d5c24649f4b7
7
- data.tar.gz: a50428bf2978c65390235637160f391c60a1d3afda583928f4b92804f054241a5d3d96d4a9cbe9668885a4c16606193067144f5841e82b747f46ce6894f9ea47
6
+ metadata.gz: 4e9677425ec8af01bf22bf4e2f9ccfe15229e8249e5696ff565d0be934a3b0cd455492084830a240fc0d9baf97748fb28244e9a201ad41a46ccfb9145e6ef3c1
7
+ data.tar.gz: fa2a9b525d534b319ff03597a214dc50f22f3dd6f9daf4547b168337be044a08797eb3344a54a991ee7f488054ee912a7fca4a213d14796dc322b02d7f49915a
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ::Tramway::Auth.root_path = '/admin'
3
+ ::Tramway::Auth.root_path_for Tramway::User::User => '/admin'
4
4
  ::Tramway::Admin.set_available_models(::Tramway::SportSchool::KindSport,
5
5
  ::Tramway::SportSchool::Trainer,
6
6
  ::Tramway::SportSchool::Document,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.12.3'
5
+ VERSION = '1.2.12.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-sport_school
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.12.3
4
+ version: 1.2.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg