tramway-conference 1.9.5.9 → 1.9.5.11
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 858bcc6ab0592611a9083e1ad97a84d5badad1e5566c9099f8d4133da1a2a844
|
4
|
+
data.tar.gz: 29c6f982cdef4a18f01ad3ae7d7b64cfab44424c105a50b87567dfe34556aeae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f401f05aa97e0e35745bf87ed6d182f44b6aaa1488af9fa7d17ad75123d52e48cb2e03080ffb6351752cfb6aa14f46548462fc4f91a4b7e7f86a838dc9f664
|
7
|
+
data.tar.gz: 952b1dfae52497ea8864de745ef43cfebe232965e1386d7b552b27f8732eb7d1f6032f120c3f86f7ea3bd2088106f124b4e5f1019a30422bb7885baeb6b93c83
|
@@ -1,8 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
class Tramway::Conference::Web::WelcomeController < ::Tramway::Conference::ApplicationController
|
3
|
+
class Tramway::Conference::Web::WelcomeController < Tramway::Conference::ApplicationController
|
6
4
|
def index
|
7
5
|
return unless ::Tramway::Conference::Unity.any?
|
8
6
|
|
data/app/models/tramway/user.rb
CHANGED
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.5.
|
4
|
+
version: 1.9.5.11
|
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: 2023-02-
|
12
|
+
date: 2023-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|