tramway-conference 1.9.2.2 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3361b469a4e8b7828dd8e206a396208fbedbb8ad2e3c82ac06437dfbf086ceb8
4
- data.tar.gz: ecdc262268d1e64927286fb94d73f434f9e8b7e3ce44091837e7d82cd8200803
3
+ metadata.gz: ea18171c077ee77c989ee96f1c0887621218fbb7f2eb45d27bff5e4bca4902d9
4
+ data.tar.gz: 506586adb0b1d2dc08d3816cd7e11827b2f9490554cfc214d421ac8b93f26633
5
5
  SHA512:
6
- metadata.gz: 5c16cdb27e1d0da0847254a7ba8f98d5c65608e2b1b5eba179c8ac8b3c3e099741a52627c4b5921c4d953a3a12ee5ac4f1bfcc55f2078a50951a60cb85b6554a
7
- data.tar.gz: d9049458035b4a4ef63c4d0cab074c5197452d3a6a1454efdbd2ba118b6f783a600e1833a717d55b8aa7e63ef22ee5a2e723a6c1bfbdb0839d231c0dd09280a9
6
+ metadata.gz: 1778f502dd76eb673298f9478b16edaee074a88f51384b89f3321ad211137af5cd97ad3a5c0b16265442e9f2feb9501b45a3a6d4e21fde268f557faaf74dadc3
7
+ data.tar.gz: 1da2ae6cbb9f9efe8a113b699a57db1c256597449ccecae49b1e02457297dd653ff4ab198647f8d73a09ca0f2fdf49dd72c56132657078c0880fca4e18a7bb2a
@@ -12,7 +12,7 @@ class Tramway::Conference::Web::WelcomeController < ::Tramway::Conference::Appli
12
12
  actual_events = ::Tramway::Event::EventLinkDecorator.decorate ::Tramway::Event::Event.active.actual.open.order :begin_date
13
13
  @links = actual_events + past_events_links
14
14
  @close_events = ::Tramway::Event::Event.actual.open.map do |event|
15
- ::Tramway::Event::EventAsPageWithButtonDecorator.decorate event
15
+ ::Tramway::Event::EventAsPageWithButtonDecorator.decorate event
16
16
  end
17
17
  @partners = ::Tramway::Partner::Partnership.partnership_type.values.reduce({}) do |hash, partnership_type|
18
18
  hash.merge! partnership_type => (@unity.send(partnership_type.to_s.pluralize).active.map do |partner|
@@ -10,6 +10,8 @@ ru:
10
10
  address: Адрес
11
11
  phone: Телефон
12
12
  social_networks: Социальные сети
13
+ tramway/user/user:
14
+ social_networks: Социальные сети
13
15
  cases:
14
16
  tramway/conference/unity:
15
17
  genitive: проект
@@ -7,7 +7,7 @@ module Tramway
7
7
  module Conference
8
8
  class Engine < ::Rails::Engine
9
9
  isolate_namespace Tramway::Conference
10
- ::Tramway::Profiles.records = '::Tramway::Conference::Unity'
10
+ ::Tramway::Profiles.records = ['::Tramway::Conference::Unity', '::Tramway::User::User']
11
11
  end
12
12
  end
13
13
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Conference
5
- VERSION = '1.9.2.2'
5
+ VERSION = '1.9.3'
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.2.2
4
+ version: 1.9.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-03-16 00:00:00.000000000 Z
12
+ date: 2020-03-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email: