tramway-conference 1.9.4.2 → 1.9.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/tramway.rb +1 -1
- data/lib/tramway/conference/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b6fafa441ff9f4c05fa03fabb896072227e1cd73aea826dc913ab770990153d
|
4
|
+
data.tar.gz: 4c61b43ca2351df38cc883d0d1d603ca832f3ab003421707a683a5b22f33fbb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff819282220c46754910582be4cf5189255f2781313cfe46722e24ed6dc75ab6ddc7f1f1bfa25a22488a795f201341651375868009149b27bd90c51b0e6c3889
|
7
|
+
data.tar.gz: 153e0796f71e0b0ef5a54935c4718efba6649893b8bb2965de1992f9fafcd776235b4da27fcf3424bf8c56eab0b72e7482ffb3a563d985846682a7d7d1d84d6c
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
::Tramway::Auth.
|
3
|
+
::Tramway::Auth.root_path_for Tramway::User::User => '/admin'
|
4
4
|
::Tramway::Admin.set_singleton_models ::Tramway::Conference::Unity, project: :conference
|
5
5
|
::Tramway::Admin.set_available_models(::Tramway::Event::Event,
|
6
6
|
::Tramway::Event::ParticipantFormField,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-conference
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.4.
|
4
|
+
version: 1.9.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Korotin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-05-05 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|