kanal-plugins-user_system 0.2.0 → 0.2.1
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 +4 -4
- data/Gemfile.lock +11 -16
- data/lib/kanal/plugins/user_system/migrations/20221124150000_create_base_models.rb +1 -1
- data/lib/kanal/plugins/user_system/models/kanal_user.rb +1 -1
- data/lib/kanal/plugins/user_system/models/kanal_user_property.rb +1 -1
- data/lib/kanal/plugins/user_system/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 224bf63f0573197c1906ae9cfbd203b3bfd2c978912b1e54b3d7a6bcf69f5256
|
|
4
|
+
data.tar.gz: 140e802ccbbdff1741797bd598e40f41a7577bd3817fc9a96402bcbf9e423f3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7120a03627e13ab8e2230b6dd6e40058925882b5bdc038569546d501f2f5c39fd3da8c26f765ba4b738eb51fe6ae5951b254a409c48182c375292bfcb2fa2a3
|
|
7
|
+
data.tar.gz: 147f98f6e3358f0f3997a62f7e61a58ade941a65879523c66f873d646690fdbdf1f3811236508f9faaa7d3b44f2e6b0261ee299f853a4f242a0906ef72298956
|
data/Gemfile.lock
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: git@github.com:idchlife/kanal.git
|
|
3
|
-
revision: 5dbc20a3480337192d1193b0e569dba9d665d4c9
|
|
4
|
-
specs:
|
|
5
|
-
kanal (0.3.0)
|
|
6
|
-
|
|
7
1
|
PATH
|
|
8
2
|
remote: .
|
|
9
3
|
specs:
|
|
10
|
-
kanal-plugins-user_system (0.2.
|
|
4
|
+
kanal-plugins-user_system (0.2.1)
|
|
11
5
|
activerecord
|
|
12
6
|
sqlite3
|
|
13
7
|
|
|
14
8
|
GEM
|
|
15
9
|
remote: https://rubygems.org/
|
|
16
10
|
specs:
|
|
17
|
-
activemodel (7.0.4.
|
|
18
|
-
activesupport (= 7.0.4.
|
|
19
|
-
activerecord (7.0.4.
|
|
20
|
-
activemodel (= 7.0.4.
|
|
21
|
-
activesupport (= 7.0.4.
|
|
22
|
-
activesupport (7.0.4.
|
|
11
|
+
activemodel (7.0.4.2)
|
|
12
|
+
activesupport (= 7.0.4.2)
|
|
13
|
+
activerecord (7.0.4.2)
|
|
14
|
+
activemodel (= 7.0.4.2)
|
|
15
|
+
activesupport (= 7.0.4.2)
|
|
16
|
+
activesupport (7.0.4.2)
|
|
23
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
24
18
|
i18n (>= 1.6, < 2)
|
|
25
19
|
minitest (>= 5.1)
|
|
@@ -35,6 +29,7 @@ GEM
|
|
|
35
29
|
concurrent-ruby (~> 1.0)
|
|
36
30
|
jaro_winkler (1.5.4)
|
|
37
31
|
json (2.6.3)
|
|
32
|
+
kanal (0.3.0)
|
|
38
33
|
kanal-plugins-active_record (0.2.0)
|
|
39
34
|
activerecord
|
|
40
35
|
kanal
|
|
@@ -68,7 +63,7 @@ GEM
|
|
|
68
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
64
|
rspec-support (~> 3.12.0)
|
|
70
65
|
rspec-support (3.12.0)
|
|
71
|
-
rubocop (1.44.
|
|
66
|
+
rubocop (1.44.1)
|
|
72
67
|
json (~> 2.3)
|
|
73
68
|
parallel (~> 1.10)
|
|
74
69
|
parser (>= 3.2.0.0)
|
|
@@ -107,7 +102,7 @@ GEM
|
|
|
107
102
|
sqlite3 (1.6.0-x86_64-darwin)
|
|
108
103
|
thor (1.2.1)
|
|
109
104
|
tilt (2.0.11)
|
|
110
|
-
tzinfo (2.0.
|
|
105
|
+
tzinfo (2.0.6)
|
|
111
106
|
concurrent-ruby (~> 1.0)
|
|
112
107
|
unicode-display_width (2.4.2)
|
|
113
108
|
webrick (1.7.0)
|
|
@@ -118,7 +113,7 @@ PLATFORMS
|
|
|
118
113
|
x86_64-darwin-21
|
|
119
114
|
|
|
120
115
|
DEPENDENCIES
|
|
121
|
-
kanal
|
|
116
|
+
kanal
|
|
122
117
|
kanal-plugins-active_record
|
|
123
118
|
kanal-plugins-user_system!
|
|
124
119
|
rake (~> 13.0)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require "active_record"
|
|
4
4
|
|
|
5
|
-
class CreateBaseModels < ActiveRecord::Migration[7.0]
|
|
5
|
+
class CreateBaseModels < ::ActiveRecord::Migration[7.0]
|
|
6
6
|
def change
|
|
7
7
|
create_table :kanal_users do |t|
|
|
8
8
|
t.string :username, null: false, index: { unique: true, name: "kanal_unique_usernames" }
|
|
@@ -8,7 +8,7 @@ module Kanal
|
|
|
8
8
|
module UserSystem
|
|
9
9
|
module Models
|
|
10
10
|
# Base user class for storing user properties
|
|
11
|
-
class KanalUserProperty < ActiveRecord::Base
|
|
11
|
+
class KanalUserProperty < ::ActiveRecord::Base
|
|
12
12
|
include Helpers::JsonValueConverterMixin
|
|
13
13
|
|
|
14
14
|
self.table_name = :kanal_user_properties
|