tramway-profiles 1.3.2.3 → 1.3.2.4

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: 04def55aab57f0c3129dcc2075259389cb1948af069562cc255f4870e08a02de
4
- data.tar.gz: 258cb9a164d478d84cc4396b2356b1c5ab4f3245164d8450510331e26d5e1633
3
+ metadata.gz: 3c2c9a31e67a0ed087ead13b299e3a08e18da3d971572c9cb7ac56fb67b43328
4
+ data.tar.gz: 913df40cf233e9a1a55dd4d430b8686c10cd331e676167c80098192bc2bff95c
5
5
  SHA512:
6
- metadata.gz: 73f0e52eea85ef2ecd3992e9d2e0a9eefd8735093ca1c5f43a750fa9c8faa3a19fb6033af66998e33c7cef043ebf84fe602b9ad6ccb9c2157240b149c855bd32
7
- data.tar.gz: 8d3c8b34353efe3171b96ca3d2686f18b896040d3efa297df7ed93a356f731340f3a855faf8714430b15ec808adffd71d00980d8d3a77d5e884514644847fc76
6
+ metadata.gz: 9b5a313048bb8ca03de2f68571fb278f16336de4c58c4c85f4bc503310a1b86bf6677a39410bded0a2dad1edb0f010330771391dfe95112213335f724cb367c0
7
+ data.tar.gz: 7ee200be2d8d15d25d89c95398f83c2618f1b5bbc96fe27f5cc7f764a4c760e8c919a6445617e80c60668d8a8cd2cd840aadeee175e177a6e08a4a780c40d8c9
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Profiles::SocialNetworkForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::Profiles::SocialNetworkForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :network_name, :record_id, :record_type, :uid
5
5
 
6
6
  def initialize(object)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Profiles
5
- VERSION = '1.3.2.3'
5
+ VERSION = '1.3.2.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-profiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2.3
4
+ version: 1.3.2.4
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: Rails engine for social networks profiles
14
14
  email:
@@ -25,7 +25,7 @@ files:
25
25
  - app/assets/stylesheets/tramway/profiles/application.css
26
26
  - app/controllers/tramway/profiles/application_controller.rb
27
27
  - app/decorators/tramway/profiles/social_network_decorator.rb
28
- - app/forms/tramway/profiles/social_network_form.rb
28
+ - app/forms/admin/tramway/profiles/social_network_form.rb
29
29
  - app/helpers/tramway/profiles/links_helper.rb
30
30
  - app/jobs/tramway/profiles/application_job.rb
31
31
  - app/mailers/tramway/profiles/application_mailer.rb