tramway-conference 1.9.4.4 → 1.9.5

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: c1d6d0f12b768d54e0c51d3ecfc949b4cc5c9229ebc20f6ffe117f2da61fe15d
4
- data.tar.gz: 2bf31b0cdf14bb21cb695b70d16c2a6ea80b45657a263ebda2b0f86aaf2989bb
3
+ metadata.gz: 4a0454a097c0928c8a7461de7c84125fc4c9ef195aa77fa4ceb3f53eddc90fc3
4
+ data.tar.gz: 27a52d3547cdf383d728a4d85fe7774a819d195051d22da2adcbd411a6b3abc5
5
5
  SHA512:
6
- metadata.gz: 7103fe737f20b6be1a04bb77898bce61431a755395bf68e3c4c875cbf9b0b4b72ab20de75c4b1290213dfd6dd91298b20c7155dcd23f805af121ac194ddac192
7
- data.tar.gz: 2fecac16606e15eada41a86f2091213b34959d97e7b7ac3fa9f8b7ad46dcb0b86e8d76bc8f6c38628444416d1d09f7137d0b2a0ac33da1421f0baf008d167e3c
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
@@ -5,5 +5,7 @@ module Tramway::Conference
5
5
  has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork'
6
6
 
7
7
  include ::Tramway::Partner::Scopes
8
+
9
+ uploader :favicon, :ico
8
10
  end
9
11
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Conference
5
- VERSION = '1.9.4.4'
5
+ VERSION = '1.9.5'
6
6
  end
7
7
  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.4
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-25 00:00:00.000000000 Z
12
+ date: 2020-05-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email: