panko_serializer 0.8.3 → 0.8.4
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/.github/workflows/database_matrix.yml +85 -0
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/lint.yml +3 -3
- data/.github/workflows/tests.yml +34 -0
- data/Appraisals +15 -16
- data/Gemfile +1 -0
- data/README.md +4 -4
- data/docs/docs/associations.md +13 -13
- data/docs/docs/attributes.md +24 -17
- data/docs/docs/design-choices.md +17 -17
- data/docs/docs/getting-started.md +4 -4
- data/docs/docs/introduction.md +4 -4
- data/docs/docs/performance.md +4 -4
- data/docs/docs/response-bag.md +5 -5
- data/docs/docusaurus.config.js +2 -2
- data/docs/package-lock.json +5769 -3891
- data/docs/package.json +4 -7
- data/ext/panko_serializer/attributes_writer/active_record.c +2 -29
- data/ext/panko_serializer/attributes_writer/type_cast/type_cast.c +1 -1
- data/gemfiles/7.2.0.gemfile +3 -1
- data/gemfiles/7.2.0.gemfile.lock +101 -78
- data/gemfiles/8.0.0.gemfile +3 -1
- data/gemfiles/8.0.0.gemfile.lock +108 -88
- data/gemfiles/{7.0.0.gemfile → 8.1.0.gemfile} +6 -4
- data/gemfiles/8.1.0.gemfile.lock +248 -0
- data/lib/panko/version.rb +1 -1
- metadata +7 -12
- data/.github/workflows/ruby.yml +0 -51
- data/gemfiles/7.0.0.gemfile.lock +0 -176
- data/gemfiles/7.1.0.gemfile +0 -39
- data/gemfiles/7.1.0.gemfile.lock +0 -198
data/gemfiles/8.0.0.gemfile.lock
CHANGED
|
@@ -8,9 +8,9 @@ PATH
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actionpack (8.0.
|
|
12
|
-
actionview (= 8.0.
|
|
13
|
-
activesupport (= 8.0.
|
|
11
|
+
actionpack (8.0.4)
|
|
12
|
+
actionview (= 8.0.4)
|
|
13
|
+
activesupport (= 8.0.4)
|
|
14
14
|
nokogiri (>= 1.8.5)
|
|
15
15
|
rack (>= 2.2.4)
|
|
16
16
|
rack-session (>= 1.0.1)
|
|
@@ -18,24 +18,24 @@ GEM
|
|
|
18
18
|
rails-dom-testing (~> 2.2)
|
|
19
19
|
rails-html-sanitizer (~> 1.6)
|
|
20
20
|
useragent (~> 0.16)
|
|
21
|
-
actionview (8.0.
|
|
22
|
-
activesupport (= 8.0.
|
|
21
|
+
actionview (8.0.4)
|
|
22
|
+
activesupport (= 8.0.4)
|
|
23
23
|
builder (~> 3.1)
|
|
24
24
|
erubi (~> 1.11)
|
|
25
25
|
rails-dom-testing (~> 2.2)
|
|
26
26
|
rails-html-sanitizer (~> 1.6)
|
|
27
|
-
active_model_serializers (0.10.
|
|
27
|
+
active_model_serializers (0.10.15)
|
|
28
28
|
actionpack (>= 4.1)
|
|
29
29
|
activemodel (>= 4.1)
|
|
30
30
|
case_transform (>= 0.2)
|
|
31
31
|
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
|
32
|
-
activemodel (8.0.
|
|
33
|
-
activesupport (= 8.0.
|
|
34
|
-
activerecord (8.0.
|
|
35
|
-
activemodel (= 8.0.
|
|
36
|
-
activesupport (= 8.0.
|
|
32
|
+
activemodel (8.0.4)
|
|
33
|
+
activesupport (= 8.0.4)
|
|
34
|
+
activerecord (8.0.4)
|
|
35
|
+
activemodel (= 8.0.4)
|
|
36
|
+
activesupport (= 8.0.4)
|
|
37
37
|
timeout (>= 0.4.0)
|
|
38
|
-
activesupport (8.0.
|
|
38
|
+
activesupport (8.0.4)
|
|
39
39
|
base64
|
|
40
40
|
benchmark (>= 0.3)
|
|
41
41
|
bigdecimal
|
|
@@ -52,135 +52,153 @@ GEM
|
|
|
52
52
|
bundler
|
|
53
53
|
rake
|
|
54
54
|
thor (>= 0.14.0)
|
|
55
|
-
ast (2.4.
|
|
56
|
-
base64 (0.
|
|
57
|
-
benchmark (0.
|
|
55
|
+
ast (2.4.3)
|
|
56
|
+
base64 (0.3.0)
|
|
57
|
+
benchmark (0.5.0)
|
|
58
58
|
benchmark-ips (2.14.0)
|
|
59
|
-
bigdecimal (3.1
|
|
59
|
+
bigdecimal (3.3.1)
|
|
60
60
|
builder (3.3.0)
|
|
61
|
-
byebug (
|
|
61
|
+
byebug (12.0.0)
|
|
62
62
|
case_transform (0.2)
|
|
63
63
|
activesupport
|
|
64
|
-
concurrent-ruby (1.3.
|
|
65
|
-
connection_pool (2.4
|
|
64
|
+
concurrent-ruby (1.3.5)
|
|
65
|
+
connection_pool (2.5.4)
|
|
66
66
|
crass (1.0.6)
|
|
67
|
-
diff-lcs (1.
|
|
68
|
-
drb (2.2.
|
|
69
|
-
erubi (1.13.
|
|
70
|
-
faker (3.5.
|
|
67
|
+
diff-lcs (1.6.2)
|
|
68
|
+
drb (2.2.3)
|
|
69
|
+
erubi (1.13.1)
|
|
70
|
+
faker (3.5.2)
|
|
71
71
|
i18n (>= 1.8.11, < 2)
|
|
72
|
-
i18n (1.14.
|
|
72
|
+
i18n (1.14.7)
|
|
73
73
|
concurrent-ruby (~> 1.0)
|
|
74
|
-
json (2.
|
|
74
|
+
json (2.13.2)
|
|
75
75
|
jsonapi-renderer (0.2.2)
|
|
76
|
-
language_server-protocol (3.17.0.
|
|
76
|
+
language_server-protocol (3.17.0.5)
|
|
77
77
|
lint_roller (1.1.0)
|
|
78
|
-
logger (1.
|
|
79
|
-
loofah (2.
|
|
78
|
+
logger (1.7.0)
|
|
79
|
+
loofah (2.24.1)
|
|
80
80
|
crass (~> 1.0.2)
|
|
81
81
|
nokogiri (>= 1.12.0)
|
|
82
82
|
memory_profiler (1.1.0)
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
mini_portile2 (2.8.9)
|
|
84
|
+
minitest (5.26.2)
|
|
85
|
+
nokogiri (1.18.9)
|
|
86
|
+
mini_portile2 (~> 2.8.2)
|
|
85
87
|
racc (~> 1.4)
|
|
86
|
-
nokogiri (1.
|
|
88
|
+
nokogiri (1.18.9-aarch64-linux-gnu)
|
|
87
89
|
racc (~> 1.4)
|
|
88
|
-
nokogiri (1.
|
|
90
|
+
nokogiri (1.18.9-arm-linux-gnu)
|
|
89
91
|
racc (~> 1.4)
|
|
90
|
-
nokogiri (1.
|
|
92
|
+
nokogiri (1.18.9-arm64-darwin)
|
|
91
93
|
racc (~> 1.4)
|
|
92
|
-
nokogiri (1.
|
|
94
|
+
nokogiri (1.18.9-x86_64-darwin)
|
|
93
95
|
racc (~> 1.4)
|
|
94
|
-
nokogiri (1.
|
|
96
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
|
95
97
|
racc (~> 1.4)
|
|
96
|
-
oj (3.16.
|
|
98
|
+
oj (3.16.11)
|
|
97
99
|
bigdecimal (>= 3.0)
|
|
98
100
|
ostruct (>= 0.2)
|
|
99
|
-
ostruct (0.6.
|
|
100
|
-
parallel (1.
|
|
101
|
-
parser (3.3.
|
|
101
|
+
ostruct (0.6.3)
|
|
102
|
+
parallel (1.27.0)
|
|
103
|
+
parser (3.3.9.0)
|
|
102
104
|
ast (~> 2.4.1)
|
|
103
105
|
racc
|
|
104
|
-
pg (1.
|
|
106
|
+
pg (1.6.1)
|
|
107
|
+
pg (1.6.1-aarch64-linux)
|
|
108
|
+
pg (1.6.1-arm64-darwin)
|
|
109
|
+
pg (1.6.1-x86_64-darwin)
|
|
110
|
+
pg (1.6.1-x86_64-linux)
|
|
111
|
+
prism (1.4.0)
|
|
105
112
|
racc (1.8.1)
|
|
106
|
-
rack (3.
|
|
107
|
-
rack-session (2.
|
|
113
|
+
rack (3.2.0)
|
|
114
|
+
rack-session (2.1.1)
|
|
115
|
+
base64 (>= 0.1.0)
|
|
108
116
|
rack (>= 3.0.0)
|
|
109
|
-
rack-test (2.
|
|
117
|
+
rack-test (2.2.0)
|
|
110
118
|
rack (>= 1.3)
|
|
111
|
-
rails-dom-testing (2.
|
|
119
|
+
rails-dom-testing (2.3.0)
|
|
112
120
|
activesupport (>= 5.0.0)
|
|
113
121
|
minitest
|
|
114
122
|
nokogiri (>= 1.6)
|
|
115
|
-
rails-html-sanitizer (1.6.
|
|
123
|
+
rails-html-sanitizer (1.6.2)
|
|
116
124
|
loofah (~> 2.21)
|
|
117
|
-
nokogiri (
|
|
125
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
118
126
|
rainbow (3.1.1)
|
|
119
|
-
rake (13.
|
|
120
|
-
rake-compiler (1.
|
|
127
|
+
rake (13.3.0)
|
|
128
|
+
rake-compiler (1.3.0)
|
|
121
129
|
rake
|
|
122
|
-
regexp_parser (2.
|
|
123
|
-
rspec (3.13.
|
|
130
|
+
regexp_parser (2.11.2)
|
|
131
|
+
rspec (3.13.1)
|
|
124
132
|
rspec-core (~> 3.13.0)
|
|
125
133
|
rspec-expectations (~> 3.13.0)
|
|
126
134
|
rspec-mocks (~> 3.13.0)
|
|
127
|
-
rspec-core (3.13.
|
|
135
|
+
rspec-core (3.13.5)
|
|
128
136
|
rspec-support (~> 3.13.0)
|
|
129
|
-
rspec-expectations (3.13.
|
|
137
|
+
rspec-expectations (3.13.5)
|
|
130
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
131
139
|
rspec-support (~> 3.13.0)
|
|
132
|
-
rspec-mocks (3.13.
|
|
140
|
+
rspec-mocks (3.13.5)
|
|
133
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
134
142
|
rspec-support (~> 3.13.0)
|
|
135
|
-
rspec-support (3.13.
|
|
136
|
-
rubocop (1.
|
|
143
|
+
rspec-support (3.13.5)
|
|
144
|
+
rubocop (1.75.8)
|
|
137
145
|
json (~> 2.3)
|
|
138
|
-
language_server-protocol (
|
|
146
|
+
language_server-protocol (~> 3.17.0.2)
|
|
147
|
+
lint_roller (~> 1.1.0)
|
|
139
148
|
parallel (~> 1.10)
|
|
140
149
|
parser (>= 3.3.0.2)
|
|
141
150
|
rainbow (>= 2.2.2, < 4.0)
|
|
142
|
-
regexp_parser (>= 2.
|
|
143
|
-
rubocop-ast (>= 1.
|
|
151
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
152
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
144
153
|
ruby-progressbar (~> 1.7)
|
|
145
|
-
unicode-display_width (>= 2.4.0, <
|
|
146
|
-
rubocop-ast (1.
|
|
147
|
-
parser (>= 3.3.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
rubocop (
|
|
154
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
155
|
+
rubocop-ast (1.46.0)
|
|
156
|
+
parser (>= 3.3.7.2)
|
|
157
|
+
prism (~> 1.4)
|
|
158
|
+
rubocop-performance (1.25.0)
|
|
159
|
+
lint_roller (~> 1.1)
|
|
160
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
161
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
162
|
+
rubocop-rspec (3.6.0)
|
|
163
|
+
lint_roller (~> 1.1)
|
|
164
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
153
165
|
ruby-progressbar (1.13.0)
|
|
154
|
-
securerandom (0.4.
|
|
155
|
-
sqlite3 (2.
|
|
156
|
-
sqlite3 (2.
|
|
157
|
-
sqlite3 (2.
|
|
158
|
-
sqlite3 (2.
|
|
159
|
-
sqlite3 (2.
|
|
160
|
-
sqlite3 (2.
|
|
161
|
-
stackprof (0.2.
|
|
162
|
-
standard (1.
|
|
166
|
+
securerandom (0.4.1)
|
|
167
|
+
sqlite3 (2.7.3-aarch64-linux-gnu)
|
|
168
|
+
sqlite3 (2.7.3-arm-linux-gnu)
|
|
169
|
+
sqlite3 (2.7.3-arm64-darwin)
|
|
170
|
+
sqlite3 (2.7.3-x86-linux-gnu)
|
|
171
|
+
sqlite3 (2.7.3-x86_64-darwin)
|
|
172
|
+
sqlite3 (2.7.3-x86_64-linux-gnu)
|
|
173
|
+
stackprof (0.2.27)
|
|
174
|
+
standard (1.50.0)
|
|
163
175
|
language_server-protocol (~> 3.17.0.2)
|
|
164
176
|
lint_roller (~> 1.0)
|
|
165
|
-
rubocop (~> 1.
|
|
177
|
+
rubocop (~> 1.75.5)
|
|
166
178
|
standard-custom (~> 1.0.0)
|
|
167
|
-
standard-performance (~> 1.
|
|
179
|
+
standard-performance (~> 1.8)
|
|
168
180
|
standard-custom (1.0.2)
|
|
169
181
|
lint_roller (~> 1.0)
|
|
170
182
|
rubocop (~> 1.50)
|
|
171
|
-
standard-performance (1.
|
|
183
|
+
standard-performance (1.8.0)
|
|
172
184
|
lint_roller (~> 1.1)
|
|
173
|
-
rubocop-performance (~> 1.
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
185
|
+
rubocop-performance (~> 1.25.0)
|
|
186
|
+
temping (4.3.0)
|
|
187
|
+
activerecord (>= 6.0, < 8.1)
|
|
188
|
+
activesupport (>= 6.0, < 8.1)
|
|
189
|
+
terminal-table (4.0.0)
|
|
190
|
+
unicode-display_width (>= 1.1.1, < 4)
|
|
191
|
+
thor (1.4.0)
|
|
192
|
+
timeout (0.4.4)
|
|
193
|
+
trilogy (2.9.0)
|
|
178
194
|
tzinfo (2.0.6)
|
|
179
195
|
concurrent-ruby (~> 1.0)
|
|
180
|
-
unicode-display_width (
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
196
|
+
unicode-display_width (3.1.5)
|
|
197
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
198
|
+
unicode-emoji (4.0.4)
|
|
199
|
+
uri (1.1.1)
|
|
200
|
+
useragent (0.16.11)
|
|
201
|
+
vernier (1.8.0)
|
|
184
202
|
|
|
185
203
|
PLATFORMS
|
|
186
204
|
aarch64-linux
|
|
@@ -212,8 +230,10 @@ DEPENDENCIES
|
|
|
212
230
|
stackprof
|
|
213
231
|
standard
|
|
214
232
|
standard-performance
|
|
233
|
+
temping
|
|
215
234
|
terminal-table
|
|
235
|
+
trilogy
|
|
216
236
|
vernier
|
|
217
237
|
|
|
218
238
|
BUNDLED WITH
|
|
219
|
-
2.
|
|
239
|
+
2.7.2
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
|
-
gem "
|
|
6
|
-
gem "
|
|
7
|
-
gem "
|
|
8
|
-
gem "
|
|
5
|
+
gem "activesupport", "~> 8.1.0"
|
|
6
|
+
gem "activemodel", "~> 8.1.0"
|
|
7
|
+
gem "activerecord", "~> 8.1.0", group: :test
|
|
8
|
+
gem "trilogy"
|
|
9
|
+
gem "sqlite3", ">= 2.1"
|
|
9
10
|
|
|
10
11
|
group :benchmarks do
|
|
11
12
|
gem "vernier"
|
|
@@ -19,6 +20,7 @@ end
|
|
|
19
20
|
|
|
20
21
|
group :test do
|
|
21
22
|
gem "faker"
|
|
23
|
+
gem "temping"
|
|
22
24
|
end
|
|
23
25
|
|
|
24
26
|
group :development do
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
panko_serializer (0.8.3)
|
|
5
|
+
activesupport
|
|
6
|
+
oj (> 3.11.0, < 4.0.0)
|
|
7
|
+
|
|
8
|
+
GEM
|
|
9
|
+
remote: https://rubygems.org/
|
|
10
|
+
specs:
|
|
11
|
+
actionpack (8.1.1)
|
|
12
|
+
actionview (= 8.1.1)
|
|
13
|
+
activesupport (= 8.1.1)
|
|
14
|
+
nokogiri (>= 1.8.5)
|
|
15
|
+
rack (>= 2.2.4)
|
|
16
|
+
rack-session (>= 1.0.1)
|
|
17
|
+
rack-test (>= 0.6.3)
|
|
18
|
+
rails-dom-testing (~> 2.2)
|
|
19
|
+
rails-html-sanitizer (~> 1.6)
|
|
20
|
+
useragent (~> 0.16)
|
|
21
|
+
actionview (8.1.1)
|
|
22
|
+
activesupport (= 8.1.1)
|
|
23
|
+
builder (~> 3.1)
|
|
24
|
+
erubi (~> 1.11)
|
|
25
|
+
rails-dom-testing (~> 2.2)
|
|
26
|
+
rails-html-sanitizer (~> 1.6)
|
|
27
|
+
active_model_serializers (0.10.15)
|
|
28
|
+
actionpack (>= 4.1)
|
|
29
|
+
activemodel (>= 4.1)
|
|
30
|
+
case_transform (>= 0.2)
|
|
31
|
+
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
|
32
|
+
activemodel (8.1.1)
|
|
33
|
+
activesupport (= 8.1.1)
|
|
34
|
+
activerecord (8.1.1)
|
|
35
|
+
activemodel (= 8.1.1)
|
|
36
|
+
activesupport (= 8.1.1)
|
|
37
|
+
timeout (>= 0.4.0)
|
|
38
|
+
activesupport (8.1.1)
|
|
39
|
+
base64
|
|
40
|
+
bigdecimal
|
|
41
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
42
|
+
connection_pool (>= 2.2.5)
|
|
43
|
+
drb
|
|
44
|
+
i18n (>= 1.6, < 2)
|
|
45
|
+
json
|
|
46
|
+
logger (>= 1.4.2)
|
|
47
|
+
minitest (>= 5.1)
|
|
48
|
+
securerandom (>= 0.3)
|
|
49
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
50
|
+
uri (>= 0.13.1)
|
|
51
|
+
appraisal (2.5.0)
|
|
52
|
+
bundler
|
|
53
|
+
rake
|
|
54
|
+
thor (>= 0.14.0)
|
|
55
|
+
ast (2.4.3)
|
|
56
|
+
base64 (0.3.0)
|
|
57
|
+
benchmark-ips (2.14.0)
|
|
58
|
+
bigdecimal (3.3.1)
|
|
59
|
+
builder (3.3.0)
|
|
60
|
+
byebug (12.0.0)
|
|
61
|
+
case_transform (0.2)
|
|
62
|
+
activesupport
|
|
63
|
+
concurrent-ruby (1.3.5)
|
|
64
|
+
connection_pool (2.5.4)
|
|
65
|
+
crass (1.0.6)
|
|
66
|
+
diff-lcs (1.6.2)
|
|
67
|
+
drb (2.2.3)
|
|
68
|
+
erubi (1.13.1)
|
|
69
|
+
faker (3.5.2)
|
|
70
|
+
i18n (>= 1.8.11, < 2)
|
|
71
|
+
i18n (1.14.7)
|
|
72
|
+
concurrent-ruby (~> 1.0)
|
|
73
|
+
json (2.16.0)
|
|
74
|
+
jsonapi-renderer (0.2.2)
|
|
75
|
+
language_server-protocol (3.17.0.5)
|
|
76
|
+
lint_roller (1.1.0)
|
|
77
|
+
logger (1.7.0)
|
|
78
|
+
loofah (2.24.1)
|
|
79
|
+
crass (~> 1.0.2)
|
|
80
|
+
nokogiri (>= 1.12.0)
|
|
81
|
+
memory_profiler (1.1.0)
|
|
82
|
+
minitest (5.26.2)
|
|
83
|
+
nokogiri (1.18.10-aarch64-linux-gnu)
|
|
84
|
+
racc (~> 1.4)
|
|
85
|
+
nokogiri (1.18.10-aarch64-linux-musl)
|
|
86
|
+
racc (~> 1.4)
|
|
87
|
+
nokogiri (1.18.10-arm-linux-gnu)
|
|
88
|
+
racc (~> 1.4)
|
|
89
|
+
nokogiri (1.18.10-arm-linux-musl)
|
|
90
|
+
racc (~> 1.4)
|
|
91
|
+
nokogiri (1.18.10-arm64-darwin)
|
|
92
|
+
racc (~> 1.4)
|
|
93
|
+
nokogiri (1.18.10-x86_64-darwin)
|
|
94
|
+
racc (~> 1.4)
|
|
95
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
96
|
+
racc (~> 1.4)
|
|
97
|
+
nokogiri (1.18.10-x86_64-linux-musl)
|
|
98
|
+
racc (~> 1.4)
|
|
99
|
+
oj (3.16.12)
|
|
100
|
+
bigdecimal (>= 3.0)
|
|
101
|
+
ostruct (>= 0.2)
|
|
102
|
+
ostruct (0.6.3)
|
|
103
|
+
parallel (1.27.0)
|
|
104
|
+
parser (3.3.10.0)
|
|
105
|
+
ast (~> 2.4.1)
|
|
106
|
+
racc
|
|
107
|
+
pg (1.6.2)
|
|
108
|
+
pg (1.6.2-aarch64-linux)
|
|
109
|
+
pg (1.6.2-aarch64-linux-musl)
|
|
110
|
+
pg (1.6.2-arm64-darwin)
|
|
111
|
+
pg (1.6.2-x86_64-darwin)
|
|
112
|
+
pg (1.6.2-x86_64-linux)
|
|
113
|
+
pg (1.6.2-x86_64-linux-musl)
|
|
114
|
+
prism (1.6.0)
|
|
115
|
+
racc (1.8.1)
|
|
116
|
+
rack (3.2.4)
|
|
117
|
+
rack-session (2.1.1)
|
|
118
|
+
base64 (>= 0.1.0)
|
|
119
|
+
rack (>= 3.0.0)
|
|
120
|
+
rack-test (2.2.0)
|
|
121
|
+
rack (>= 1.3)
|
|
122
|
+
rails-dom-testing (2.3.0)
|
|
123
|
+
activesupport (>= 5.0.0)
|
|
124
|
+
minitest
|
|
125
|
+
nokogiri (>= 1.6)
|
|
126
|
+
rails-html-sanitizer (1.6.2)
|
|
127
|
+
loofah (~> 2.21)
|
|
128
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
129
|
+
rainbow (3.1.1)
|
|
130
|
+
rake (13.3.1)
|
|
131
|
+
rake-compiler (1.3.0)
|
|
132
|
+
rake
|
|
133
|
+
regexp_parser (2.11.3)
|
|
134
|
+
rspec (3.13.2)
|
|
135
|
+
rspec-core (~> 3.13.0)
|
|
136
|
+
rspec-expectations (~> 3.13.0)
|
|
137
|
+
rspec-mocks (~> 3.13.0)
|
|
138
|
+
rspec-core (3.13.6)
|
|
139
|
+
rspec-support (~> 3.13.0)
|
|
140
|
+
rspec-expectations (3.13.5)
|
|
141
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
142
|
+
rspec-support (~> 3.13.0)
|
|
143
|
+
rspec-mocks (3.13.7)
|
|
144
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
145
|
+
rspec-support (~> 3.13.0)
|
|
146
|
+
rspec-support (3.13.6)
|
|
147
|
+
rubocop (1.81.7)
|
|
148
|
+
json (~> 2.3)
|
|
149
|
+
language_server-protocol (~> 3.17.0.2)
|
|
150
|
+
lint_roller (~> 1.1.0)
|
|
151
|
+
parallel (~> 1.10)
|
|
152
|
+
parser (>= 3.3.0.2)
|
|
153
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
154
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
155
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
156
|
+
ruby-progressbar (~> 1.7)
|
|
157
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
158
|
+
rubocop-ast (1.48.0)
|
|
159
|
+
parser (>= 3.3.7.2)
|
|
160
|
+
prism (~> 1.4)
|
|
161
|
+
rubocop-performance (1.25.0)
|
|
162
|
+
lint_roller (~> 1.1)
|
|
163
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
164
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
165
|
+
rubocop-rspec (3.8.0)
|
|
166
|
+
lint_roller (~> 1.1)
|
|
167
|
+
rubocop (~> 1.81)
|
|
168
|
+
ruby-progressbar (1.13.0)
|
|
169
|
+
securerandom (0.4.1)
|
|
170
|
+
sqlite3 (2.8.0-aarch64-linux-gnu)
|
|
171
|
+
sqlite3 (2.8.0-aarch64-linux-musl)
|
|
172
|
+
sqlite3 (2.8.0-arm-linux-gnu)
|
|
173
|
+
sqlite3 (2.8.0-arm-linux-musl)
|
|
174
|
+
sqlite3 (2.8.0-arm64-darwin)
|
|
175
|
+
sqlite3 (2.8.0-x86_64-darwin)
|
|
176
|
+
sqlite3 (2.8.0-x86_64-linux-gnu)
|
|
177
|
+
sqlite3 (2.8.0-x86_64-linux-musl)
|
|
178
|
+
stackprof (0.2.27)
|
|
179
|
+
standard (1.52.0)
|
|
180
|
+
language_server-protocol (~> 3.17.0.2)
|
|
181
|
+
lint_roller (~> 1.0)
|
|
182
|
+
rubocop (~> 1.81.7)
|
|
183
|
+
standard-custom (~> 1.0.0)
|
|
184
|
+
standard-performance (~> 1.8)
|
|
185
|
+
standard-custom (1.0.2)
|
|
186
|
+
lint_roller (~> 1.0)
|
|
187
|
+
rubocop (~> 1.50)
|
|
188
|
+
standard-performance (1.8.0)
|
|
189
|
+
lint_roller (~> 1.1)
|
|
190
|
+
rubocop-performance (~> 1.25.0)
|
|
191
|
+
temping (4.4.0)
|
|
192
|
+
activerecord (>= 6.0, < 8.2)
|
|
193
|
+
activesupport (>= 6.0, < 8.2)
|
|
194
|
+
terminal-table (4.0.0)
|
|
195
|
+
unicode-display_width (>= 1.1.1, < 4)
|
|
196
|
+
thor (1.4.0)
|
|
197
|
+
timeout (0.4.4)
|
|
198
|
+
trilogy (2.9.0)
|
|
199
|
+
tzinfo (2.0.6)
|
|
200
|
+
concurrent-ruby (~> 1.0)
|
|
201
|
+
unicode-display_width (3.2.0)
|
|
202
|
+
unicode-emoji (~> 4.1)
|
|
203
|
+
unicode-emoji (4.1.0)
|
|
204
|
+
uri (1.1.1)
|
|
205
|
+
useragent (0.16.11)
|
|
206
|
+
vernier (1.8.1)
|
|
207
|
+
|
|
208
|
+
PLATFORMS
|
|
209
|
+
aarch64-linux
|
|
210
|
+
aarch64-linux-gnu
|
|
211
|
+
aarch64-linux-musl
|
|
212
|
+
arm-linux-gnu
|
|
213
|
+
arm-linux-musl
|
|
214
|
+
arm64-darwin
|
|
215
|
+
x86_64-darwin
|
|
216
|
+
x86_64-linux
|
|
217
|
+
x86_64-linux-gnu
|
|
218
|
+
x86_64-linux-musl
|
|
219
|
+
|
|
220
|
+
DEPENDENCIES
|
|
221
|
+
active_model_serializers (~> 0.10)
|
|
222
|
+
activemodel (~> 8.1.0)
|
|
223
|
+
activerecord (~> 8.1.0)
|
|
224
|
+
activesupport (~> 8.1.0)
|
|
225
|
+
appraisal
|
|
226
|
+
benchmark-ips
|
|
227
|
+
byebug
|
|
228
|
+
faker
|
|
229
|
+
memory_profiler
|
|
230
|
+
panko_serializer!
|
|
231
|
+
pg
|
|
232
|
+
rake
|
|
233
|
+
rake-compiler
|
|
234
|
+
rspec (~> 3.0)
|
|
235
|
+
rubocop
|
|
236
|
+
rubocop-performance
|
|
237
|
+
rubocop-rspec
|
|
238
|
+
sqlite3 (>= 2.1)
|
|
239
|
+
stackprof
|
|
240
|
+
standard
|
|
241
|
+
standard-performance
|
|
242
|
+
temping
|
|
243
|
+
terminal-table
|
|
244
|
+
trilogy
|
|
245
|
+
vernier
|
|
246
|
+
|
|
247
|
+
BUNDLED WITH
|
|
248
|
+
2.7.2
|
data/lib/panko/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: panko_serializer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yosi Attias
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: oj
|
|
@@ -58,7 +57,6 @@ dependencies:
|
|
|
58
57
|
- - ">="
|
|
59
58
|
- !ruby/object:Gem::Version
|
|
60
59
|
version: '0'
|
|
61
|
-
description:
|
|
62
60
|
email:
|
|
63
61
|
- yosy101@gmail.com
|
|
64
62
|
executables: []
|
|
@@ -68,9 +66,10 @@ extra_rdoc_files: []
|
|
|
68
66
|
files:
|
|
69
67
|
- ".clang-format"
|
|
70
68
|
- ".github/dependabot.yml"
|
|
69
|
+
- ".github/workflows/database_matrix.yml"
|
|
71
70
|
- ".github/workflows/docs.yml"
|
|
72
71
|
- ".github/workflows/lint.yml"
|
|
73
|
-
- ".github/workflows/
|
|
72
|
+
- ".github/workflows/tests.yml"
|
|
74
73
|
- ".gitignore"
|
|
75
74
|
- ".rspec"
|
|
76
75
|
- ".rubocop.yml"
|
|
@@ -148,14 +147,12 @@ files:
|
|
|
148
147
|
- ext/panko_serializer/serialization_descriptor/attribute.h
|
|
149
148
|
- ext/panko_serializer/serialization_descriptor/serialization_descriptor.c
|
|
150
149
|
- ext/panko_serializer/serialization_descriptor/serialization_descriptor.h
|
|
151
|
-
- gemfiles/7.0.0.gemfile
|
|
152
|
-
- gemfiles/7.0.0.gemfile.lock
|
|
153
|
-
- gemfiles/7.1.0.gemfile
|
|
154
|
-
- gemfiles/7.1.0.gemfile.lock
|
|
155
150
|
- gemfiles/7.2.0.gemfile
|
|
156
151
|
- gemfiles/7.2.0.gemfile.lock
|
|
157
152
|
- gemfiles/8.0.0.gemfile
|
|
158
153
|
- gemfiles/8.0.0.gemfile.lock
|
|
154
|
+
- gemfiles/8.1.0.gemfile
|
|
155
|
+
- gemfiles/8.1.0.gemfile.lock
|
|
159
156
|
- lib/panko/array_serializer.rb
|
|
160
157
|
- lib/panko/association.rb
|
|
161
158
|
- lib/panko/attribute.rb
|
|
@@ -175,7 +172,6 @@ metadata:
|
|
|
175
172
|
source_code_uri: https://github.com/yosiat/panko_serializer
|
|
176
173
|
documentation_uri: https://panko.dev
|
|
177
174
|
changelog_uri: https://github.com/yosiat/panko_serializer/releases
|
|
178
|
-
post_install_message:
|
|
179
175
|
rdoc_options: []
|
|
180
176
|
require_paths:
|
|
181
177
|
- lib
|
|
@@ -190,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
186
|
- !ruby/object:Gem::Version
|
|
191
187
|
version: '0'
|
|
192
188
|
requirements: []
|
|
193
|
-
rubygems_version: 3.
|
|
194
|
-
signing_key:
|
|
189
|
+
rubygems_version: 3.7.2
|
|
195
190
|
specification_version: 4
|
|
196
191
|
summary: High Performance JSON Serialization for ActiveRecord & Ruby Objects
|
|
197
192
|
test_files: []
|
data/.github/workflows/ruby.yml
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
name: Panko Serializer CI
|
|
2
|
-
|
|
3
|
-
on: [push, pull_request]
|
|
4
|
-
|
|
5
|
-
jobs:
|
|
6
|
-
build:
|
|
7
|
-
runs-on: ubuntu-latest
|
|
8
|
-
strategy:
|
|
9
|
-
fail-fast: false
|
|
10
|
-
matrix:
|
|
11
|
-
ruby: ["3.1", "3.2", "3.3"]
|
|
12
|
-
rails: ["7.0.0", "7.1.0", "7.2.0", "8.0.0"]
|
|
13
|
-
exclude:
|
|
14
|
-
- ruby: 3.1
|
|
15
|
-
rails: 8.0.0
|
|
16
|
-
|
|
17
|
-
steps:
|
|
18
|
-
- name: Install deps
|
|
19
|
-
run: |
|
|
20
|
-
sudo apt update -y
|
|
21
|
-
sudo apt install -y libsqlite3-dev
|
|
22
|
-
|
|
23
|
-
- uses: actions/checkout@v4
|
|
24
|
-
- name: Set up Ruby ${{ matrix.ruby }}
|
|
25
|
-
uses: ruby/setup-ruby@v1
|
|
26
|
-
with:
|
|
27
|
-
ruby-version: ${{ matrix.ruby }}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
- name: Gems Cache
|
|
31
|
-
id: gem-cache
|
|
32
|
-
uses: actions/cache@v4
|
|
33
|
-
with:
|
|
34
|
-
path: vendor/bundle
|
|
35
|
-
key: ${{ runner.os }}-${{ matrix.ruby }}-${{ matrix.rails }}-gem
|
|
36
|
-
restore-keys: |
|
|
37
|
-
${{ runner.os }}-${{ matrix.ruby }}-${{ matrix.rails }}-gem
|
|
38
|
-
|
|
39
|
-
- name: Install gems
|
|
40
|
-
env:
|
|
41
|
-
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile
|
|
42
|
-
run: |
|
|
43
|
-
gem install bundler
|
|
44
|
-
bundle config set path 'vendor/bundle'
|
|
45
|
-
bundle check || bundle install --jobs 4 --retry 3
|
|
46
|
-
|
|
47
|
-
- name: Compile & test
|
|
48
|
-
env:
|
|
49
|
-
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile
|
|
50
|
-
run: |
|
|
51
|
-
bundle exec rake
|