tramway-conference 1.9.5.8 → 1.9.5.10

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: 8616a1fc3edfc883029c853f93bfeb86fd8d00c6df46ec332823d95ce250c15a
4
- data.tar.gz: c75f2e3c85dd58f21ee07c8da78b74e199f4ba76414f871becb54d5467f9f702
3
+ metadata.gz: 98e8218651511cc30e8bab1e27c65bdb0aa5a116dfd691ac2b863b9d7ea23e62
4
+ data.tar.gz: 3df510c7f4f20b47da162635695d49a191cc906207c7d8649de581d77bb2ba49
5
5
  SHA512:
6
- metadata.gz: b8877ad85dc255486546a88daebc7ffe8e5164d48c1e3c2a4e230510bb72e046320097101369760119da08c8a72ca66c46f0dd142f68f520d69e695b35caf76b
7
- data.tar.gz: 3d4e41438b46ac001211f5af9591951401181dede716bf0f300b5b34481ff62754a4eb7e439c34c6c6b950e022fa4a9cbe74e88d411c68e4636f4ab801512f57
6
+ metadata.gz: 25130227460b18dcab0c8aed6cefae45727bdad98c1a2dc6b27d1d2110686cc591dae15dfa02cdea572fa8eb6de7ba6588ef4c5fa67d6e8137d224eec2fa70cd
7
+ data.tar.gz: b7d5231bf74242a9099cec988d9aa967c77612660fc95804937fa891393a6dfbbcbfe44c0c2fb074f21427874020ed2d3da11e12221e89ea1d2fdee61a72ee66
@@ -0,0 +1,5 @@
1
+ class Tramway::User < Tramway::ApplicationRecord
2
+ has_secure_password
3
+
4
+ has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork'
5
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Conference
5
- VERSION = '1.9.5.8'
5
+ VERSION = '1.9.5.10'
6
6
  end
7
7
  end
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.8
4
+ version: 1.9.5.10
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-09 00:00:00.000000000 Z
12
+ date: 2023-02-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email:
@@ -37,6 +37,7 @@ files:
37
37
  - app/mailers/tramway/conference/application_mailer.rb
38
38
  - app/models/tramway/conference/application_record.rb
39
39
  - app/models/tramway/conference/unity.rb
40
+ - app/models/tramway/user.rb
40
41
  - app/views/tramway/conference/web/welcome/index.html.haml
41
42
  - config/initializers/simple_form.rb
42
43
  - config/initializers/simple_form_bootstrap.rb