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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c2c9a31e67a0ed087ead13b299e3a08e18da3d971572c9cb7ac56fb67b43328
|
4
|
+
data.tar.gz: 913df40cf233e9a1a55dd4d430b8686c10cd331e676167c80098192bc2bff95c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
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.
|
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-
|
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
|