spina-admin-conferences-fork 3.0.0.rc3 → 3.0.0.rc4

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: '0924918c23bbaf05550c4f245a658955dc8116dfbdda3e9fe17abfc59576dc97'
4
- data.tar.gz: 201b0680cad2c8c4b16a922c11784c1ca170d534288eed0d44c438fe141f2a56
3
+ metadata.gz: 3895d8e79d889fc4c09bf348f59bf712666d373dcb225fc323495b15edd06cac
4
+ data.tar.gz: 1f51a98f1cd209bc0f5f259d0e930cfb3e4cb2a7b5acd2e4f535ab8a6c05c23c
5
5
  SHA512:
6
- metadata.gz: 71f9d163f9a0e96c5b7202143df4a49e1dc6945fc200fd427c1e3f356aed5f7e04d373916f5a59d9a7827f1c0b4a53ac1a31d554997e507b33b0651c47fefff3
7
- data.tar.gz: 805deb378c7202842bf7bbbfaf1bf256341386e978f4566b1a2d71aaaf555fea4bddd5ea6eaa7866f0d8ba08ba51d687981bcccb96f275723c5c1ba353381a2a
6
+ metadata.gz: 99b94b4ac17247911e03176f5b65d3b0205114b662e60d93342acba73e90ff48effad4b6a7c96ef73c07b4a587039ab6d25ecddca01cc08020ead960a95e8d6b
7
+ data.tar.gz: 5a944c229a833c76cd3f5feddceece0fcea1f859fa6faba170390d10f03a464d4d74e8091fe3b7f7c3aa931ff2fd8f7cee939a70bca8539315af13b543d370a0
@@ -20,7 +20,7 @@ module Spina
20
20
  CONTENT_PARAMS = Spina.config.locales.inject({}) { |params, locale| params.merge("#{locale}_content_attributes": [*PARTS_PARAMS]) }
21
21
  PARAMS = [:start_date, :finish_date, :name, **CONTENT_PARAMS,
22
22
  events_attributes: %i[id name start_datetime finish_datetime description location]].freeze
23
- PARTS = %w[text submission_url submission_email_address submission_date submission_text gallery sponsors].freeze
23
+ PARTS = %w[text submission_url submission_email_address submission_date submission_text gallery sponsors documents].freeze
24
24
 
25
25
  before_action :set_conference, only: %i[edit update destroy]
26
26
  before_action :set_conferences_breadcrumb
@@ -4,7 +4,7 @@ module Spina
4
4
  module Admin
5
5
  module Conferences
6
6
  # Version number.
7
- VERSION = '3.0.0.rc3'
7
+ VERSION = '3.0.0.rc4'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-admin-conferences-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc3
4
+ version: 3.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Van Steene
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-07 00:00:00.000000000 Z
12
+ date: 2022-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: haml-rails