refrigerator 1.7.0 → 1.8.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: 0ec4ac4fdeacadbb5371cab7134b3c0e056e001b985f0c7b5659019c2284f4b4
4
+ data.tar.gz: '0582addf4226b0f81030f29c1976c9f9635b9c5e02909e52fef9b1ed3227bc6a'
5
5
  SHA512:
6
- metadata.gz: 8131fed6b085b677c702f022cfc8528b6adade9072c6930ff93a7766508c8817bacccdcc4b7bbd74f2d7bf59b9d19106f6455ddfbabad5431ccc046825d4ba33
7
- data.tar.gz: 0db52e33ce0b77384f29658a404f8b5704db47d226db69972249767e40a75d44b127f1e87af64a7bcd8943e5d470f0d91cbd8055cf518873e86f606c41878e64
6
+ metadata.gz: f55265e2f457ded7cdb85fcbc1d59e6745177fd902c8b9c4f514ad0709b61fd37d66640962f5f3b95deeb5562c80cc40b714dab41ba0dc6a26e09e35419ebb8b
7
+ data.tar.gz: aa81bcfb89ec9bd264808953c504d2db14e3693b0f36c0df0c23290bc78941cba5108746327be23b5a1b795dad6919c2136d5526080ed70018cd233a9cb4cff6
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
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
+
1
7
  === 1.7.0 (2023-12-28)
2
8
 
3
9
  * Support new classes and modules in Ruby 3.3 (jeremyevans)
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
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
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.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-12-28 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
@@ -73,6 +72,7 @@ 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
76
  homepage: http://github.com/jeremyevans/ruby-refrigerator
77
77
  licenses:
78
78
  - MIT
@@ -81,7 +81,6 @@ metadata:
81
81
  changelog_uri: https://github.com/jeremyevans/ruby-refrigerator/blob/master/CHANGELOG
82
82
  mailing_list_uri: https://github.com/jeremyevans/ruby-refrigerator/discussions
83
83
  source_code_uri: https://github.com/jeremyevans/ruby-refrigerator
84
- post_install_message:
85
84
  rdoc_options:
86
85
  - "--quiet"
87
86
  - "--line-numbers"
@@ -103,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
102
  - !ruby/object:Gem::Version
104
103
  version: '0'
105
104
  requirements: []
106
- rubygems_version: 3.5.3
107
- signing_key:
105
+ rubygems_version: 3.6.2
108
106
  specification_version: 4
109
107
  summary: Freeze all core ruby classes
110
108
  test_files: []