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: 96668739e33f5f171c0a8f25c402c6da617358ae0f401689679bc980ddeafd9d
4
- data.tar.gz: 60c9422d93e2c807e785b53f871189283dc0b606f4addd7145b9ea8006b06777
3
+ metadata.gz: 0c67bc155b83f7cbba7a4de8635d9ac44dc90e493bc14bcb9e5bc9579a3d5044
4
+ data.tar.gz: aa06f7d84bc5d0f81693278ec4ffc015eb6c9b0cba8aefab5de06d0f227feb7b
5
5
  SHA512:
6
- metadata.gz: fbb32905515b7655f003a93692a252f12bd5576d7e78d1646ef674ce5e8bf858d9c5926fca333a288431ef78f29ecbcd540f999e92ccd68a97dea9910420beaf
7
- data.tar.gz: 6b3c8e650dd39976a9a153767c4ba46c013bce0300409bc5298dc2165b18b133be4d81d4babcb21dfa39562e38979fc0727c96d88b5b68d7a55c51083e64c70d
6
+ metadata.gz: 52a81fe64f947ae5cd71c661b9a82fbf7bd625c40d7d9dc246951db5350c1dcd47d3cd9cd79edd2e4b012886c29626ecc35bd2aaa1e7a779865a4836272c881c
7
+ data.tar.gz: de60ed038290c8b289504bf049ed551dec05f4ec346d519c143b81e96899e42f579507e5aa584013fff3b34f8f654368c884341673288bcf2eb93bcdd33bd57a
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Event::ParticipantXlsxDecorator < Tramway::Export::Xlsx::ApplicationDecorator
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|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.9.28.3'
5
+ VERSION = '1.9.28.4'
6
6
  end
7
7
  end
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.3
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-12 00:00:00.000000000 Z
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/participant_xlsx_decorator.rb
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