tramway-conference 1.9.4.4 → 1.9.5
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: 4a0454a097c0928c8a7461de7c84125fc4c9ef195aa77fa4ceb3f53eddc90fc3
|
4
|
+
data.tar.gz: 27a52d3547cdf383d728a4d85fe7774a819d195051d22da2adcbd411a6b3abc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed2dc7489fe604be221690b4f66ccea6721c7ffca6dcd95cd90dede638ad59d8574fbc7e25923217a588d69621223cc2f4c524060d14441b4167d0d8e91baff8
|
7
|
+
data.tar.gz: df7903aef714e2f5ac01bceb1e8762a74131002542f66c6d53e704906faaa6f5c64a91ba7c4992adef16cfacb7867b32c38832dfff6898e20140101dac09833d
|
@@ -7,7 +7,7 @@ class Tramway::Conference::UnityDecorator < ::Tramway::Core::ApplicationDecorato
|
|
7
7
|
end
|
8
8
|
|
9
9
|
def show_attributes
|
10
|
-
%i[title tagline logo address phone latitude longtitude url found_date email]
|
10
|
+
%i[title tagline logo address phone latitude longtitude url found_date email favicon]
|
11
11
|
end
|
12
12
|
|
13
13
|
def show_associations
|
@@ -15,7 +15,7 @@ class Tramway::Conference::UnityDecorator < ::Tramway::Core::ApplicationDecorato
|
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
|
-
delegate_attributes :title, :logo, :tagline, :address, :phone, :latitude, :longtitude, :url, :found_date, :email
|
18
|
+
delegate_attributes :title, :logo, :tagline, :address, :phone, :latitude, :longtitude, :url, :found_date, :email, :favicon
|
19
19
|
|
20
20
|
decorate_association :social_networks
|
21
21
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
class Admin::Tramway::Conference::UnityForm < ::Tramway::Core::ApplicationForm
|
4
|
-
properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date, :email
|
4
|
+
properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date, :email, :favicon
|
5
5
|
|
6
6
|
def initialize(object)
|
7
7
|
super(object).tap do
|
@@ -13,7 +13,8 @@ class Admin::Tramway::Conference::UnityForm < ::Tramway::Core::ApplicationForm
|
|
13
13
|
longtitude: :string,
|
14
14
|
url: :string,
|
15
15
|
found_date: :date_picker,
|
16
|
-
email: :string
|
16
|
+
email: :string,
|
17
|
+
favicon: :file
|
17
18
|
end
|
18
19
|
end
|
19
20
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-conference
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Korotin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-05-
|
12
|
+
date: 2020-05-26 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|