refrigerator 1.7.0 → 1.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e645bc07db00dcc7dd2a16f9c79782db7839de213049a6d761ec6b2dc2e71685
4
- data.tar.gz: 4f0065d0db1481e4392bca749faa996277e2e130a3171e4879c546c9f2b9b44f
3
+ metadata.gz: '07393b98c1a7ec2c72c81c1e035faf02cb08d82fe04b75b6aeac7d5a0bebbfbb'
4
+ data.tar.gz: 83f794be366e0a9e1a82441e7596ca233771da19c1719e56ec3527ec96541aff
5
5
  SHA512:
6
- metadata.gz: 8131fed6b085b677c702f022cfc8528b6adade9072c6930ff93a7766508c8817bacccdcc4b7bbd74f2d7bf59b9d19106f6455ddfbabad5431ccc046825d4ba33
7
- data.tar.gz: 0db52e33ce0b77384f29658a404f8b5704db47d226db69972249767e40a75d44b127f1e87af64a7bcd8943e5d470f0d91cbd8055cf518873e86f606c41878e64
6
+ metadata.gz: 96cb9916787973cba6409f3f77b97afb10074b781b988890e32160dff760f3da83e99cba52e3188e00fd4426454eb56374f4b51929846390a7cecbff0afe3033
7
+ data.tar.gz: 3131b6c126231b9426db57249f7733f5ea9c29326e77ec591edc028d91ea8448a7c2e21f1dfbbd100d532920532a864ecf74254272ef587281a0e93724da1c7e
data/CHANGELOG CHANGED
@@ -1,3 +1,13 @@
1
+ === 1.9.0 (2026-03-15)
2
+
3
+ * Support new classes and modules in Ruby 4.0 (jeremyevans)
4
+
5
+ === 1.8.0 (2024-12-28)
6
+
7
+ * Support new classes and modules in Ruby 3.4 (jeremyevans)
8
+
9
+ * Remove freezing of Gem::SpecificGemNotFoundException in Ruby 3.3 (jeremyevans)
10
+
1
11
  === 1.7.0 (2023-12-28)
2
12
 
3
13
  * Support new classes and modules in Ruby 3.3 (jeremyevans)
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2023 Jeremy Evans
1
+ Copyright (c) 2017-2026 Jeremy Evans and contributors
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ end
20
20
 
21
21
  desc "Run specs"
22
22
  task :spec do
23
- sh "#{FileUtils::RUBY} #{"-w" if RUBY_VERSION >= '3'} test/refrigerator_test.rb"
23
+ sh "#{FileUtils::RUBY} #{"-w" if RUBY_VERSION >= '3'} #{'-W:strict_unused_block' if RUBY_VERSION >= '3.4'} test/refrigerator_test.rb"
24
24
  end
25
25
 
26
26
  task :default => :spec
@@ -33,27 +33,24 @@ end
33
33
 
34
34
  ### RDoc
35
35
 
36
- RDOC_DEFAULT_OPTS = ["--quiet", "--line-numbers", "--inline-source", '--title', 'Refrigerator: Freeze core ruby classes']
36
+ desc "Generate rdoc"
37
+ task :rdoc do
38
+ rdoc_dir = "rdoc"
39
+ rdoc_opts = ["--line-numbers", "--inline-source", '--title', 'Refrigerator: Freeze core ruby classes']
37
40
 
38
- begin
39
- gem 'rdoc'
40
- gem 'hanna'
41
- RDOC_DEFAULT_OPTS.concat(['-f', 'hanna'])
42
- rescue Gem::LoadError
43
- end
41
+ begin
42
+ gem 'hanna'
43
+ rdoc_opts.concat(['-f', 'hanna'])
44
+ rescue Gem::LoadError
45
+ end
44
46
 
45
- rdoc_task_class = begin
46
- require "rdoc/task"
47
- RDoc::Task
48
- rescue LoadError
49
- require "rake/rdoctask"
50
- Rake::RDocTask
51
- end
47
+ rdoc_opts.concat(['--main', 'README.rdoc', "-o", rdoc_dir] +
48
+ %w"README.rdoc CHANGELOG MIT-LICENSE" +
49
+ Dir["lib/**/*.rb"]
50
+ )
52
51
 
