tramway-profiles 1.4.1.3 → 1.4.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/tramway.rb +5 -1
- data/lib/tramway/profiles/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f09d03d8c79a14c3730da07a637e8325f34a29e552d99f557f7ff09f2cc3b92
|
4
|
+
data.tar.gz: '00449a9d104925e552ba8a82d96f7d37b2ccd7af6ed9d1ebcc41a7d6b1f0fa39'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac8e77f169d8651305a4b1a5812c6e10fe986f8ead6ba76093d7123a73c68cc068739e553054ca5294af72cc4552e1ce1090ade38ad61d36674a595137745a2
|
7
|
+
data.tar.gz: 802312b00b2b72258b393e8a9d5558062d6ef17d58b41150c2e5e75f06fba225f7bd7a3e32e443c87f19ac0c2fd7766b3c70d0da504764c8267d74845ae6c970
|
@@ -1,5 +1,9 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
Rails.application.config.after_initialize do
|
4
|
-
Tramway.set_available_models(
|
4
|
+
Tramway.set_available_models(
|
5
|
+
[
|
6
|
+
Tramway::Profiles::SocialNetwork
|
7
|
+
], project: :profiles
|
8
|
+
)
|
5
9
|
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.4.1.
|
4
|
+
version: 1.4.1.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: 2023-
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for social networks profiles
|
14
14
|
email:
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
|
-
rubygems_version: 3.1
|
62
|
+
rubygems_version: 3.4.1
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
65
|
summary: Rails engine for social networks profiles
|