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: c1431f2eeddd6b6e97175a22f7d31063505f06fd0935a55d1c6026f3c2323552
4
- data.tar.gz: 9ccc59bd1d3fb32ca0e2f95c20dc2a65cd14bff3738045709b190059481e2d14
3
+ metadata.gz: f5ef421f4e3bc4e28cc7da8d16d30479353b0fcae1f85bc391ae30776069a835
4
+ data.tar.gz: 20c4f39809c699728ef72a325345f43d3186262e0f24783271c8b2de6faf82b7
5
5
  SHA512:
6
- metadata.gz: 1969a250ca3b45ead3bfae3e4af43df035078cd4967cfc645b10c4d3823137043c5459cb3385f6c3aaaad9a07b6616070974663651b8fdf5c93b6c947c0ab33c
7
- data.tar.gz: e1d9ae9cc89aa335b99b78c26bc6a2b02097d0071956854ce5686284ba7e88f76aa522281960f73a8495c39b9f1dfe8db741fa04bf41baafc243c62857f40bbb
6
+ metadata.gz: ac9f1dba42f3be1b97795d875970bddb4fa033da3153b00d8bec7677264b68391b043fc876fbfafb56545a0939b973bb4b321e0f68c41ae8c67036dddd631cdf
7
+ data.tar.gz: 9338aeed8d2df5e65f11a7376cf800a475bcbfb97242f7c3bec4dadc2772c928eb83c266d6e02f1cdbedcf0f6bb93c1ec8fd4daa8d846993bc28ddfb21b6a51f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kanal-plugins-user_system (0.3.1)
4
+ kanal-plugins-user_system (0.3.2)
5
5
  activerecord
6
6
  kanal (= 0.5.1)
7
7
  kanal-plugins-active_record (= 0.2.1)
@@ -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
  #
@@ -3,7 +3,7 @@
3
3
  module Kanal
4
4
  module Plugins
5
5
  module UserSystem
6
- VERSION = "0.3.1"
6
+ VERSION = "0.3.2"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanal-plugins-user_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - idchlife