tramway-event 1.9.23.2 → 1.9.24

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: 71bdbd59f78aa6c4f0a9f2f26739827511f622ed0f04b5e29c65c4b14f167bc0
4
- data.tar.gz: ffdd42dbf9d36484d85a9505dddd92447ec167b58dd9c511474e947e62e9d829
3
+ metadata.gz: b5958b4032cf120b5f9d0f7cf4ebe18f17ec2ebb44cc2ec71dc6b1d51b7454d6
4
+ data.tar.gz: 2c5a343cb390eaee3c3cee050d1fa2d89b028facb49c1e512a312d90ff4f79b9
5
5
  SHA512:
6
- metadata.gz: 65224e2a47695aabd13299b4563b5e2188b8a5d6beaa5ce8be3a8e55c2db830b950e305e3c5532a8e71a51081d736a9b7284c5ae989cd3db89ea65bd8599594e
7
- data.tar.gz: 1dd59d90f3d485376e284331dec40559873ef5a648502435b9fe6a2006bae3a23ac15beab5e4eac8928d668f93fa00484575cddeda10827b1d5bbbc2afb185c4
6
+ metadata.gz: c5c7549fe496068b3a0952e97ff938894e35378af15e8968495b925a11e65d586a8784235a38170a72fb11f8ad09864678a8574643ba8d4ea87715617992e67a
7
+ data.tar.gz: 9c8578d4c7b5eecaf097e08a3653a85eb38688346f569209c8280e28de389ad5048936963b12a34ff5d397fdb7677d6a120f0d4051299ec07126dab3ca1b9eaa
@@ -16,7 +16,6 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
16
16
  status
17
17
  request_collecting_duration
18
18
  description
19
- participants_list
20
19
  ]
21
20
  end
22
21
 
@@ -25,6 +25,8 @@ class Tramway::Event::ParticipantDecorator < ::Tramway::Core::ApplicationDecorat
25
25
  last_name = object.values['Имя']
26
26
  patronymic = object.values['Отчество']
27
27
  "#{first_name} #{last_name} #{patronymic}"
28
+ else
29
+ '(участник не ввёл ФИО)'
28
30
  end
29
31
  end
30
32
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.9.23.2'
5
+ VERSION = '1.9.24'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.23.2
4
+ version: 1.9.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov