tramway-landing 1.4.7 → 1.4.7.1

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: ff5f7f6a5a7d6606fa96d3faf0606726665f65144650569923489170f16ac6e6
4
- data.tar.gz: 102d90099e9a47d248661af7c43dc4975ce7f85a26a196bdc46a814129c3d6db
3
+ metadata.gz: cd694792205ea0ed1f3b621b321de9d805fd35366c9dc7710d9d55e4f0f0e271
4
+ data.tar.gz: 21725017be46d2bdf29672864fbc7bfa38d0ba515d783a58f931e76e56a8e45c
5
5
  SHA512:
6
- metadata.gz: 915c001acbd1819f0752e6ff83f31f1338e5e5b40504703d29f9601b8961ce2a9d0f6e90fa3f0f5140df34827bd636bbe0c2fb610c683cd542656ddb86822b1e
7
- data.tar.gz: d2f2ffb66dfef993428135c734d48637cfed571ff662ebfbd6b80adf3632f88b2961a854949b4aec39dce27526ae68981d0d814fb87579f012fce7c175968cc0
6
+ metadata.gz: 9b81223c60d1469b78b14442c96a62f112d7530aa986909343ff305d4bbe2478af4c5c3e2fb208f619f382c5f6533cedcd2b17b8acee61f0736be394f8b2e958
7
+ data.tar.gz: d32e618c7ec96f5c79f305c788f6437901a1192e92cd2a03f930b7a7af23d4f212f36b29645ed1fc575f489d6a0acbd49721dda96e4c4cfdf7bb7bf25f3978f3
@@ -1,7 +1,7 @@
1
1
  class Tramway::Landing::BlockForm < ::Tramway::Core::ApplicationForm
2
2
  properties :title, :background, :view_state, :block_type, :position, :navbar_link, :anchor, :description, :link_object_type, :link_object_id
3
3
 
4
- def initialize(object)
4
+ def initialize(object = nil)
5
5
  form_object = super object
6
6
  form_properties title: :string,
7
7
  background: :file,
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.4.7'
3
+ VERSION = '1.4.7.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-05 00:00:00.000000000 Z
11
+ date: 2019-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email:
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 2.7.6
93
+ rubygems_version: 2.7.7
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Landing Engine for your Rails projects