tramway-landing 2.0.1 → 2.0.1.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: 807b449769610f0f42c3427fdec2645b54e28f2eee76e8aba433169292d1b2e9
4
- data.tar.gz: cbbebd53432938ab4b21800e4bdf7b859e21f025743b1b0f1af3586c33aa6e5c
3
+ metadata.gz: ded374af38a09aabfdedce152a16dd68544db986c1a51d751e92278a54ac4b5b
4
+ data.tar.gz: 49d1869b8fa72ae94dfa83af9676265487b64d17022fa120961ee2a4b213baa6
5
5
  SHA512:
6
- metadata.gz: 9d5cee1dc27c2ce2b103907ec7d1c2e87f0a78a2cfb3e6c2ca080b403020a90046854f6851549b81e2375e509ff76f6c49852b01c1da9c06a348276a6b352774
7
- data.tar.gz: '092372a21cbeee37531049f3685889d10d94287d03a477b7e370c215a4714e15d0150dcd70da8e36bf83c5ff9b2997388effd1a9e9e72c195b6435ee5f9820de'
6
+ metadata.gz: 8dd6a295278324f5192d1206a2bf5e2e38c7457d543a3cc48de62967c1b9b73f89766b9ae0838abcd7de3f4b03db86f041fc24abeb701a24b479369bcf2769a3
7
+ data.tar.gz: 146daaa7d8262cf353c81ddfa61b6d5e5d849f0cd3f632381b8e7458be1ca35adfe497145ea196d41353b9f4e0de45167794698bdd0683749a4b0637ed9d42d4
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Landing::BlockForm < ::Tramway::Core::ExtendedApplicationForm
3
+ class Admin::Tramway::Landing::BlockForm < ::Tramway::Core::ExtendedApplicationForm
4
4
  properties :title, :background, :view_state_event, :block_type, :position, :navbar_link, :anchor, :description,
5
5
  :link_object_type, :link_object_id, :button_title, :button_link, :view_name
6
6
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '2.0.1'
5
+ VERSION = '2.0.1.1'
6
6
  end
7
7
  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: 2.0.1
4
+ version: 2.0.1.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: 2020-02-06 00:00:00.000000000 Z
11
+ date: 2020-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email:
@@ -36,7 +36,7 @@ files:
36
36
  - app/decorators/tramway/landing/block_types/page_with_button_decorator.rb
37
37
  - app/decorators/tramway/landing/link_decorator.rb
38
38
  - app/decorators/tramway/landing/navbar_decorator.rb
39
- - app/forms/tramway/landing/block_form.rb
39
+ - app/forms/admin/tramway/landing/block_form.rb
40
40
  - app/helpers/tramway/landing/application_helper.rb
41
41
  - app/jobs/tramway/landing/application_job.rb
42
42
  - app/mailers/tramway/landing/application_mailer.rb