shreddies 0.10.0 → 1.0.0

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.
@@ -0,0 +1,292 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shreddies (0.10.0)
5
+ activerecord (>= 7.0, < 9.0)
6
+ railties (>= 7.0, < 9.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (8.0.1)
12
+ actionpack (= 8.0.1)
13
+ activesupport (= 8.0.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (8.0.1)
18
+ actionpack (= 8.0.1)
19
+ activejob (= 8.0.1)
20
+ activerecord (= 8.0.1)
21
+ activestorage (= 8.0.1)
22
+ activesupport (= 8.0.1)
23
+ mail (>= 2.8.0)
24
+ actionmailer (8.0.1)
25
+ actionpack (= 8.0.1)
26
+ actionview (= 8.0.1)
27
+ activejob (= 8.0.1)
28
+ activesupport (= 8.0.1)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (8.0.1)
32
+ actionview (= 8.0.1)
33
+ activesupport (= 8.0.1)
34
+ nokogiri (>= 1.8.5)
35
+ rack (>= 2.2.4)
36
+ rack-session (>= 1.0.1)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.2)
39
+ rails-html-sanitizer (~> 1.6)
40
+ useragent (~> 0.16)
41
+ actiontext (8.0.1)
42
+ actionpack (= 8.0.1)
43
+ activerecord (= 8.0.1)
44
+ activestorage (= 8.0.1)
45
+ activesupport (= 8.0.1)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (8.0.1)
49
+ activesupport (= 8.0.1)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.11)
52
+ rails-dom-testing (~> 2.2)
53
+ rails-html-sanitizer (~> 1.6)
54
+ activejob (8.0.1)
55
+ activesupport (= 8.0.1)
56
+ globalid (>= 0.3.6)
57
+ activemodel (8.0.1)
58
+ activesupport (= 8.0.1)
59
+ activerecord (8.0.1)
60
+ activemodel (= 8.0.1)
61
+ activesupport (= 8.0.1)
62
+ timeout (>= 0.4.0)
63
+ activestorage (8.0.1)
64
+ actionpack (= 8.0.1)
65
+ activejob (= 8.0.1)
66
+ activerecord (= 8.0.1)
67
+ activesupport (= 8.0.1)
68
+ marcel (~> 1.0)
69
+ activesupport (8.0.1)
70
+ base64
71
+ benchmark (>= 0.3)
72
+ bigdecimal
73
+ concurrent-ruby (~> 1.0, >= 1.3.1)
74
+ connection_pool (>= 2.2.5)
75
+ drb
76
+ i18n (>= 1.6, < 2)
77
+ logger (>= 1.4.2)
78
+ minitest (>= 5.1)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ uri (>= 0.13.1)
82
+ appraisal (2.5.0)
83
+ bundler
84
+ rake
85
+ thor (>= 0.14.0)
86
+ ast (2.4.2)
87
+ autotest-suffix (1.1.0)
88
+ base64 (0.2.0)
89
+ benchmark (0.4.0)
90
+ bigdecimal (3.1.9)
91
+ builder (3.3.0)
92
+ combustion (1.5.0)
93
+ activesupport (>= 3.0.0)
94
+ railties (>= 3.0.0)
95
+ thor (>= 0.14.6)
96
+ concurrent-ruby (1.3.5)
97
+ connection_pool (2.5.0)
98
+ crass (1.0.6)
99
+ date (3.4.1)
100
+ debug (1.10.0)
101
+ irb (~> 1.10)
102
+ reline (>= 0.3.8)
103
+ drb (2.2.1)
104
+ erubi (1.13.1)
105
+ globalid (1.2.1)
106
+ activesupport (>= 6.1)
107
+ i18n (1.14.7)
108
+ concurrent-ruby (~> 1.0)
109
+ io-console (0.8.0)
110
+ irb (1.15.1)
111
+ pp (>= 0.6.0)
112
+ rdoc (>= 4.0.0)
113
+ reline (>= 0.4.2)
114
+ json (2.10.1)
115
+ language_server-protocol (3.17.0.4)
116
+ lint_roller (1.1.0)
117
+ logger (1.6.6)
118
+ loofah (2.24.0)
119
+ crass (~> 1.0.2)
120
+ nokogiri (>= 1.12.0)
121
+ mail (2.8.1)
122
+ mini_mime (>= 0.1.1)
123
+ net-imap
124
+ net-pop
125
+ net-smtp
126
+ marcel (1.0.4)
127
+ mini_mime (1.1.5)
128
+ minitest (5.25.4)
129
+ minitest-autotest (1.1.1)
130
+ minitest-server (~> 1.0)
131
+ path_expander (~> 1.0)
132
+ minitest-focus (1.4.0)
133
+ minitest (>= 4, < 6)
134
+ minitest-server (1.0.8)
135
+ drb (~> 2.0)
136
+ minitest (~> 5.16)
137
+ net-imap (0.5.6)
138
+ date
139
+ net-protocol
140
+ net-pop (0.1.2)
141
+ net-protocol
142
+ net-protocol (0.2.2)
143
+ timeout
144
+ net-smtp (0.5.1)
145
+ net-protocol
146
+ nio4r (2.7.4)
147
+ nokogiri (1.18.3-aarch64-linux-gnu)
148
+ racc (~> 1.4)
149
+ nokogiri (1.18.3-aarch64-linux-musl)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.3-arm-linux-gnu)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.3-arm-linux-musl)
154
+ racc (~> 1.4)
155
+ nokogiri (1.18.3-arm64-darwin)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.3-x86_64-darwin)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.3-x86_64-linux-gnu)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.3-x86_64-linux-musl)
162
+ racc (~> 1.4)
163
+ parallel (1.26.3)
164
+ parser (3.3.7.1)
165
+ ast (~> 2.4.1)
166
+ racc
167
+ path_expander (1.1.3)
168
+ pp (0.6.2)
169
+ prettyprint
170
+ prettyprint (0.2.0)
171
+ psych (5.2.3)
172
+ date
173
+ stringio
174
+ racc (1.8.1)
175
+ rack (3.1.12)
176
+ rack-session (2.1.0)
177
+ base64 (>= 0.1.0)
178
+ rack (>= 3.0.0)
179
+ rack-test (2.2.0)
180
+ rack (>= 1.3)
181
+ rackup (2.2.1)
182
+ rack (>= 3)
183
+ rails (8.0.1)
184
+ actioncable (= 8.0.1)
185
+ actionmailbox (= 8.0.1)
186
+ actionmailer (= 8.0.1)
187
+ actionpack (= 8.0.1)
188
+ actiontext (= 8.0.1)
189
+ actionview (= 8.0.1)
190
+ activejob (= 8.0.1)
191
+ activemodel (= 8.0.1)
192
+ activerecord (= 8.0.1)
193
+ activestorage (= 8.0.1)
194
+ activesupport (= 8.0.1)
195
+ bundler (>= 1.15.0)
196
+ railties (= 8.0.1)
197
+ rails-dom-testing (2.2.0)
198
+ activesupport (>= 5.0.0)
199
+ minitest
200
+ nokogiri (>= 1.6)
201
+ rails-html-sanitizer (1.6.2)
202
+ loofah (~> 2.21)
203
+ 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)
204
+ railties (8.0.1)
205
+ actionpack (= 8.0.1)
206
+ activesupport (= 8.0.1)
207
+ irb (~> 1.13)
208
+ rackup (>= 1.0.0)
209
+ rake (>= 12.2)
210
+ thor (~> 1.0, >= 1.2.2)
211
+ zeitwerk (~> 2.6)
212
+ rainbow (3.1.1)
213
+ rake (13.2.1)
214
+ rdoc (6.12.0)
215
+ psych (>= 4.0.0)
216
+ regexp_parser (2.10.0)
217
+ reline (0.6.0)
218
+ io-console (~> 0.5)
219
+ rubocop (1.73.2)
220
+ json (~> 2.3)
221
+ language_server-protocol (~> 3.17.0.2)
222
+ lint_roller (~> 1.1.0)
223
+ parallel (~> 1.10)
224
+ parser (>= 3.3.0.2)
225
+ rainbow (>= 2.2.2, < 4.0)
226
+ regexp_parser (>= 2.9.3, < 3.0)
227
+ rubocop-ast (>= 1.38.0, < 2.0)
228
+ ruby-progressbar (~> 1.7)
229
+ unicode-display_width (>= 2.4.0, < 4.0)
230
+ rubocop-ast (1.38.1)
231
+ parser (>= 3.3.1.0)
232
+ rubocop-minitest (0.37.1)
233
+ lint_roller (~> 1.1)
234
+ rubocop (>= 1.72.1, < 2.0)
235
+ rubocop-ast (>= 1.38.0, < 2.0)
236
+ rubocop-rake (0.7.1)
237
+ lint_roller (~> 1.1)
238
+ rubocop (>= 1.72.1)
239
+ ruby-progressbar (1.13.0)
240
+ securerandom (0.4.1)
241
+ sqlite3 (2.6.0-aarch64-linux-gnu)
242
+ sqlite3 (2.6.0-aarch64-linux-musl)
243
+ sqlite3 (2.6.0-arm-linux-gnu)
244
+ sqlite3 (2.6.0-arm-linux-musl)
245
+ sqlite3 (2.6.0-arm64-darwin)
246
+ sqlite3 (2.6.0-x86_64-darwin)
247
+ sqlite3 (2.6.0-x86_64-linux-gnu)
248
+ sqlite3 (2.6.0-x86_64-linux-musl)
249
+ stringio (3.1.5)
250
+ thor (1.3.2)
251
+ timeout (0.4.3)
252
+ tzinfo (2.0.6)
253
+ concurrent-ruby (~> 1.0)
254
+ unicode-display_width (3.1.4)
255
+ unicode-emoji (~> 4.0, >= 4.0.4)
256
+ unicode-emoji (4.0.4)
257
+ uri (1.0.3)
258
+ useragent (0.16.11)
259
+ websocket-driver (0.7.7)
260
+ base64
261
+ websocket-extensions (>= 0.1.0)
262
+ websocket-extensions (0.1.5)
263
+ zeitwerk (2.7.2)
264
+
265
+ PLATFORMS
266
+ aarch64-linux-gnu
267
+ aarch64-linux-musl
268
+ arm-linux-gnu
269
+ arm-linux-musl
270
+ arm64-darwin
271
+ x86_64-darwin
272
+ x86_64-linux-gnu
273
+ x86_64-linux-musl
274
+
275
+ DEPENDENCIES
276
+ appraisal
277
+ autotest-suffix
278
+ combustion
279
+ debug
280
+ minitest
281
+ minitest-autotest
282
+ minitest-focus
283
+ rails (~> 8.0.1)
284
+ rake
285
+ rubocop
286
+ rubocop-minitest
287
+ rubocop-rake
288
+ shreddies!
289
+ sqlite3
290
+
291
+ BUNDLED WITH
292
+ 2.6.5
@@ -6,11 +6,12 @@ module Shreddies
6
6
  def as_json(options = {})