53
- RDOC_OPTS = RDOC_DEFAULT_OPTS + ['--main', 'README.rdoc']
52
+ FileUtils.rm_rf(rdoc_dir)
54
53
 
55
- rdoc_task_class.new do |rdoc|
56
- rdoc.rdoc_dir = "rdoc"
57
- rdoc.options += RDOC_OPTS
58
- rdoc.rdoc_files.add %w"README.rdoc CHANGELOG MIT-LICENSE lib/**/*.rb"
54
+ require "rdoc"
55
+ RDoc::RDoc.new.document(rdoc_opts)
59
56
  end
data/module_names/33.txt CHANGED
@@ -191,7 +191,6 @@ Gem::Requirement::BadRequirementError
191
191
  Gem::RubyVersionMismatch
192
192
  Gem::RuntimeRequirementNotMetError
193
193
  Gem::SourceFetchProblem
194
- Gem::SpecificGemNotFoundException
195
194
  Gem::Specification
196
195
  Gem::StubSpecification
197
196
  Gem::StubSpecification::StubLine
@@ -0,0 +1,318 @@
1
+ ARGF.class
2
+ ArgumentError
3
+ Array
4
+ BasicObject
5
+ Binding
6
+ Class
7
+ ClosedQueueError
8
+ Comparable
9
+ Complex
10
+ Data
11
+ DidYouMean
12
+ DidYouMean::ClassNameChecker
13
+ DidYouMean::Correctable
14
+ DidYouMean::Formatter
15
+ DidYouMean::Jaro
16
+ DidYouMean::JaroWinkler
17
+ DidYouMean::KeyErrorChecker
18
+ DidYouMean::Levenshtein
19
+ DidYouMean::MethodNameChecker
20
+ DidYouMean::NullChecker
21
+ DidYouMean::PatternKeyNameChecker
22
+ DidYouMean::RequirePathChecker
23
+ DidYouMean::SpellChecker
24
+ DidYouMean::TreeSpellChecker
25
+ DidYouMean::VariableNameChecker
26
+ Dir
27
+ EOFError
28
+ Encoding
29
+ Encoding::CompatibilityError
30
+ Encoding::Converter
31
+ Encoding::ConverterNotFoundError
32
+ Encoding::InvalidByteSequenceError
33
+ Encoding::UndefinedConversionError
34
+ EncodingError
35
+ Enumerable
36
+ Enumerator
37
+ Enumerator::ArithmeticSequence
38
+ Enumerator::Chain
39
+ Enumerator::Generator
40
+ Enumerator::Lazy
41
+ Enumerator::Producer
42
+ Enumerator::Product
43
+ Enumerator::Yielder
44
+ Errno
45
+ Errno::E2BIG
46
+ Errno::EACCES
47
+ Errno::EADDRINUSE
48
+ Errno::EADDRNOTAVAIL
49
+ Errno::EAFNOSUPPORT
50
+ Errno::EAGAIN
51
+ Errno::EALREADY
52
+ Errno::EAUTH
53
+ Errno::EBADF
54
+ Errno::EBADMSG
55
+ Errno::EBADRPC
56
+ Errno::EBUSY
57
+ Errno::ECANCELED
58
+ Errno::ECHILD
59
+ Errno::ECONNABORTED
60
+ Errno::ECONNREFUSED
61
+ Errno::ECONNRESET
62
+ Errno::EDEADLK
63
+ Errno::EDESTADDRREQ
64
+ Errno::EDOM
65
+ Errno::EDQUOT
66
+ Errno::EEXIST
67
+ Errno::EFAULT
68
+ Errno::EFBIG
69
+ Errno::EFTYPE
70
+ Errno::EHOSTDOWN
71
+ Errno::EHOSTUNREACH
72
+ Errno::EIDRM
73
+ Errno::EILSEQ
74
+ Errno::EINPROGRESS
75
+ Errno::EINTR
76
+ Errno::EINVAL
77
+ Errno::EIO
78
+ Errno::EIPSEC
79
+ Errno::EISCONN
80
+ Errno::EISDIR
81
+ Errno::ELOOP
82
+ Errno::EMEDIUMTYPE
83
+ Errno::EMFILE
84
+ Errno::EMLINK
85
+ Errno::EMSGSIZE
86
+ Errno::ENAMETOOLONG
87
+ Errno::ENEEDAUTH
88
+ Errno::ENETDOWN
89
+ Errno::ENETRESET
90
+ Errno::ENETUNREACH
91
+ Errno::ENFILE
92
+ Errno::ENOATTR
93
+ Errno::ENOBUFS
94
+ Errno::ENODEV
95
+ Errno::ENOENT
96
+ Errno::ENOEXEC
97
+ Errno::ENOLCK
98
+ Errno::ENOMEDIUM
99
+ Errno::ENOMEM
100
+ Errno::ENOMSG
101
+ Errno::ENOPROTOOPT
102
+ Errno::ENOSPC
103
+ Errno::ENOSYS
104
+ Errno::ENOTBLK
105
+ Errno::ENOTCONN
106
+ Errno::ENOTDIR
107
+ Errno::ENOTEMPTY
108
+ Errno::ENOTRECOVERABLE
109
+ Errno::ENOTSOCK
110
+ Errno::ENOTSUP
111
+ Errno::ENOTTY
112
+ Errno::ENXIO
113
+ Errno::EOPNOTSUPP
114
+ Errno::EOVERFLOW
115
+ Errno::EOWNERDEAD
116
+ Errno::EPERM
117
+ Errno::EPFNOSUPPORT
118
+ Errno::EPIPE
119
+ Errno::EPROCLIM
120
+ Errno::EPROCUNAVAIL
121
+ Errno::EPROGMISMATCH
122
+ Errno::EPROGUNAVAIL
123
+ Errno::EPROTO
124
+ Errno::EPROTONOSUPPORT
125
+ Errno::EPROTOTYPE
126
+ Errno::ERANGE
127
+ Errno::EREMOTE
128
+ Errno::EROFS
129
+ Errno::ERPCMISMATCH
130
+ Errno::ESHUTDOWN
131
+ Errno::ESOCKTNOSUPPORT
132
+ Errno::ESPIPE
133
+ Errno::ESRCH
134
+ Errno::ESTALE
135
+ Errno::ETIMEDOUT
136
+ Errno::ETOOMANYREFS
137
+ Errno::ETXTBSY
138
+ Errno::EUSERS
139
+ Errno::EXDEV
140
+ Errno::NOERROR
141
+ ErrorHighlight
142
+ ErrorHighlight::CoreExt
143
+ ErrorHighlight::DefaultFormatter
144
+ Exception
145
+ FalseClass
146
+ Fiber
147
+ FiberError
148
+ File
149
+ File::Constants
150
+ File::Stat
151
+ FileTest
152
+ Float
153
+ FloatDomainError
154
+ FrozenError
155
+ GC
156
+ GC::Profiler
157
+ Gem
158
+ Gem::BUNDLED_GEMS
159
+ Gem::BasicSpecification
160
+ Gem::CommandLineError
161
+ Gem::ConflictError
162
+ Gem::Dependency
163
+ Gem::DependencyError
164
+ Gem::DependencyRemovalException
165
+ Gem::DependencyResolutionError
166
+ Gem::Deprecate
167
+ Gem::DocumentError
168
+ Gem::EndOfYAMLException
169
+ Gem::ErrorReason
170
+ Gem::Exception
171
+ Gem::FilePermissionError
172
+ Gem::FormatException
173
+ Gem::GemNotFoundException
174
+ Gem::GemNotInHomeException
175
+ Gem::ImpossibleDependenciesError
176
+ Gem::InstallError
177
+ Gem::InvalidSpecificationException
178
+ Gem::LoadError
179
+ Gem::MissingSpecError
180
+ Gem::MissingSpecVersionError
181
+ Gem::OperationNotSupportedError
182
+ Gem::PathSupport
183
+ Gem::Platform
184
+ Gem::PlatformMismatch
185
+ Gem::RemoteError
186
+ Gem::RemoteInstallationCancelled
187
+ Gem::RemoteInstallationSkipped
188
+ Gem::RemoteSourceException
189
+ Gem::Requirement
190
+ Gem::Requirement::BadRequirementError
191
+ Gem::RubyVersionMismatch
192
+ Gem::RuntimeRequirementNotMetError
193
+ Gem::SourceFetchProblem
194
+ Gem::Specification
195
+ Gem::SpecificationRecord
196
+ Gem::StubSpecification
197
+ Gem::StubSpecification::StubLine
198
+ Gem::SystemExitException
199
+ Gem::TargetRbConfig
200
+ Gem::UninstallError
201
+ Gem::UnknownCommandError
202
+ Gem::UnknownCommandSpellChecker
203
+ Gem::UnsatisfiableDependencyError
204
+ Gem::Util
205
+ Gem::VerificationError
206
+ Gem::Version
207
+ Gem::WebauthnVerificationError
208
+ Hash
209
+ IO
210
+ IO::Buffer
211
+ IO::Buffer::AccessError
212
+ IO::Buffer::AllocationError
213
+ IO::Buffer::InvalidatedError
214
+ IO::Buffer::LockedError
215
+ IO::Buffer::MaskError
216
+ IO::EAGAINWaitReadable
217
+ IO::EAGAINWaitWritable
218
+ IO::EINPROGRESSWaitReadable
219
+ IO::EINPROGRESSWaitWritable
220
+ IO::TimeoutError
221
+ IO::WaitReadable
222
+ IO::WaitWritable
223
+ IOError
224
+ IndexError
225
+ Integer
226
+ Interrupt
227
+ Kernel
228
+ KeyError
229
+ LoadError
230
+ LocalJumpError
231
+ Marshal
232
+ MatchData
233
+ Math
234
+ Math::DomainError
235
+ Method
236
+ Module
237
+ Monitor
238
+ MonitorMixin
239
+ MonitorMixin::ConditionVariable
240
+ NameError
241
+ NilClass
242
+ NoMatchingPatternError
243
+ NoMatchingPatternKeyError
244
+ NoMemoryError
245
+ NoMethodError
246
+ NotImplementedError
247
+ Numeric
248
+ Object
249
+ ObjectSpace
250
+ ObjectSpace::WeakKeyMap
251
+ ObjectSpace::WeakMap
252
+ Proc
253
+ Process
254
+ Process::GID
255
+ Process::Status
256
+ Process::Sys
257
+ Process::Tms
258
+ Process::UID
259
+ Process::Waiter
260
+ Ractor
261
+ Ractor::ClosedError
262
+ Ractor::Error
263
+ Ractor::IsolationError
264
+ Ractor::MovedError
265
+ Ractor::MovedObject
266
+ Ractor::RemoteError
267
+ Ractor::UnsafeError
268
+ Random
269
+ Random::Base
270
+ Random::Formatter
271
+ Range
272
+ RangeError
273
+ Rational
274
+ RbConfig
275
+ Refinement
276
+ Regexp
277
+ Regexp::TimeoutError
278
+ RegexpError
279
+ RubyVM
280
+ RubyVM::AbstractSyntaxTree
281
+ RubyVM::AbstractSyntaxTree::Location
282
+ RubyVM::AbstractSyntaxTree::Node
283
+ RubyVM::InstructionSequence
284
+ RubyVM::RJIT
285
+ RubyVM::YJIT
286
+ RuntimeError
287
+ ScriptError
288
+ SecurityError
289
+ Signal
290
+ SignalException
291
+ StandardError
292
+ StopIteration
293
+ String
294
+ Struct
295
+ Symbol
296
+ SyntaxError
297
+ SyntaxSuggest
298
+ SystemCallError
299
+ SystemExit
300
+ SystemStackError
301
+ Thread
302
+ Thread::Backtrace
303
+ Thread::Backtrace::Location
304
+ Thread::ConditionVariable
305
+ Thread::Mutex
306
+ Thread::Queue
307
+ Thread::SizedQueue
308
+ ThreadError
309
+ ThreadGroup
310
+ Time
311
+ TracePoint
312
+ TrueClass
313
+ TypeError
314
+ UnboundMethod
315
+ UncaughtThrowError
316
+ UnicodeNormalize
317
+ Warning
318
+ ZeroDivisionError
@@ -0,0 +1,325 @@
1
+ ARGF.class
2
+ ArgumentError
3
+ Array
4
+ BasicObject
5
+ Binding
6
+ Class
7
+ ClosedQueueError
8
+ Comparable
9
+ Complex
10
+ Data
11
+ DidYouMean
12
+ DidYouMean::ClassNameChecker
13
+ DidYouMean::Correctable
14
+ DidYouMean::Formatter
15
+ DidYouMean::Jaro
16
+ DidYouMean::JaroWinkler
17
+ DidYouMean::KeyErrorChecker
18
+ DidYouMean::Levenshtein
19
+ DidYouMean::MethodNameChecker
20
+ DidYouMean::NullChecker
21
+ DidYouMean::PatternKeyNameChecker
22
+ DidYouMean::RequirePathChecker
23
+ DidYouMean::SpellChecker
24
+ DidYouMean::TreeSpellChecker
25
+ DidYouMean::VariableNameChecker
26
+ Dir
27
+ EOFError
28
+ Encoding
29
+ Encoding::CompatibilityError
30
+ Encoding::Converter
31
+ Encoding::ConverterNotFoundError
32
+ Encoding::InvalidByteSequenceError
33
+ Encoding::UndefinedConversionError
34
+ EncodingError
35
+ Enumerable
36
+ Enumerator
37
+ Enumerator::ArithmeticSequence
38
+ Enumerator::Chain
39
+ Enumerator::Generator
40
+ Enumerator::Lazy
41
+ Enumerator::Producer
42
+ Enumerator::Product
43
+ Enumerator::Yielder
44
+ Errno
45
+ Errno::E2BIG
46
+ Errno::EACCES
47
+ Errno::EADDRINUSE
48
+ Errno::EADDRNOTAVAIL
49
+ Errno::EAFNOSUPPORT
50
+ Errno::EAGAIN
51
+ Errno::EALREADY
52
+ Errno::EAUTH
53
+ Errno::EBADF
54
+ Errno::EBADMSG
55
+ Errno::EBADRPC
56
+ Errno::EBUSY
57
+ Errno::ECANCELED
58
+ Errno::ECHILD
59
+ Errno::ECONNABORTED
60
+ Errno::ECONNREFUSED
61
+ Errno::ECONNRESET
62
+ Errno::EDEADLK
63
+ Errno::EDESTADDRREQ
64
+ Errno::EDOM
65
+ Errno::EDQUOT
66
+ Errno::EEXIST
67
+ Errno::EFAULT
68
+ Errno::EFBIG
69
+ Errno::EFTYPE
70
+ Errno::EHOSTDOWN
71
+ Errno::EHOSTUNREACH
72
+ Errno::EIDRM
73
+ Errno::EILSEQ
74
+ Errno::EINPROGRESS
75
+ Errno::EINTR
76
+ Errno::EINVAL
77
+ Errno::EIO
78
+ Errno::EIPSEC
79
+ Errno::EISCONN
80
+ Errno::EISDIR
81
+ Errno::ELOOP
82
+ Errno::EMEDIUMTYPE
83
+ Errno::EMFILE
84
+ Errno::EMLINK
85
+ Errno::EMSGSIZE
86
+ Errno::ENAMETOOLONG
87
+ Errno::ENEEDAUTH
88
+ Errno::ENETDOWN
89
+ Errno::ENETRESET
90
+ Errno::ENETUNREACH
91
+ Errno::ENFILE
92
+ Errno::ENOATTR
93
+ Errno::ENOBUFS
94
+ Errno::ENODEV
95
+ Errno::ENOENT
96
+ Errno::ENOEXEC
97
+ Errno::ENOLCK
98
+ Errno::ENOMEDIUM
99
+ Errno::ENOMEM
100
+ Errno::ENOMSG
101
+ Errno::ENOPROTOOPT
102
+ Errno::ENOSPC
103
+ Errno::ENOSYS
104
+ Errno::ENOTBLK
105
+ Errno::ENOTCONN
106
+ Errno::ENOTDIR
107
+ Errno::ENOTEMPTY
108
+ Errno::ENOTRECOVERABLE
109
+ Errno::ENOTSOCK
110
+ Errno::ENOTSUP
111
+ Errno::ENOTTY
112
+ Errno::ENXIO
113
+ Errno::EOPNOTSUPP
114
+ Errno::EOVERFLOW
115
+ Errno::EOWNERDEAD
116
+ Errno::EPERM
117
+ Errno::EPFNOSUPPORT
118
+ Errno::EPIPE
119
+ Errno::EPROCLIM
120
+ Errno::EPROCUNAVAIL
121
+ Errno::EPROGMISMATCH
122
+ Errno::EPROGUNAVAIL
123
+ Errno::EPROTO
124
+ Errno::EPROTONOSUPPORT
125
+ Errno::EPROTOTYPE
126
+ Errno::ERANGE
127
+ Errno::EREMOTE
128
+ Errno::EROFS
129
+ Errno::ERPCMISMATCH
130
+ Errno::ESHUTDOWN
131
+ Errno::ESOCKTNOSUPPORT
132
+ Errno::ESPIPE
133
+ Errno::ESRCH
134
+ Errno::ESTALE
135
+ Errno::ETIMEDOUT
136
+ Errno::ETOOMANYREFS
137
+ Errno::ETXTBSY
138
+ Errno::EUSERS
139
+ Errno::EXDEV
140
+ Errno::NOERROR
141
+ ErrorHighlight
142
+ ErrorHighlight::CoreExt
143
+ ErrorHighlight::DefaultFormatter
144
+ Exception
145
+ FalseClass
146
+ Fiber
147
+ FiberError
148
+ File
149
+ File::Constants
150
+ File::Stat
151
+ FileTest
152
+ Float
153
+ FloatDomainError
154
+ FrozenError
155
+ GC
156
+ GC::Profiler
157
+ Gem
158
+ Gem::BUNDLED_GEMS
159
+ Gem::BasicSpecification
160
+ Gem::CommandLineError
161
+ Gem::ConflictError
162
+ Gem::Dependency
163
+ Gem::DependencyError
164
+ Gem::DependencyRemovalException
165
+ Gem::DependencyResolutionError
166
+ Gem::Deprecate
167
+ Gem::DocumentError
168
+ Gem::EndOfYAMLException
169
+ Gem::ErrorReason
170
+ Gem::Exception
171
+ Gem::FilePermissionError
172
+ Gem::FormatException
173
+ Gem::GemNotFoundException
174
+ Gem::GemNotInHomeException
175
+ Gem::ImpossibleDependenciesError
176
+ Gem::InstallError
177
+ Gem::InvalidSpecificationException
178
+ Gem::LoadError
179
+ Gem::MissingSpecError
180
+ Gem::MissingSpecVersionError
181
+ Gem::OperationNotSupportedError
182
+ Gem::PathSupport
183
+ Gem::Platform
184
+ Gem::PlatformMismatch
185
+ Gem::RemoteError
186
+ Gem::RemoteInstallationCancelled
187
+ Gem::RemoteInstallationSkipped
188
+ Gem::RemoteSourceException
189
+ Gem::Requirement
190
+ Gem::Requirement::BadRequirementError
191
+ Gem::RubyVersionMismatch
192
+ Gem::RuntimeRequirementNotMetError
193
+ Gem::SourceFetchProblem
194
+ Gem::Specification
195
+ Gem::SpecificationRecord
196
+ Gem::StubSpecification
197
+ Gem::StubSpecification::StubLine
198
+ Gem::SystemExitException
199
+ Gem::TargetRbConfig
200
+ Gem::UninstallError
201
+ Gem::UnknownCommandError
202
+ Gem::UnknownCommandSpellChecker
203
+ Gem::UnsatisfiableDependencyError
204
+ Gem::Util
205
+ Gem::VerificationError
206
+ Gem::Version
207
+ Gem::WebauthnVerificationError
208
+ Hash
209
+ IO
210
+ IO::Buffer
211
+ IO::Buffer::AccessError
212
+ IO::Buffer::AllocationError
213
+ IO::Buffer::InvalidatedError
214
+ IO::Buffer::LockedError
215
+ IO::Buffer::MaskError
216
+ IO::EAGAINWaitReadable
217
+ IO::EAGAINWaitWritable
218
+ IO::EINPROGRESSWaitReadable
219
+ IO::EINPROGRESSWaitWritable
220
+ IO::TimeoutError
221
+ IO::WaitReadable
222
+ IO::WaitWritable
223
+ IOError
224
+ IndexError
225
+ Integer
226
+ Interrupt
227
+ Kernel
228
+ KeyError
229
+ LoadError
230
+ LocalJumpError
231
+ Marshal
232
+ MatchData
233
+ Math
234
+ Math::DomainError
235
+ Method
236
+ Module
237
+ Monitor
238
+ MonitorMixin
239
+ MonitorMixin::ConditionVariable
240
+ NameError
241
+ NilClass
242
+ NoMatchingPatternError
243
+ NoMatchingPatternKeyError
244
+ NoMemoryError
245
+ NoMethodError
246
+ NotImplementedError
247
+ Numeric
248
+ Object
249
+ ObjectSpace
250
+ ObjectSpace::WeakKeyMap
251
+ ObjectSpace::WeakMap
252
+ Pathname
253
+ Proc
254
+ Process
255
+ Process::GID
256
+ Process::Status
257
+ Process::Sys
258
+ Process::Tms
259
+ Process::UID
260
+ Process::Waiter
261
+ Ractor
262
+ Ractor::ClosedError
263
+ Ractor::Error
264
+ Ractor::IsolationError
265
+ Ractor::MovedError
266
+ Ractor::MovedObject
267
+ Ractor::Port
268
+ Ractor::RemoteError
269
+ Ractor::UnsafeError
270
+ Random
271
+ Random::Base
272
+ Random::Formatter
273
+ Range
274
+ RangeError
275
+ Rational
276
+ RbConfig
277
+ Refinement
278
+ Regexp
279
+ Regexp::TimeoutError
280
+ RegexpError
281
+ Ruby
282
+ Ruby::Box
283
+ Ruby::Box::Entry
284
+ Ruby::Box::Loader
285
+ RubyVM
286
+ RubyVM::AbstractSyntaxTree
287
+ RubyVM::AbstractSyntaxTree::Location
288
+ RubyVM::AbstractSyntaxTree::Node
289
+ RubyVM::InstructionSequence
290
+ RubyVM::YJIT
291
+ RuntimeError
292
+ ScriptError
293
+ SecurityError
294
+ Set
295
+ Set::CoreSet
296
+ Signal
297
+ SignalException
298
+ StandardError
299
+ StopIteration
300
+ String
301
+ Struct
302
+ Symbol
303
+ SyntaxError
304
+ SyntaxSuggest
305
+ SystemCallError
306
+ SystemExit
307
+ SystemStackError
308
+ Thread
309
+ Thread::Backtrace
310
+ Thread::Backtrace::Location
311
+ Thread::ConditionVariable
312
+ Thread::Mutex
313
+ Thread::Queue
314
+ Thread::SizedQueue
315
+ ThreadError
316
+ ThreadGroup
317
+ Time
318
+ TracePoint
319
+ TrueClass
320
+ TypeError
321
+ UnboundMethod
322
+ UncaughtThrowError
323
+ UnicodeNormalize
324
+ Warning
325
+ ZeroDivisionError
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refrigerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Evans
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: minitest
@@ -49,9 +48,9 @@ executables:
49
48
  - check_require
