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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3895d8e79d889fc4c09bf348f59bf712666d373dcb225fc323495b15edd06cac
|
|
4
|
+
data.tar.gz: 1f51a98f1cd209bc0f5f259d0e930cfb3e4cb2a7b5acd2e4f535ab8a6c05c23c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
12
|
+
date: 2022-03-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: haml-rails
|