tramway-conference 1.5.2 → 1.5.3

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: ab1f4389afe486fe9776ff5a1a8eeb34b969ab1b696dd564ab84bf9256be04bf
4
- data.tar.gz: 6647addc8c1632808f3a856b01af1519d5112392d69cff851f62aa980077ed25
3
+ metadata.gz: 60c11efe91a30f6ad559f54ee6a7908b88e173f559470d9745025a5993385024
4
+ data.tar.gz: d1bfba7a6fad475172fcb0fc80dc5988f0cb5bedfada6042428ec8922c1e11ab
5
5
  SHA512:
6
- metadata.gz: ed1674c43977571de1fc50be42be1ee3f93459b4de0720c253dd75270629176a08c3fac320d6d90027ee3e55e8657e7474c3dcc4b87e225193ea78335b29f13a
7
- data.tar.gz: 24476ba065650e57f695ff790c1f6ed5f22f33adcf42067a7f698f5c9a5d3e523838820dd8405c4487367516526c913e3dca38eb24ab3380864a00ddb2d260f5
6
+ metadata.gz: eb26672f83fe0170fd4dacfe703bc0121fd58e58dde5d9aa23715172c54ea112cf0a99df0814099f3f725bc7d9b446c6d6247ea044de9b64f2ba70730c9f9b97
7
+ data.tar.gz: 00bf0860c26e3d3ac1e061037624bcf2bf202952e345d03416ceab1e4124b9df5edff1bb6dbd3ae0d916129d211f13c31752a9070a8b115a20e4b16eaae09fda
@@ -2,15 +2,15 @@ class Tramway::Conference::UnityForm < ::Tramway::Core::ApplicationForm
2
2
  properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date
3
3
 
4
4
  def initialize(object)
5
- form_object = super object
6
- form_properties title: :string,
7
- tagline: :string,
8
- phone: :string,
9
- address: :string,
10
- latitude: :string,
11
- longtitude: :string,
12
- url: :string,
13
- found_date: :date_picker
14
- form_object
5
+ super(object).tap do
6
+ form_properties title: :string,
7
+ tagline: :string,
8
+ phone: :string,
9
+ address: :string,
10
+ latitude: :string,
11
+ longtitude: :string,
12
+ url: :string,
13
+ found_date: :date_picker
14
+ end
15
15
  end
16
16
  end
@@ -1,6 +1,6 @@
1
1
  module Tramway
2
2
  module Conference
3
- class ApplicationRecord < ActiveRecord::Base
3
+ class ApplicationRecord < ::Tramway::Core::ApplicationRecord
4
4
  self.abstract_class = true
5
5
  end
6
6
  end
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Conference
3
- VERSION = '1.5.2'
3
+ VERSION = '1.5.3'
4
4
  end
5
5
  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.5.2
4
+ version: 1.5.3
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: 2018-09-26 00:00:00.000000000 Z
12
+ date: 2018-10-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email: