kanal-plugins-user_system 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5ef421f4e3bc4e28cc7da8d16d30479353b0fcae1f85bc391ae30776069a835
|
4
|
+
data.tar.gz: 20c4f39809c699728ef72a325345f43d3186262e0f24783271c8b2de6faf82b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac9f1dba42f3be1b97795d875970bddb4fa033da3153b00d8bec7677264b68391b043fc876fbfafb56545a0939b973bb4b321e0f68c41ae8c67036dddd631cdf
|
7
|
+
data.tar.gz: 9338aeed8d2df5e65f11a7376cf800a475bcbfb97242f7c3bec4dadc2772c928eb83c266d6e02f1cdbedcf0f6bb93c1ec8fd4daa8d846993bc28ddfb21b6a51f
|
data/Gemfile.lock
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require_relative "../models/kanal_user"
|
4
|
+
|
3
5
|
module Kanal
|
4
6
|
module Plugins
|
5
7
|
module UserSystem
|
@@ -8,6 +10,7 @@ module Kanal
|
|
8
10
|
# Serves as a storage of methods to enable automatic user creation used by UserSystem
|
9
11
|
#
|
10
12
|
module AutoCreator
|
13
|
+
include Kanal::Plugins::UserSystem::Models
|
11
14
|
#
|
12
15
|
# Enables automatic creation of telegram user with telegram_chat_id property during consuming of input by router
|
13
16
|
#
|