rubygems-update 3.5.0 → 3.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Manifest.txt +12 -0
- data/bundler/CHANGELOG.md +10 -0
- data/bundler/lib/bundler/build_metadata.rb +1 -1
- data/bundler/lib/bundler/checksum.rb +42 -33
- data/bundler/lib/bundler/dsl.rb +3 -5
- data/bundler/lib/bundler/vendor/connection_pool/.document +1 -0
- data/bundler/lib/bundler/vendor/fileutils/.document +1 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/.document +1 -0
- data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +1 -1
- data/bundler/lib/bundler/vendor/pub_grub/.document +1 -0
- data/bundler/lib/bundler/vendor/thor/.document +1 -0
- data/bundler/lib/bundler/vendor/tsort/.document +1 -0
- data/bundler/lib/bundler/vendor/uri/.document +1 -0
- data/bundler/lib/bundler/version.rb +1 -1
- data/bundler/lib/bundler.rb +3 -5
- data/lib/rubygems/net-http/.document +1 -0
- data/lib/rubygems/net-protocol/.document +1 -0
- data/lib/rubygems/resolv/.document +1 -0
- data/lib/rubygems/resolver/molinillo/.document +1 -0
- data/lib/rubygems/timeout/.document +1 -0
- data/lib/rubygems.rb +1 -1
- data/rubygems-update.gemspec +1 -1
- metadata +14 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68772f80d218184806318e802c6a5e88ed914fe53f3d695330f50f88569745f6
|
4
|
+
data.tar.gz: fb2147d62688fb56bdc5f315dc22160effe6a1789dd04bd8bce271b5588d4c89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ae310762d14c86b78f6471d75bfb1d444f64aab624679327b0cd34077100a633e5a0c716111eabcac5614fcaa9e8b93d4e4b3f672d2b5c5009d1276ff535061
|
7
|
+
data.tar.gz: 8a7e01d1ccd2ab36449fdf135a71496d0efde044174e2c8ab823b3910824c0b9ab28550df5c33392f326703d634277b4b0d647bb1963d1f4e5b29569eeaa22c4
|
data/CHANGELOG.md
CHANGED
data/Manifest.txt
CHANGED
@@ -248,18 +248,22 @@ bundler/lib/bundler/ui/silent.rb
|
|
248
248
|
bundler/lib/bundler/uri_credentials_filter.rb
|
249
249
|
bundler/lib/bundler/uri_normalizer.rb
|
250
250
|
bundler/lib/bundler/vendor/.document
|
251
|
+
bundler/lib/bundler/vendor/connection_pool/.document
|
251
252
|
bundler/lib/bundler/vendor/connection_pool/LICENSE
|
252
253
|
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
|
253
254
|
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
|
254
255
|
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
|
255
256
|
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
|
257
|
+
bundler/lib/bundler/vendor/fileutils/.document
|
256
258
|
bundler/lib/bundler/vendor/fileutils/LICENSE.txt
|
257
259
|
bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb
|
260
|
+
bundler/lib/bundler/vendor/net-http-persistent/.document
|
258
261
|
bundler/lib/bundler/vendor/net-http-persistent/README.rdoc
|
259
262
|
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
|
260
263
|
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
|
261
264
|
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
|
262
265
|
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
|
266
|
+
bundler/lib/bundler/vendor/pub_grub/.document
|
263
267
|
bundler/lib/bundler/vendor/pub_grub/LICENSE.txt
|
264
268
|
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub.rb
|
265
269
|
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb
|
@@ -277,6 +281,7 @@ bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
|
|
277
281
|
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
|
278
282
|
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb
|
279
283
|
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb
|
284
|
+
bundler/lib/bundler/vendor/thor/.document
|
280
285
|
bundler/lib/bundler/vendor/thor/LICENSE.md
|
281
286
|
bundler/lib/bundler/vendor/thor/lib/thor.rb
|
282
287
|
bundler/lib/bundler/vendor/thor/lib/thor/actions.rb
|
@@ -314,8 +319,10 @@ bundler/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb
|
|
314
319
|
bundler/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb
|
315
320
|
bundler/lib/bundler/vendor/thor/lib/thor/util.rb
|
316
321
|
bundler/lib/bundler/vendor/thor/lib/thor/version.rb
|
322
|
+
bundler/lib/bundler/vendor/tsort/.document
|
317
323
|
bundler/lib/bundler/vendor/tsort/LICENSE.txt
|
318
324
|
bundler/lib/bundler/vendor/tsort/lib/tsort.rb
|
325
|
+
bundler/lib/bundler/vendor/uri/.document
|
319
326
|
bundler/lib/bundler/vendor/uri/LICENSE.txt
|
320
327
|
bundler/lib/bundler/vendor/uri/lib/uri.rb
|
321
328
|
bundler/lib/bundler/vendor/uri/lib/uri/common.rb
|
@@ -425,6 +432,7 @@ lib/rubygems/installer.rb
|
|
425
432
|
lib/rubygems/installer_uninstaller_utils.rb
|
426
433
|
lib/rubygems/local_remote_options.rb
|
427
434
|
lib/rubygems/name_tuple.rb
|
435
|
+
lib/rubygems/net-http/.document
|
428
436
|
lib/rubygems/net-http/LICENSE.txt
|
429
437
|
lib/rubygems/net-http/lib/net/http.rb
|
430
438
|
lib/rubygems/net-http/lib/net/http/backward.rb
|
@@ -438,6 +446,7 @@ lib/rubygems/net-http/lib/net/http/response.rb
|
|
438
446
|
lib/rubygems/net-http/lib/net/http/responses.rb
|
439
447
|
lib/rubygems/net-http/lib/net/http/status.rb
|
440
448
|
lib/rubygems/net-http/lib/net/https.rb
|
449
|
+
lib/rubygems/net-protocol/.document
|
441
450
|
lib/rubygems/net-protocol/LICENSE.txt
|
442
451
|
lib/rubygems/net-protocol/lib/net/protocol.rb
|
443
452
|
lib/rubygems/net/http.rb
|
@@ -481,6 +490,7 @@ lib/rubygems/request_set/lockfile.rb
|
|
481
490
|
lib/rubygems/request_set/lockfile/parser.rb
|
482
491
|
lib/rubygems/request_set/lockfile/tokenizer.rb
|
483
492
|
lib/rubygems/requirement.rb
|
493
|
+
lib/rubygems/resolv/.document
|
484
494
|
lib/rubygems/resolv/LICENSE.txt
|
485
495
|
lib/rubygems/resolv/lib/resolv.rb
|
486
496
|
lib/rubygems/resolver.rb
|
@@ -503,6 +513,7 @@ lib/rubygems/resolver/local_specification.rb
|
|
503
513
|
lib/rubygems/resolver/lock_set.rb
|
504
514
|
lib/rubygems/resolver/lock_specification.rb
|
505
515
|
lib/rubygems/resolver/molinillo.rb
|
516
|
+
lib/rubygems/resolver/molinillo/.document
|
506
517
|
lib/rubygems/resolver/molinillo/LICENSE
|
507
518
|
lib/rubygems/resolver/molinillo/lib/molinillo.rb
|
508
519
|
lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
|
@@ -564,6 +575,7 @@ lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem
|
|
564
575
|
lib/rubygems/stub_specification.rb
|
565
576
|
lib/rubygems/text.rb
|
566
577
|
lib/rubygems/timeout.rb
|
578
|
+
lib/rubygems/timeout/.document
|
567
579
|
lib/rubygems/timeout/LICENSE.txt
|
568
580
|
lib/rubygems/timeout/lib/timeout.rb
|
569
581
|
lib/rubygems/tsort.rb
|
data/bundler/CHANGELOG.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
# 2.5.1 (December 15, 2023)
|
2
|
+
|
3
|
+
## Bug fixes:
|
4
|
+
|
5
|
+
- Fix `ruby` Gemfile DSL with `file:` parameter no longer working [#7288](https://github.com/rubygems/rubygems/pull/7288)
|
6
|
+
|
7
|
+
## Performance:
|
8
|
+
|
9
|
+
- Save array allocation for every dependency in Gemfile [#7270](https://github.com/rubygems/rubygems/pull/7270)
|
10
|
+
|
1
11
|
# 2.5.0 (December 15, 2023)
|
2
12
|
|
3
13
|
## Breaking changes:
|
@@ -30,6 +30,7 @@ module Bundler
|
|
30
30
|
|
31
31
|
def from_api(digest, source_uri, algo = DEFAULT_ALGORITHM)
|
32
32
|
return if Bundler.settings[:disable_checksum_validation]
|
33
|
+
|
33
34
|
Checksum.new(algo, to_hexdigest(digest, algo), Source.new(:api, source_uri))
|
34
35
|
end
|
35
36
|
|
@@ -41,11 +42,13 @@ module Bundler
|
|
41
42
|
def to_hexdigest(digest, algo = DEFAULT_ALGORITHM)
|
42
43
|
return digest unless algo == DEFAULT_ALGORITHM
|
43
44
|
return digest if digest.match?(/\A[0-9a-f]{64}\z/i)
|
45
|
+
|
44
46
|
if digest.match?(%r{\A[-0-9a-z_+/]{43}={0,2}\z}i)
|
45
47
|
digest = digest.tr("-_", "+/") # fix urlsafe base64
|
46
|
-
|
48
|
+
digest.unpack1("m0").unpack1("H*")
|
49
|
+
else
|
50
|
+
raise ArgumentError, "#{digest.inspect} is not a valid SHA256 hex or base64 digest"
|
47
51
|
end
|
48
|
-
raise ArgumentError, "#{digest.inspect} is not a valid SHA256 hex or base64 digest"
|
49
52
|
end
|
50
53
|
end
|
51
54
|
|
@@ -63,6 +66,10 @@ module Bundler
|
|
63
66
|
|
64
67
|
alias_method :eql?, :==
|
65
68
|
|
69
|
+
def same_source?(other)
|
70
|
+
sources.include?(other.sources.first)
|
71
|
+
end
|
72
|
+
|
66
73
|
def match?(other)
|
67
74
|
other.is_a?(self.class) && other.digest == digest && other.algo == algo
|
68
75
|
end
|
@@ -81,6 +88,7 @@ module Bundler
|
|
81
88
|
|
82
89
|
def merge!(other)
|
83
90
|
return nil unless match?(other)
|
91
|
+
|
84
92
|
@sources.concat(other.sources).uniq!
|
85
93
|
self
|
86
94
|
end
|
@@ -161,26 +169,17 @@ module Bundler
|
|
161
169
|
|
162
170
|
def initialize
|
163
171
|
@store = {}
|
164
|
-
|
165
|
-
|
166
|
-
def initialize_copy(other)
|
167
|
-
@store = {}
|
168
|
-
other.store.each do |lock_name, checksums|
|
169
|
-
store[lock_name] = checksums.dup
|
170
|
-
end
|
172
|
+
@store_mutex = Mutex.new
|
171
173
|
end
|
172
174
|
|
173
175
|
def inspect
|
174
176
|
"#<#{self.class}:#{object_id} size=#{store.size}>"
|
175
177
|
end
|
176
178
|
|
177
|
-
def fetch(spec, algo = DEFAULT_ALGORITHM)
|
178
|
-
store[spec.name_tuple.lock_name]&.fetch(algo, nil)
|
179
|
-
end
|
180
|
-
|
181
179
|
# Replace when the new checksum is from the same source.
|
182
|
-
# The primary purpose
|
180
|
+
# The primary purpose is registering checksums from gems where there are
|
183
181
|
# duplicates of the same gem (according to full_name) in the index.
|
182
|
+
#
|
184
183
|
# In particular, this is when 2 gems have two similar platforms, e.g.
|
185
184
|
# "darwin20" and "darwin-20", both of which resolve to darwin-20.
|
186
185
|
# In the Index, the later gem replaces the former, so we do that here.
|
@@ -192,19 +191,19 @@ module Bundler
|
|
192
191
|
return unless checksum
|
193
192
|
|
194
193
|
lock_name = spec.name_tuple.lock_name
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
register_checksum(lock_name, checksum)
|
194
|
+
@store_mutex.synchronize do
|
195
|
+
existing = fetch_checksum(lock_name, checksum.algo)
|
196
|
+
if !existing || existing.same_source?(checksum)
|
197
|
+
store_checksum(lock_name, checksum)
|
198
|
+
else
|
199
|
+
merge_checksum(lock_name, checksum, existing)
|
200
|
+
end
|
203
201
|
end
|
204
202
|
end
|
205
203
|
|
206
204
|
def register(spec, checksum)
|
207
205
|
return unless checksum
|
206
|
+
|
208
207
|
register_checksum(spec.name_tuple.lock_name, checksum)
|
209
208
|
end
|
210
209
|
|
@@ -218,7 +217,8 @@ module Bundler
|
|
218
217
|
|
219
218
|
def to_lock(spec)
|
220
219
|
lock_name = spec.name_tuple.lock_name
|
221
|
-
|
220
|
+
checksums = @store[lock_name]
|
221
|
+
if checksums
|
222
222
|
"#{lock_name} #{checksums.values.map(&:to_lock).sort.join(",")}"
|
223
223
|
else
|
224
224
|
lock_name
|
@@ -228,18 +228,27 @@ module Bundler
|
|
228
228
|
private
|
229
229
|
|
230
230
|
def register_checksum(lock_name, checksum)
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
checksum
|
239
|
-
else
|
240
|
-
raise ChecksumMismatchError.new(lock_name, existing, checksum)
|
231
|
+
@store_mutex.synchronize do
|
232
|
+
existing = fetch_checksum(lock_name, checksum.algo)
|
233
|
+
if existing
|
234
|
+
merge_checksum(lock_name, checksum, existing)
|
235
|
+
else
|
236
|
+
store_checksum(lock_name, checksum)
|
237
|
+
end
|
241
238
|
end
|
242
239
|
end
|
240
|
+
|
241
|
+
def merge_checksum(lock_name, checksum, existing)
|
242
|
+
existing.merge!(checksum) || raise(ChecksumMismatchError.new(lock_name, existing, checksum))
|
243
|
+
end
|
244
|
+
|
245
|
+
def store_checksum(lock_name, checksum)
|
246
|
+
(@store[lock_name] ||= {})[checksum.algo] = checksum
|
247
|
+
end
|
248
|
+
|
249
|
+
def fetch_checksum(lock_name, algo)
|
250
|
+
@store[lock_name]&.fetch(algo, nil)
|
251
|
+
end
|
243
252
|
end
|
244
253
|
end
|
245
254
|
end
|
data/bundler/lib/bundler/dsl.rb
CHANGED
@@ -20,7 +20,7 @@ module Bundler
|
|
20
20
|
|
21
21
|
GITHUB_PULL_REQUEST_URL = %r{\Ahttps://github\.com/([A-Za-z0-9_\-\.]+/[A-Za-z0-9_\-\.]+)/pull/(\d+)\z}
|
22
22
|
|
23
|
-
attr_reader :gemspecs
|
23
|
+
attr_reader :gemspecs, :gemfile
|
24
24
|
attr_accessor :dependencies
|
25
25
|
|
26
26
|
def initialize
|
@@ -404,13 +404,11 @@ module Bundler
|
|
404
404
|
end
|
405
405
|
|
406
406
|
def validate_keys(command, opts, valid_keys)
|
407
|
-
|
408
|
-
|
409
|
-
git_source = opts.keys & @git_sources.keys.map(&:to_s)
|
410
|
-
if opts["branch"] && !(opts["git"] || opts["github"] || git_source.any?)
|
407
|
+
if opts["branch"] && !(opts["git"] || opts["github"] || (opts.keys & @git_sources.keys.map(&:to_s)).any?)
|
411
408
|
raise GemfileError, %(The `branch` option for `#{command}` is not allowed. Only gems with a git source can specify a branch)
|
412
409
|
end
|
413
410
|
|
411
|
+
invalid_keys = opts.keys - valid_keys
|
414
412
|
return true unless invalid_keys.any?
|
415
413
|
|
416
414
|
message = String.new
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -20,7 +20,7 @@ autoload :OpenSSL, 'openssl'
|
|
20
20
|
#
|
21
21
|
# Example:
|
22
22
|
#
|
23
|
-
# require 'bundler/vendor/net-http/lib/net/http/persistent'
|
23
|
+
# require 'bundler/vendor/net-http-persistent/lib/net/http/persistent'
|
24
24
|
#
|
25
25
|
# uri = Bundler::URI 'http://example.com/awesome/web/service'
|
26
26
|
#
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
data/bundler/lib/bundler.rb
CHANGED
@@ -100,9 +100,7 @@ module Bundler
|
|
100
100
|
end
|
101
101
|
|
102
102
|
def create_bundle_path
|
103
|
-
|
104
|
-
mkdir_p(p)
|
105
|
-
end unless bundle_path.exist?
|
103
|
+
mkdir_p(bundle_path) unless bundle_path.exist?
|
106
104
|
|
107
105
|
@bundle_path = bundle_path.realpath
|
108
106
|
rescue Errno::EEXIST
|
@@ -119,7 +117,7 @@ module Bundler
|
|
119
117
|
@bin_path ||= begin
|
120
118
|
path = settings[:bin] || "bin"
|
121
119
|
path = Pathname.new(path).expand_path(root).expand_path
|
122
|
-
|
120
|
+
mkdir_p(path)
|
123
121
|
path
|
124
122
|
end
|
125
123
|
end
|
@@ -483,7 +481,7 @@ module Bundler
|
|
483
481
|
configured_bundle_path.use_system_gems?
|
484
482
|
end
|
485
483
|
|
486
|
-
def mkdir_p(path
|
484
|
+
def mkdir_p(path)
|
487
485
|
SharedHelpers.filesystem_access(path, :write) do |p|
|
488
486
|
FileUtils.mkdir_p(p)
|
489
487
|
end
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
@@ -0,0 +1 @@
|
|
1
|
+
# Vendored files do not need to be documented
|
data/lib/rubygems.rb
CHANGED
data/rubygems-update.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "rubygems-update"
|
5
|
-
s.version = "3.5.
|
5
|
+
s.version = "3.5.1"
|
6
6
|
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
|
7
7
|
s.email = ["", "", "drbrain@segment7.net", "luislavena@gmail.com", "aaron@tenderlovemaking.com", "segiddins@segiddins.me", "andre@arko.net", "evan@phx.io", "hsbt@ruby-lang.org"]
|
8
8
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubygems-update
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Weirich
|
@@ -330,18 +330,22 @@ files:
|
|
330
330
|
- bundler/lib/bundler/uri_credentials_filter.rb
|
331
331
|
- bundler/lib/bundler/uri_normalizer.rb
|
332
332
|
- bundler/lib/bundler/vendor/.document
|
333
|
+
- bundler/lib/bundler/vendor/connection_pool/.document
|
333
334
|
- bundler/lib/bundler/vendor/connection_pool/LICENSE
|
334
335
|
- bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
|
335
336
|
- bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
|
336
337
|
- bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
|
337
338
|
- bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
|
339
|
+
- bundler/lib/bundler/vendor/fileutils/.document
|
338
340
|
- bundler/lib/bundler/vendor/fileutils/LICENSE.txt
|
339
341
|
- bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb
|
342
|
+
- bundler/lib/bundler/vendor/net-http-persistent/.document
|
340
343
|
- bundler/lib/bundler/vendor/net-http-persistent/README.rdoc
|
341
344
|
- bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
|
342
345
|
- bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
|
343
346
|
- bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
|
344
347
|
- bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
|
348
|
+
- bundler/lib/bundler/vendor/pub_grub/.document
|
345
349
|
- bundler/lib/bundler/vendor/pub_grub/LICENSE.txt
|
346
350
|
- bundler/lib/bundler/vendor/pub_grub/lib/pub_grub.rb
|
347
351
|
- bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb
|
@@ -359,6 +363,7 @@ files:
|
|
359
363
|
- bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
|
360
364
|
- bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb
|
361
365
|
- bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb
|
366
|
+
- bundler/lib/bundler/vendor/thor/.document
|
362
367
|
- bundler/lib/bundler/vendor/thor/LICENSE.md
|
363
368
|
- bundler/lib/bundler/vendor/thor/lib/thor.rb
|
364
369
|
- bundler/lib/bundler/vendor/thor/lib/thor/actions.rb
|
@@ -396,8 +401,10 @@ files:
|
|
396
401
|
- bundler/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb
|
397
402
|
- bundler/lib/bundler/vendor/thor/lib/thor/util.rb
|
398
403
|
- bundler/lib/bundler/vendor/thor/lib/thor/version.rb
|
404
|
+
- bundler/lib/bundler/vendor/tsort/.document
|
399
405
|
- bundler/lib/bundler/vendor/tsort/LICENSE.txt
|
400
406
|
- bundler/lib/bundler/vendor/tsort/lib/tsort.rb
|
407
|
+
- bundler/lib/bundler/vendor/uri/.document
|
401
408
|
- bundler/lib/bundler/vendor/uri/LICENSE.txt
|
402
409
|
- bundler/lib/bundler/vendor/uri/lib/uri.rb
|
403
410
|
- bundler/lib/bundler/vendor/uri/lib/uri/common.rb
|
@@ -507,6 +514,7 @@ files:
|
|
507
514
|
- lib/rubygems/installer_uninstaller_utils.rb
|
508
515
|
- lib/rubygems/local_remote_options.rb
|
509
516
|
- lib/rubygems/name_tuple.rb
|
517
|
+
- lib/rubygems/net-http/.document
|
510
518
|
- lib/rubygems/net-http/LICENSE.txt
|
511
519
|
- lib/rubygems/net-http/lib/net/http.rb
|
512
520
|
- lib/rubygems/net-http/lib/net/http/backward.rb
|
@@ -520,6 +528,7 @@ files:
|
|
520
528
|
- lib/rubygems/net-http/lib/net/http/responses.rb
|
521
529
|
- lib/rubygems/net-http/lib/net/http/status.rb
|
522
530
|
- lib/rubygems/net-http/lib/net/https.rb
|
531
|
+
- lib/rubygems/net-protocol/.document
|
523
532
|
- lib/rubygems/net-protocol/LICENSE.txt
|
524
533
|
- lib/rubygems/net-protocol/lib/net/protocol.rb
|
525
534
|
- lib/rubygems/net/http.rb
|
@@ -563,6 +572,7 @@ files:
|
|
563
572
|
- lib/rubygems/request_set/lockfile/parser.rb
|
564
573
|
- lib/rubygems/request_set/lockfile/tokenizer.rb
|
565
574
|
- lib/rubygems/requirement.rb
|
575
|
+
- lib/rubygems/resolv/.document
|
566
576
|
- lib/rubygems/resolv/LICENSE.txt
|
567
577
|
- lib/rubygems/resolv/lib/resolv.rb
|
568
578
|
- lib/rubygems/resolver.rb
|
@@ -585,6 +595,7 @@ files:
|
|
585
595
|
- lib/rubygems/resolver/lock_set.rb
|
586
596
|
- lib/rubygems/resolver/lock_specification.rb
|
587
597
|
- lib/rubygems/resolver/molinillo.rb
|
598
|
+
- lib/rubygems/resolver/molinillo/.document
|
588
599
|
- lib/rubygems/resolver/molinillo/LICENSE
|
589
600
|
- lib/rubygems/resolver/molinillo/lib/molinillo.rb
|
590
601
|
- lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
|
@@ -646,6 +657,7 @@ files:
|
|
646
657
|
- lib/rubygems/stub_specification.rb
|
647
658
|
- lib/rubygems/text.rb
|
648
659
|
- lib/rubygems/timeout.rb
|
660
|
+
- lib/rubygems/timeout/.document
|
649
661
|
- lib/rubygems/timeout/LICENSE.txt
|
650
662
|
- lib/rubygems/timeout/lib/timeout.rb
|
651
663
|
- lib/rubygems/tsort.rb
|
@@ -691,7 +703,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
691
703
|
- !ruby/object:Gem::Version
|
692
704
|
version: '0'
|
693
705
|
requirements: []
|
694
|
-
rubygems_version: 3.5.
|
706
|
+
rubygems_version: 3.5.1
|
695
707
|
signing_key:
|
696
708
|
specification_version: 4
|
697
709
|
summary: RubyGems is a package management framework for Ruby. This gem is downloaded
|