tramway-news 1.0.4.2 → 1.0.4.3

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: e1bebd2edf6162b88a2963b8252ca0f59076b4705b627f09f27477db6cde5c3b
4
- data.tar.gz: ccbb377780c04cbb980b2d53b7091b843e15954d70c30273cd1ed8da01b88723
3
+ metadata.gz: e2d834e356aaa541328ddd0af6abff923bc9ea78ac408849cf0980fffb684843
4
+ data.tar.gz: 7090197c04150b9b178398e57f7e10da046f4a2601be0b2fd0fb9838b99d1db4
5
5
  SHA512:
6
- metadata.gz: bc9e4996d81eaf26a4ceb9ecfa60cfc73d3ff48032630837834a9a044bb6e36584a9524a9942ff22b689f4f42b7655703079f355db381c8b57a5cc3b0dff34e8
7
- data.tar.gz: 8a91256cf11769cd6e75923cde499ebaeccafb7a81e9079a44b0ae3e1dbfef640c1ebd330def80b234f36830dbe4115447e8a46984015b6bf5ee3601af3dfc3e
6
+ metadata.gz: 9957eba7a06ca32916e6f8f3ef9f488eaeb633810099147e4d8ba4926440cde15c52b75314fd1de69c6bff280e4f420b54b889c82399d0f5e442bf2aca7eebe4
7
+ data.tar.gz: 581caf930b7f4d34fdcabea7d4ee00274b7c88863c960fe8f5dff17d49c95bc594cfc95e62e2b06379043f35c310bd33806c3f62ebacf0626b08b22b161bc9f2
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::News::NewsForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::News::NewsForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :body, :published_at, :photo
5
5
 
6
6
  def initialize(object)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module News
5
- VERSION = '1.0.4.2'
5
+ VERSION = '1.0.4.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-news
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4.2
4
+ version: 1.0.4.3
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-01-29 00:00:00.000000000 Z
11
+ date: 2020-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for news
14
14
  email:
@@ -28,7 +28,7 @@ files:
28
28
  - app/decorators/tramway/landing/cards/news_decorator.rb
29
29
  - app/decorators/tramway/news/news_decorator.rb
30
30
  - app/decorators/tramway/news/user_decorator.rb
31
- - app/forms/tramway/news/news_form.rb
31
+ - app/forms/admin/tramway/news/news_form.rb
32
32
  - app/helpers/tramway/news/application_helper.rb
33
33
  - app/jobs/tramway/news/application_job.rb
34
34
  - app/mailers/tramway/news/application_mailer.rb