refrigerator 1.6.0 → 1.7.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +4 -0
  3. data/Rakefile +1 -1
  4. data/module_names/33.txt +317 -0
  5. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7891017c6700bdd25f85f5c1f2fb66de254d3253fd4aacc3474c1ad42c97605f
4
- data.tar.gz: b73461d0fbea99daef64397b894fde1e78b336852a3342410339bc6ca839cf79
3
+ metadata.gz: e645bc07db00dcc7dd2a16f9c79782db7839de213049a6d761ec6b2dc2e71685
4
+ data.tar.gz: 4f0065d0db1481e4392bca749faa996277e2e130a3171e4879c546c9f2b9b44f
5
5
  SHA512:
6
- metadata.gz: 62067a87a7cafd4187679a9bead94e76f018d7f552b1cd3eb0091ae482a3c366df723dc46b5c7357c316861947c1bb5752b875dd8626c9b7c4349d27adc5f224
7
- data.tar.gz: b31142a666e701a036f52d736dcb324fafec9c34ce2d8e6ce1bfd0a1bb052d141524169d6803ad5682d504191ec07115f66866d36285df668038037d3fab0a18
6
+ metadata.gz: 8131fed6b085b677c702f022cfc8528b6adade9072c6930ff93a7766508c8817bacccdcc4b7bbd74f2d7bf59b9d19106f6455ddfbabad5431ccc046825d4ba33
7
+ data.tar.gz: 0db52e33ce0b77384f29658a404f8b5704db47d226db69972249767e40a75d44b127f1e87af64a7bcd8943e5d470f0d91cbd8055cf518873e86f606c41878e64
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.7.0 (2023-12-28)
2
+
3
+ * Support new classes and modules in Ruby 3.3 (jeremyevans)
4
+
1
5
  === 1.6.0 (2023-04-18)
2
6
 
3
7
  * Do not attempt to access deprecated, internal, or private modules or classes (jeremyevans) (#11)
data/Rakefile CHANGED
@@ -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,317 @@
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::SpecificGemNotFoundException
195
+ Gem::Specification
196
+ Gem::StubSpecification
197
+ Gem::StubSpecification::StubLine
198
+ Gem::SystemExitException
199
+ Gem::UninstallError
200
+ Gem::UnknownCommandError
201
+ Gem::UnknownCommandSpellChecker
202
+ Gem::UnsatisfiableDependencyError
203
+ Gem::Util
204
+ Gem::VerificationError
205
+ Gem::Version
206
+ Gem::WebauthnVerificationError
207
+ Hash
208
+ IO
209
+ IO::Buffer
210
+ IO::Buffer::AccessError
211
+ IO::Buffer::AllocationError
212
+ IO::Buffer::InvalidatedError
213
+ IO::Buffer::LockedError
214
+ IO::Buffer::MaskError
215
+ IO::EAGAINWaitReadable
216
+ IO::EAGAINWaitWritable
217
+ IO::EINPROGRESSWaitReadable
218
+ IO::EINPROGRESSWaitWritable
219
+ IO::TimeoutError
220
+ IO::WaitReadable
221
+ IO::WaitWritable
222
+ IOError
223
+ IndexError
224
+ Integer
225
+ Interrupt
226
+ Kernel
227
+ KeyError
228
+ LoadError
229
+ LocalJumpError
230
+ Marshal
231
+ MatchData
232
+ Math
233
+ Math::DomainError
234
+ Method
235
+ Module
236
+ Monitor
237
+ MonitorMixin
238
+ MonitorMixin::ConditionVariable
239
+ NameError
240
+ NilClass
241
+ NoMatchingPatternError
242
+ NoMatchingPatternKeyError
243
+ NoMemoryError
244
+ NoMethodError
245
+ NotImplementedError
246
+ Numeric
247
+ Object
248
+ ObjectSpace
249
+ ObjectSpace::WeakKeyMap
250
+ ObjectSpace::WeakMap
251
+ Proc
252
+ Process
253
+ Process::GID
254
+ Process::Status
255
+ Process::Sys
256
+ Process::Tms
257
+ Process::UID
258
+ Process::Waiter
259
+ Ractor
260
+ Ractor::ClosedError
261
+ Ractor::Error
262
+ Ractor::IsolationError
263
+ Ractor::MovedError
264
+ Ractor::MovedObject
265
+ Ractor::RemoteError
266
+ Ractor::UnsafeError
267
+ Random
268
+ Random::Base
269
+ Random::Formatter
270
+ Range
271
+ RangeError
272
+ Rational
273
+ RbConfig
274
+ Refinement
275
+ Regexp
276
+ Regexp::TimeoutError
277
+ RegexpError
278
+ RubyVM
279
+ RubyVM::AbstractSyntaxTree
280
+ RubyVM::AbstractSyntaxTree::Node
281
+ RubyVM::InstructionSequence
282
+ RubyVM::RJIT
283
+ RubyVM::YJIT
284
+ RuntimeError
285
+ ScriptError
286
+ SecurityError
287
+ Signal
288
+ SignalException
289
+ StandardError
290
+ StopIteration
291
+ String
292
+ Struct
293
+ Symbol
294
+ SyntaxError
295
+ SyntaxSuggest
296
+ SyntaxSuggest::MiniStringIO
297
+ SystemCallError
298
+ SystemExit
299
+ SystemStackError
300
+ Thread
301
+ Thread::Backtrace
302
+ Thread::Backtrace::Location
303
+ Thread::ConditionVariable
304
+ Thread::Mutex
305
+ Thread::Queue
306
+ Thread::SizedQueue
307
+ ThreadError
308
+ ThreadGroup
309
+ Time
310
+ TracePoint
311
+ TrueClass
312
+ TypeError
313
+ UnboundMethod
314
+ UncaughtThrowError
315
+ UnicodeNormalize
316
+ Warning
317
+ ZeroDivisionError
metadata CHANGED
@@ -1,14 +1,14 @@
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.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-18 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -72,6 +72,7 @@ files:
72
72
  - module_names/30.txt
73
73
  - module_names/31.txt
74
74
  - module_names/32.txt
75
+ - module_names/33.txt
75
76
  homepage: http://github.com/jeremyevans/ruby-refrigerator
76
77
  licenses:
77
78
  - MIT
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  - !ruby/object:Gem::Version
103
104
  version: '0'
104
105
  requirements: []
105
- rubygems_version: 3.4.10
106
+ rubygems_version: 3.5.3
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: Freeze all core ruby classes