7
7
  serializer = options.delete(:serializer) || "#{model_name}Serializer"
8
8
 
9
- if serializer.is_a?(String) || serializer.is_a?(Symbol)
9
+ case serializer
10
+ when String, Symbol
10
11
  serializer = serializer.to_s.safe_constantize
11
- elsif serializer.is_a?(Proc)
12
+ when Proc
12
13
  return serializer.call
13
- elsif serializer.is_a?(Hash)
14
+ when Hash
14
15
  options = serializer
15
16
  serializer = "#{model_name}Serializer".safe_constantize
16
17
  end
@@ -23,11 +24,12 @@ module Shreddies
23
24
  def as_json(options = {})
24
25
  serializer = options.delete(:serializer) || "#{model_name}Serializer"
25
26
 
26
- if serializer.is_a?(String) || serializer.is_a?(Symbol)
27
+ case serializer
28
+ when String, Symbol
27
29
  serializer = serializer.to_s.safe_constantize
28
- elsif serializer.is_a?(Proc)
30
+ when Proc
29
31
  return serializer.call
30
- elsif serializer.is_a?(Hash)
32
+ when Hash
31
33
  options = serializer
32
34
  serializer = "#{model_name}Serializer".safe_constantize
33
35
  end
@@ -41,13 +41,13 @@ module Shreddies
41
41
 
