panko_serializer 0.8.2 → 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/dependabot.yml +6 -0
- data/.github/workflows/database_matrix.yml +85 -0
- data/.github/workflows/docs.yml +5 -5
- data/.github/workflows/lint.yml +10 -16
- data/.github/workflows/{ruby.yml → tests.yml} +9 -22
- data/.gitignore +2 -0
- data/.rubocop.yml +29 -21
- data/Appraisals +23 -12
- data/Gemfile +12 -3
- data/README.md +4 -4
- data/Rakefile +3 -1
- data/benchmarks/allocs.rb +2 -2
- data/benchmarks/benchmarking_support.rb +2 -1
- data/benchmarks/bm_ams_0_10.rb +3 -7
- data/benchmarks/bm_panko_json.rb +2 -6
- data/benchmarks/bm_panko_object.rb +2 -6
- data/benchmarks/bm_plain_object.rb +1 -4
- data/benchmarks/bm_serialization_descriptor.rb +1 -1
- data/benchmarks/bm_to_object.rb +2 -6
- data/benchmarks/profile.rb +2 -2
- data/benchmarks/sanity.rb +2 -6
- data/benchmarks/setup.rb +4 -3
- data/benchmarks/type_casts/support.rb +0 -1
- data/docs/docs/associations.md +28 -15
- data/docs/docs/attributes.md +33 -20
- data/docs/docs/design-choices.md +36 -35
- data/docs/docs/getting-started.md +13 -7
- data/docs/docs/introduction.md +6 -6
- data/docs/docs/performance.md +4 -5
- data/docs/docs/response-bag.md +13 -6
- data/docs/docusaurus.config.js +86 -0
- data/docs/package-lock.json +13999 -18188
- data/docs/package.json +10 -6
- data/docs/src/css/customTheme.css +9 -0
- data/docs/static/CNAME +1 -0
- data/ext/panko_serializer/attributes_writer/active_record.c +81 -77
- data/ext/panko_serializer/attributes_writer/active_record.h +2 -0
- data/ext/panko_serializer/attributes_writer/type_cast/type_cast.c +1 -1
- data/gemfiles/{6.1.0.gemfile → 7.2.0.gemfile} +17 -6
- data/gemfiles/7.2.0.gemfile.lock +221 -0
- data/gemfiles/{7.0.0.gemfile → 8.0.0.gemfile} +17 -6
- data/gemfiles/8.0.0.gemfile.lock +239 -0
- data/gemfiles/{7.1.0.gemfile → 8.1.0.gemfile} +17 -6
- data/gemfiles/8.1.0.gemfile.lock +248 -0
- data/lib/panko/version.rb +1 -1
- data/panko_serializer.gemspec +1 -1
- metadata +16 -21
- data/.standard.yml +0 -5
- data/docs/.DS_Store +0 -0
- data/docs/README.md +0 -198
- data/docs/core/Footer.js +0 -80
- data/docs/i18n/en.json +0 -50
- data/docs/siteConfig.js +0 -80
- data/gemfiles/6.1.0.gemfile.lock +0 -166
- data/gemfiles/7.0.0.gemfile.lock +0 -164
- data/gemfiles/7.1.0.gemfile.lock +0 -181
|
@@ -0,0 +1,239 @@
|
|
|
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.0.4)
|
|
12
|
+
actionview (= 8.0.4)
|
|
13
|
+
activesupport (= 8.0.4)
|
|
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.0.4)
|
|
22
|
+
activesupport (= 8.0.4)
|
|
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.0.4)
|
|
33
|
+
activesupport (= 8.0.4)
|
|
34
|
+
activerecord (8.0.4)
|
|
35
|
+
activemodel (= 8.0.4)
|
|
36
|
+
activesupport (= 8.0.4)
|
|
37
|
+
timeout (>= 0.4.0)
|
|
38
|
+
activesupport (8.0.4)
|
|
39
|
+
base64
|
|
40
|
+
benchmark (>= 0.3)
|
|
41
|
+
bigdecimal
|
|
42
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
43
|
+
connection_pool (>= 2.2.5)
|
|
44
|
+
drb
|
|
45
|
+
i18n (>= 1.6, < 2)
|
|
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 (0.5.0)
|
|
58
|
+
benchmark-ips (2.14.0)
|
|
59
|
+
bigdecimal (3.3.1)
|
|
60
|
+
builder (3.3.0)
|
|
61
|
+
byebug (12.0.0)
|
|
62
|
+
case_transform (0.2)
|
|
63
|
+
activesupport
|
|
64
|
+
concurrent-ruby (1.3.5)
|
|
65
|
+
connection_pool (2.5.4)
|
|
66
|
+
crass (1.0.6)
|
|
67
|
+
diff-lcs (1.6.2)
|
|
68
|
+
drb (2.2.3)
|
|
69
|
+
erubi (1.13.1)
|
|
70
|
+
faker (3.5.2)
|
|
71
|
+
i18n (>= 1.8.11, < 2)
|
|
72
|
+
i18n (1.14.7)
|
|
73
|
+
concurrent-ruby (~> 1.0)
|
|
74
|
+
json (2.13.2)
|
|
75
|
+
jsonapi-renderer (0.2.2)
|
|
76
|
+
language_server-protocol (3.17.0.5)
|
|
77
|
+
lint_roller (1.1.0)
|
|
78
|
+
logger (1.7.0)
|
|
79
|
+
loofah (2.24.1)
|
|
80
|
+
crass (~> 1.0.2)
|
|
81
|
+
nokogiri (>= 1.12.0)
|
|
82
|
+
memory_profiler (1.1.0)
|
|
83
|
+
mini_portile2 (2.8.9)
|
|
84
|
+
minitest (5.26.2)
|
|
85
|
+
nokogiri (1.18.9)
|
|
86
|
+
mini_portile2 (~> 2.8.2)
|
|
87
|
+
racc (~> 1.4)
|
|
88
|
+
nokogiri (1.18.9-aarch64-linux-gnu)
|
|
89
|
+
racc (~> 1.4)
|
|
90
|
+
nokogiri (1.18.9-arm-linux-gnu)
|
|
91
|
+
racc (~> 1.4)
|
|
92
|
+
nokogiri (1.18.9-arm64-darwin)
|
|
93
|
+
racc (~> 1.4)
|
|
94
|
+
nokogiri (1.18.9-x86_64-darwin)
|
|
95
|
+
racc (~> 1.4)
|
|
96
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
|
97
|
+
racc (~> 1.4)
|
|
98
|
+
oj (3.16.11)
|
|
99
|
+
bigdecimal (>= 3.0)
|
|
100
|
+
ostruct (>= 0.2)
|
|
101
|
+
ostruct (0.6.3)
|
|
102
|
+
parallel (1.27.0)
|
|
103
|
+
parser (3.3.9.0)
|
|
104
|
+
ast (~> 2.4.1)
|
|
105
|
+
racc
|
|
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)
|
|
112
|
+
racc (1.8.1)
|
|
113
|
+
rack (3.2.0)
|
|
114
|
+
rack-session (2.1.1)
|
|
115
|
+
base64 (>= 0.1.0)
|
|
116
|
+
rack (>= 3.0.0)
|
|
117
|
+
rack-test (2.2.0)
|
|
118
|
+
rack (>= 1.3)
|
|
119
|
+
rails-dom-testing (2.3.0)
|
|
120
|
+
activesupport (>= 5.0.0)
|
|
121
|
+
minitest
|
|
122
|
+
nokogiri (>= 1.6)
|
|
123
|
+
rails-html-sanitizer (1.6.2)
|
|
124
|
+
loofah (~> 2.21)
|
|
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)
|
|
126
|
+
rainbow (3.1.1)
|
|
127
|
+
rake (13.3.0)
|
|
128
|
+
rake-compiler (1.3.0)
|
|
129
|
+
rake
|
|
130
|
+
regexp_parser (2.11.2)
|
|
131
|
+
rspec (3.13.1)
|
|
132
|
+
rspec-core (~> 3.13.0)
|
|
133
|
+
rspec-expectations (~> 3.13.0)
|
|
134
|
+
rspec-mocks (~> 3.13.0)
|
|
135
|
+
rspec-core (3.13.5)
|
|
136
|
+
rspec-support (~> 3.13.0)
|
|
137
|
+
rspec-expectations (3.13.5)
|
|
138
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
139
|
+
rspec-support (~> 3.13.0)
|
|
140
|
+
rspec-mocks (3.13.5)
|
|
141
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
142
|
+
rspec-support (~> 3.13.0)
|
|
143
|
+
rspec-support (3.13.5)
|
|
144
|
+
rubocop (1.75.8)
|
|
145
|
+
json (~> 2.3)
|
|
146
|
+
language_server-protocol (~> 3.17.0.2)
|
|
147
|
+
lint_roller (~> 1.1.0)
|
|
148
|
+
parallel (~> 1.10)
|
|
149
|
+
parser (>= 3.3.0.2)
|
|
150
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
151
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
152
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
153
|
+
ruby-progressbar (~> 1.7)
|
|
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)
|
|
165
|
+
ruby-progressbar (1.13.0)
|
|
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)
|
|
175
|
+
language_server-protocol (~> 3.17.0.2)
|
|
176
|
+
lint_roller (~> 1.0)
|
|
177
|
+
rubocop (~> 1.75.5)
|
|
178
|
+
standard-custom (~> 1.0.0)
|
|
179
|
+
standard-performance (~> 1.8)
|
|
180
|
+
standard-custom (1.0.2)
|
|
181
|
+
lint_roller (~> 1.0)
|
|
182
|
+
rubocop (~> 1.50)
|
|
183
|
+
standard-performance (1.8.0)
|
|
184
|
+
lint_roller (~> 1.1)
|
|
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)
|
|
194
|
+
tzinfo (2.0.6)
|
|
195
|
+
concurrent-ruby (~> 1.0)
|
|
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)
|
|
202
|
+
|
|
203
|
+
PLATFORMS
|
|
204
|
+
aarch64-linux
|
|
205
|
+
arm-linux
|
|
206
|
+
arm64-darwin
|
|
207
|
+
x86-linux
|
|
208
|
+
x86_64-darwin
|
|
209
|
+
x86_64-linux
|
|
210
|
+
|
|
211
|
+
DEPENDENCIES
|
|
212
|
+
active_model_serializers (~> 0.10)
|
|
213
|
+
activemodel (~> 8.0.0)
|
|
214
|
+
activerecord (~> 8.0.0)
|
|
215
|
+
activesupport (~> 8.0.0)
|
|
216
|
+
appraisal
|
|
217
|
+
benchmark-ips
|
|
218
|
+
byebug
|
|
219
|
+
faker
|
|
220
|
+
memory_profiler
|
|
221
|
+
panko_serializer!
|
|
222
|
+
pg
|
|
223
|
+
rake
|
|
224
|
+
rake-compiler
|
|
225
|
+
rspec (~> 3.0)
|
|
226
|
+
rubocop
|
|
227
|
+
rubocop-performance
|
|
228
|
+
rubocop-rspec
|
|
229
|
+
sqlite3 (>= 2.1)
|
|
230
|
+
stackprof
|
|
231
|
+
standard
|
|
232
|
+
standard-performance
|
|
233
|
+
temping
|
|
234
|
+
terminal-table
|
|
235
|
+
trilogy
|
|
236
|
+
vernier
|
|
237
|
+
|
|
238
|
+
BUNDLED WITH
|
|
239
|
+
2.7.2
|
|
@@ -2,14 +2,16 @@
|
|
|
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
|
-
gem "
|
|
12
|
-
gem "
|
|
12
|
+
gem "vernier"
|
|
13
|
+
gem "stackprof"
|
|
14
|
+
gem "pg"
|
|
13
15
|
gem "benchmark-ips"
|
|
14
16
|
gem "active_model_serializers", "~> 0.10"
|
|
15
17
|
gem "terminal-table"
|
|
@@ -18,6 +20,7 @@ end
|
|
|
18
20
|
|
|
19
21
|
group :test do
|
|
20
22
|
gem "faker"
|
|
23
|
+
gem "temping"
|
|
21
24
|
end
|
|
22
25
|
|
|
23
26
|
group :development do
|
|
@@ -27,4 +30,12 @@ group :development do
|
|
|
27
30
|
gem "rake-compiler"
|
|
28
31
|
end
|
|
29
32
|
|
|
33
|
+
group :development, :test do
|
|
34
|
+
gem "rubocop"
|
|
35
|
+
gem "standard"
|
|
36
|
+
gem "standard-performance"
|
|
37
|
+
gem "rubocop-performance"
|
|
38
|
+
gem "rubocop-rspec"
|
|
39
|
+
end
|
|
40
|
+
|
|
30
41
|
gemspec path: "../"
|
|
@@ -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
data/panko_serializer.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
"changelog_uri" => "https://github.com/yosiat/panko_serializer/releases"
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
spec.required_ruby_version = ">=
|
|
24
|
+
spec.required_ruby_version = ">= 3.1.0"
|
|
25
25
|
|
|
26
26
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
27
27
|
f.match(%r{^(test|spec|features)/})
|
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: []
|
|
@@ -67,13 +65,14 @@ extensions:
|
|
|
67
65
|
extra_rdoc_files: []
|
|
68
66
|
files:
|
|
69
67
|
- ".clang-format"
|
|
68
|
+
- ".github/dependabot.yml"
|
|
69
|
+
- ".github/workflows/database_matrix.yml"
|
|
70
70
|
- ".github/workflows/docs.yml"
|
|
71
71
|
- ".github/workflows/lint.yml"
|
|
72
|
-
- ".github/workflows/
|
|
72
|
+
- ".github/workflows/tests.yml"
|
|
73
73
|
- ".gitignore"
|
|
74
74
|
- ".rspec"
|
|
75
75
|
- ".rubocop.yml"
|
|
76
|
-
- ".standard.yml"
|
|
77
76
|
- Appraisals
|
|
78
77
|
- Gemfile
|
|
79
78
|
- LICENSE.txt
|
|
@@ -97,9 +96,6 @@ files:
|
|
|
97
96
|
- benchmarks/type_casts/bm_active_record.rb
|
|
98
97
|
- benchmarks/type_casts/bm_panko.rb
|
|
99
98
|
- benchmarks/type_casts/support.rb
|
|
100
|
-
- docs/.DS_Store
|
|
101
|
-
- docs/README.md
|
|
102
|
-
- docs/core/Footer.js
|
|
103
99
|
- docs/docs/associations.md
|
|
104
100
|
- docs/docs/attributes.md
|
|
105
101
|
- docs/docs/design-choices.md
|
|
@@ -107,12 +103,13 @@ files:
|
|
|
107
103
|
- docs/docs/introduction.md
|
|
108
104
|
- docs/docs/performance.md
|
|
109
105
|
- docs/docs/response-bag.md
|
|
110
|
-
- docs/
|
|
106
|
+
- docs/docusaurus.config.js
|
|
111
107
|
- docs/package-lock.json
|
|
112
108
|
- docs/package.json
|
|
113
109
|
- docs/sidebars.json
|
|
114
|
-
- docs/
|
|
110
|
+
- docs/src/css/customTheme.css
|
|
115
111
|
- docs/static/.DS_Store
|
|
112
|
+
- docs/static/CNAME
|
|
116
113
|
- docs/static/css/custom.css
|
|
117
114
|
- docs/static/img/favicon.ico
|
|
118
115
|
- docs/static/img/oss_logo.png
|
|
@@ -150,12 +147,12 @@ files:
|
|
|
150
147
|
- ext/panko_serializer/serialization_descriptor/attribute.h
|
|
151
148
|
- ext/panko_serializer/serialization_descriptor/serialization_descriptor.c
|
|
152
149
|
- ext/panko_serializer/serialization_descriptor/serialization_descriptor.h
|
|
153
|
-
- gemfiles/
|
|
154
|
-
- gemfiles/
|
|
155
|
-
- gemfiles/
|
|
156
|
-
- gemfiles/
|
|
157
|
-
- gemfiles/
|
|
158
|
-
- gemfiles/
|
|
150
|
+
- gemfiles/7.2.0.gemfile
|
|
151
|
+
- gemfiles/7.2.0.gemfile.lock
|
|
152
|
+
- gemfiles/8.0.0.gemfile
|
|
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
|
|
@@ -183,15 +179,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
183
179
|
requirements:
|
|
184
180
|
- - ">="
|
|
185
181
|
- !ruby/object:Gem::Version
|
|
186
|
-
version:
|
|
182
|
+
version: 3.1.0
|
|
187
183
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
184
|
requirements:
|
|
189
185
|
- - ">="
|
|
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/.standard.yml
DELETED
data/docs/.DS_Store
DELETED
|
Binary file
|