refrigerator 1.6.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7891017c6700bdd25f85f5c1f2fb66de254d3253fd4aacc3474c1ad42c97605f
4
- data.tar.gz: b73461d0fbea99daef64397b894fde1e78b336852a3342410339bc6ca839cf79
3
+ metadata.gz: 0ec4ac4fdeacadbb5371cab7134b3c0e056e001b985f0c7b5659019c2284f4b4
4
+ data.tar.gz: '0582addf4226b0f81030f29c1976c9f9635b9c5e02909e52fef9b1ed3227bc6a'
5
5
  SHA512:
6
- metadata.gz: 62067a87a7cafd4187679a9bead94e76f018d7f552b1cd3eb0091ae482a3c366df723dc46b5c7357c316861947c1bb5752b875dd8626c9b7c4349d27adc5f224
7
- data.tar.gz: b31142a666e701a036f52d736dcb324fafec9c34ce2d8e6ce1bfd0a1bb052d141524169d6803ad5682d504191ec07115f66866d36285df668038037d3fab0a18
6
+ metadata.gz: f55265e2f457ded7cdb85fcbc1d59e6745177fd902c8b9c4f514ad0709b61fd37d66640962f5f3b95deeb5562c80cc40b714dab41ba0dc6a26e09e35419ebb8b
7
+ data.tar.gz: aa81bcfb89ec9bd264808953c504d2db14e3693b0f36c0df0c23290bc78941cba5108746327be23b5a1b795dad6919c2136d5526080ed70018cd233a9cb4cff6
data/CHANGELOG CHANGED
@@ -1,3 +1,13 @@
1
+ === 1.8.0 (2024-12-28)
2
+
3
+ * Support new classes and modules in Ruby 3.4 (jeremyevans)
4
+
5
+ * Remove freezing of Gem::SpecificGemNotFoundException in Ruby 3.3 (jeremyevans)
6
+
7
+ === 1.7.0 (2023-12-28)
8
+
9
+ * Support new classes and modules in Ruby 3.3 (jeremyevans)
10
+
1
11
  === 1.6.0 (2023-04-18)
2
12
 