42
42
  # Monkey patches Rails Module#delegate so that the `:to` argument defaults to `:subject`.
43
43
  def self.delegate(*methods, to: :subject, prefix: nil, allow_nil: nil, private: nil)
44
- super(*methods, to: to, prefix: prefix, allow_nil: allow_nil, private: private)
44
+ super
45
45
  end
46
46
 
47
47
  attr_reader :subject, :options
48
48
 
49
49
  def initialize(subject, opts = {})
50
- @subject = subject.is_a?(Hash) ? OpenStruct.new(subject) : subject
50
+ @subject = subject.is_a?(Hash) ? ActiveSupport::OrderedOptions[subject] : subject
51
51
  @options = { transform_keys: true }.merge(opts).with_indifferent_access
52
52
 
53
53
  extend_with_modules
@@ -109,10 +109,10 @@ module Shreddies
109
109
  end
110
110
 
111
111
  # Extend with the :module option if given.
112
- if @options[:module]
113
- Array(@options[:module]).each do |m|
114
- extend m.is_a?(Module) ? m : "#{self.class}::#{m}".constantize
115
- end
112
+ return unless @options[:module]
113
+
114
+ Array(@options[:module]).each do |m|
115
+ extend m.is_a?(Module) ? m : "#{self.class}::#{m}".constantize
116
116
  end
117
117
  end
118
118
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Shreddies
2
- VERSION = "0.10.0"
4
+ VERSION = '1.0.0'
3
5
  end
data/shreddies.gemspec CHANGED
@@ -11,11 +11,12 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Stupid simple Rails model and object serializer'
12
12
  spec.homepage = 'https://github.com/joelmoss/shreddies'
13
13
  spec.license = 'MIT'
14
- spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
14
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
15
15
 
16
16
  spec.metadata['homepage_uri'] = spec.homepage
17
17
  spec.metadata['source_code_uri'] = spec.homepage
18
18
  spec.metadata['changelog_uri'] = "#{spec.homepage}/releases"
19
+ spec.metadata['rubygems_mfa_required'] = 'true'
19
20
 
20
21
  # Specify which files should be added to the gem when it is released.
21
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -24,7 +25,6 @@ Gem::Specification.new do |spec|
24
25
  end
25
26
  spec.require_paths = ['lib']
26
27
 
27
- spec.add_runtime_dependency 'activerecord', '>= 6'
28
- spec.add_dependency 'railties', '>= 6'
29
- spec.metadata['rubygems_mfa_required'] = 'true'
28
+ spec.add_dependency 'activerecord', ['>= 7.0', '< 9.0']
29
+ spec.add_dependency 'railties', ['>= 7.0', '< 9.0']
30
30
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shreddies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-07-06 00:00:00.000000000 Z
10
+ date: 2025-03-11 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -16,29 +15,40 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '6'
18
+ version: '7.0'
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '9.0'
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
23
25
  requirements:
24
26
  - - ">="
25
27
  - !ruby/object:Gem::Version
26
- version: '6'
28
+ version: '7.0'
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '9.0'
27
32
  - !ruby/object:Gem::Dependency
28
33
  name: railties
29
34
  requirement: !ruby/object:Gem::Requirement
30
35
  requirements:
31
36
  - - ">="
32
37
  - !ruby/object:Gem::Version
33
- version: '6'
38
+ version: '7.0'
39
+ - - "<"
40
+ - !ruby/object:Gem::Version
41
+ version: '9.0'
34
42
  type: :runtime
35
43
  prerelease: false
36
44
  version_requirements: !ruby/object:Gem::Requirement
37
45
  requirements:
38
46
  - - ">="
39
47
  - !ruby/object:Gem::Version
40
- version: '6'
41
- description:
48
+ version: '7.0'
49
+ - - "<"
50
+ - !ruby/object:Gem::Version
51
+ version: '9.0'
42
52
  email:
43
53
  - joel@developwithstyle.com
44
54
  executables: []
@@ -46,9 +56,11 @@ extensions: []
46
56
  extra_rdoc_files: []
47
57
  files:
48
58
  - ".autotest"
59
+ - ".github/workflows/main.yml"
49
60
  - ".gitignore"
50
61
  - ".rubocop.yml"
51
- - ".travis.yml"
62
+ - ".ruby-version"
63
+ - Appraisals
52
64
  - CODE_OF_CONDUCT.md
53
65
  - Gemfile
54
66
  - Gemfile.lock
@@ -56,6 +68,12 @@ files:
56
68
  - README.md
57
69
  - Rakefile
58
70
  - config.ru
71
+ - gemfiles/rails_7.1.gemfile
72
+ - gemfiles/rails_7.1.gemfile.lock
73
+ - gemfiles/rails_7.2.gemfile
74
+ - gemfiles/rails_7.2.gemfile.lock
75
+ - gemfiles/rails_8.gemfile
76
+ - gemfiles/rails_8.gemfile.lock
59
77
  - lib/shreddies.rb
60
78
  - lib/shreddies/as_json.rb
61
79
  - lib/shreddies/engine.rb
@@ -70,7 +88,6 @@ metadata:
70
88
  source_code_uri: https://github.com/joelmoss/shreddies
71
89
  changelog_uri: https://github.com/joelmoss/shreddies/releases
72
90
  rubygems_mfa_required: 'true'
73
- post_install_message:
74
91
  rdoc_options: []
75
92
  require_paths:
76
93
  - lib
@@ -78,15 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
95
  requirements:
79
96
  - - ">="
80
97
  - !ruby/object:Gem::Version
81
- version: 2.7.0
98
+ version: 3.2.0
82
99
  required_rubygems_version: !ruby/object:Gem::Requirement
83
100
  requirements:
84
101
  - - ">="
85
102
  - !ruby/object:Gem::Version
86
103
  version: '0'
87
104
  requirements: []
88
- rubygems_version: 3.3.7
89
- signing_key:
105
+ rubygems_version: 3.6.5
90
106
  specification_version: 4
91
107
  summary: Stupid simple Rails model and object serializer
92
108
  test_files: []
data/.travis.yml DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.7.1
6
- before_install: gem install bundler -v 2.1.4