tramway-event 1.9.28.3 → 1.9.28.4
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: 0c67bc155b83f7cbba7a4de8635d9ac44dc90e493bc14bcb9e5bc9579a3d5044
|
4
|
+
data.tar.gz: aa06f7d84bc5d0f81693278ec4ffc015eb6c9b0cba8aefab5de06d0f227feb7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52a81fe64f947ae5cd71c661b9a82fbf7bd625c40d7d9dc246951db5350c1dcd47d3cd9cd79edd2e4b012886c29626ecc35bd2aaa1e7a779865a4836272c881c
|
7
|
+
data.tar.gz: de60ed038290c8b289504bf049ed551dec05f4ec346d519c143b81e96899e42f579507e5aa584013fff3b34f8f654368c884341673288bcf2eb93bcdd33bd57a
|
data/app/decorators/tramway/event/{participant_xlsx_decorator.rb → participant_xls_decorator.rb}
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
class Tramway::Event::
|
3
|
+
class Tramway::Event::ParticipantXlsDecorator < Tramway::Export::Xls::ApplicationDecorator
|
4
4
|
class << self
|
5
5
|
def columns
|
6
6
|
%i[full_name email phone organization event].map do |attribute|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.28.
|
4
|
+
version: 1.9.28.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for events
|
14
14
|
email:
|
@@ -35,7 +35,7 @@ files:
|
|
35
35
|
- app/decorators/tramway/event/partaking_feature_decorator.rb
|
36
36
|
- app/decorators/tramway/event/participant_decorator.rb
|
37
37
|
- app/decorators/tramway/event/participant_form_field_decorator.rb
|
38
|
-
- app/decorators/tramway/event/
|
38
|
+
- app/decorators/tramway/event/participant_xls_decorator.rb
|
39
39
|
- app/decorators/tramway/event/person_decorator.rb
|
40
40
|
- app/decorators/tramway/event/place_decorator.rb
|
41
41
|
- app/decorators/tramway/event/section_decorator.rb
|