3
13
  * Do not attempt to access deprecated, internal, or private modules or classes (jeremyevans) (#11)
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
@@ -37,7 +37,7 @@ RDOC_DEFAULT_OPTS = ["--quiet", "--line-numbers", "--inline-source", '--title',
37
37
 
38
38
  begin
39
39
  gem 'rdoc'
40
- gem 'hanna-nouveau'
40
+ gem 'hanna'
41
41
  RDOC_DEFAULT_OPTS.concat(['-f', 'hanna'])
42
42
  rescue Gem::LoadError
43
43
  end
@@ -0,0 +1,316 @@
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::ELAST
82
+ Errno::ELOOP
83
+ Errno::EMEDIUMTYPE
84
+ Errno::EMFILE
85
+ Errno::EMLINK
86
+ Errno::EMSGSIZE
87
+ Errno::ENAMETOOLONG
88
+ Errno::ENEEDAUTH
89
+ Errno::ENETDOWN
90
+ Errno::ENETRESET
91
+ Errno::ENETUNREACH
92
+ Errno::ENFILE
93
+ Errno::ENOATTR
94
+ Errno::ENOBUFS
95
+ Errno::ENODEV
96
+ Errno::ENOENT
97
+ Errno::ENOEXEC
98
+ Errno::ENOLCK
99
+ Errno::ENOMEDIUM
100
+ Errno::ENOMEM
101
+ Errno::ENOMSG
102
+ Errno::ENOPROTOOPT
103
+ Errno::ENOSPC
104
+ Errno::ENOSYS
105
+ Errno::ENOTBLK
106
+ Errno::ENOTCONN
107
+ Errno::ENOTDIR
108
+ Errno::ENOTEMPTY
109
+ Errno::ENOTRECOVERABLE
110
+ Errno::ENOTSOCK
111
+ Errno::ENOTSUP
112
+ Errno::ENOTTY
113
+ Errno::ENXIO
114
+ Errno::EOPNOTSUPP
115
+ Errno::EOVERFLOW
116
+ Errno::EOWNERDEAD
117
+ Errno::EPERM
118
+ Errno::EPFNOSUPPORT
119
+ Errno::EPIPE
120
+ Errno::EPROCLIM
121
+ Errno::EPROCUNAVAIL
122
+ Errno::EPROGMISMATCH
123
+ Errno::EPROGUNAVAIL
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::StubSpecification
196
+ Gem::StubSpecification::StubLine
197
+ Gem::SystemExitException
198
+ Gem::UninstallError
199
+ Gem::UnknownCommandError
200
+ Gem::UnknownCommandSpellChecker
201
+ Gem::UnsatisfiableDependencyError
202
+ Gem::Util
203
+ Gem::VerificationError
204
+ Gem::Version
205
+ Gem::WebauthnVerificationError
206
+ Hash
207
+ IO
208
+ IO::Buffer
209
+ IO::Buffer::AccessError
210
+ IO::Buffer::AllocationError
211
+ IO::Buffer::InvalidatedError
212
+ IO::Buffer::LockedError
213
+ IO::Buffer::MaskError
214
+ IO::EAGAINWaitReadable
215
+ IO::EAGAINWaitWritable
216
+ IO::EINPROGRESSWaitReadable
217
+ IO::EINPROGRESSWaitWritable
218
+ IO::TimeoutError
219
+ IO::WaitReadable
220
+ IO::WaitWritable
221
+ IOError
222
+ IndexError
223
+ Integer
224
+ Interrupt
225
+ Kernel
226
+ KeyError
227
+ LoadError
228
+ LocalJumpError
229
+ Marshal
230
+ MatchData
231
+ Math
232
+ Math::DomainError
233
+ Method
234
+ Module
235
+ Monitor
236
+ MonitorMixin
237
+ MonitorMixin::ConditionVariable
238
+ NameError
239
+ NilClass
240
+ NoMatchingPatternError
241
+ NoMatchingPatternKeyError
242
+ NoMemoryError
243
+ NoMethodError
244
+ NotImplementedError
245
+ Numeric
246
+ Object
247
+ ObjectSpace
248
+ ObjectSpace::WeakKeyMap
249
+ ObjectSpace::WeakMap
250
+ Proc
251
+ Process
252
+ Process::GID
253
+ Process::Status
254
+ Process::Sys
255
+ Process::Tms
256
+ Process::UID
257
+ Process::Waiter
258
+ Ractor
259
+ Ractor::ClosedError
260
+ Ractor::Error
261
+ Ractor::IsolationError
262
+ Ractor::MovedError
263
+ Ractor::MovedObject
264
+ Ractor::RemoteError
265
+ Ractor::UnsafeError
266
+ Random
267
+ Random::Base
268
+ Random::Formatter
269
+ Range
270
+ RangeError
271
+ Rational
272
+ RbConfig
273
+ Refinement
274
+ Regexp
275
+ Regexp::TimeoutError
276
+ RegexpError
277
+ RubyVM
278
+ RubyVM::AbstractSyntaxTree
279
+ RubyVM::AbstractSyntaxTree::Node
280
+ RubyVM::InstructionSequence
281
+ RubyVM::RJIT
282
+ RubyVM::YJIT
283
+ RuntimeError
284
+ ScriptError
285
+ SecurityError
286
+ Signal
287
+ SignalException
288
+ StandardError
289
+ StopIteration
290
+ String
291
+ Struct
292
+ Symbol
293
+ SyntaxError
294
+ SyntaxSuggest
295
+ SyntaxSuggest::MiniStringIO
296
+ SystemCallError
297
+ SystemExit
298
+ SystemStackError
299
+ Thread
300
+ Thread::Backtrace
301
+ Thread::Backtrace::Location
302
+ Thread::ConditionVariable
303
+ Thread::Mutex
304
+ Thread::Queue
305
+ Thread::SizedQueue
306
+ ThreadError
307
+ ThreadGroup
308
+ Time
309
+ TracePoint
310
+ TrueClass
311
+ TypeError
312
+ UnboundMethod
313
+ UncaughtThrowError
314
+ UnicodeNormalize
315
+ Warning
316
+ ZeroDivisionError
@@ -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
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.6.0
4
+ version: 1.8.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-04-18 00:00:00.000000000 Z
10
+ date: 2024-12-28 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: minitest
@@ -72,6 +71,8 @@ files:
72
71
  - module_names/30.txt
73
72
  - module_names/31.txt
74
73
  - module_names/32.txt
74
+ - module_names/33.txt
75
+ - module_names/34.txt
75
76
  homepage: http://github.com/jeremyevans/ruby-refrigerator
76
77
  licenses:
77
78
  - MIT
@@ -80,7 +81,6 @@ metadata:
80
81
  changelog_uri: https://github.com/jeremyevans/ruby-refrigerator/blob/master/CHANGELOG
81
82
  mailing_list_uri: https://github.com/jeremyevans/ruby-refrigerator/discussions
82
83
  source_code_uri: https://github.com/jeremyevans/ruby-refrigerator
83
- post_install_message:
84
84
  rdoc_options:
85
85
  - "--quiet"
86
86
  - "--line-numbers"
@@ -102,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.4.10
106
- signing_key:
105
+ rubygems_version: 3.6.2
107
106
  specification_version: 4
108
107
  summary: Freeze all core ruby classes
109
108
  test_files: []