tramway-page 1.3.1 → 1.3.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: fb1ed06a4cf485671e9082163dcd40170f4355d4a341d2a5398f590c45e42e5f
4
- data.tar.gz: 40635e0a287cdad418de79eb0bbf8b2c248e8c1c88ab58bda053f2e511c591e1
3
+ metadata.gz: 8fffa8ab256692ba964955e0b348ba33ab4cf74dfac8b7c9b8d2c01541a7c851
4
+ data.tar.gz: 35beac088d886ba3c82a881b6d53ab8598ce3500a116736186f06a451ddbe106
5
5
  SHA512:
6
- metadata.gz: 9fe0be21f9c8d6c5e2a3e82027bb01852f913c5a73d2e1b1deda29ad0990a94b75b600be985b7071f61fe3080cb1f2a4887382a39b5a792d948f34a182eed090
7
- data.tar.gz: 4010e1e8eb7decd715f583f7e85a5a6f418ea1c5ef6d455a12a5d2d03b1aabc0d9390bdd05459da729bd1bd5ccc96c9431b85cbb7ce994cfdabfeed6e7a3263d
6
+ metadata.gz: f5bdd7f47f0ee6d6bf1c92a16e9e4b22157a9d55ac87d4e0704c9abf580771ede1570bd6cb68ee794d077f0652ad90b80d7745d01a5b65b07e08db26fdfbf2d8
7
+ data.tar.gz: f29546f0ae2b9dbb39f675cb5f4b41f616c4357f369528dd169d51c55c40c0f600313b0758c17fe8dbdd829db052ab9e78edec35f2f0026a37e6f8ab6e9d40ed
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Page::PageForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::Page::PageForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :body, :slug, :view
5
5
 
6
6
  def initialize(object)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Page
5
- VERSION = '1.3.1'
5
+ VERSION = '1.3.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.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: 2019-10-13 00:00:00.000000000 Z
11
+ date: 2020-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Description of Tramway::Page.
14
14
  email:
@@ -26,7 +26,7 @@ files:
26
26
  - app/controllers/tramway/page/application_controller.rb
27
27
  - app/controllers/tramway/page/pages_controller.rb
28
28
  - app/decorators/tramway/page/page_decorator.rb
29
- - app/forms/tramway/page/page_form.rb
29
+ - app/forms/admin/tramway/page/page_form.rb
30
30
  - app/helpers/tramway/page/application_helper.rb
31
31
  - app/jobs/tramway/page/application_job.rb
32
32
  - app/mailers/tramway/page/application_mailer.rb