50
49
  extensions: []
51
50
  extra_rdoc_files:
52
- - README.rdoc
53
51
  - CHANGELOG
54
52
  - MIT-LICENSE
53
+ - README.rdoc
55
54
  files:
56
55
  - CHANGELOG
57
56
  - MIT-LICENSE
@@ -73,6 +72,8 @@ files:
73
72
  - module_names/31.txt
74
73
  - module_names/32.txt
75
74
  - module_names/33.txt
75
+ - module_names/34.txt
76
+ - module_names/40.txt
76
77
  homepage: http://github.com/jeremyevans/ruby-refrigerator
77
78
  licenses:
78
79
  - MIT
@@ -81,7 +82,6 @@ metadata:
81
82
  changelog_uri: https://github.com/jeremyevans/ruby-refrigerator/blob/master/CHANGELOG
82
83
  mailing_list_uri: https://github.com/jeremyevans/ruby-refrigerator/discussions
83
84
  source_code_uri: https://github.com/jeremyevans/ruby-refrigerator
84
- post_install_message:
85
85
  rdoc_options:
86
86
  - "--quiet"
87
87
  - "--line-numbers"
@@ -103,8 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  requirements: []
106
- rubygems_version: 3.5.3
107
- signing_key:
106
+ rubygems_version: 4.0.3
108
107
  specification_version: 4
109
108
  summary: Freeze all core ruby classes
110
109
  test_files: []