David Rodríguez
8293489564
[rubygems/rubygems] Slight tweak to error message building
...
Let Pub Grub decide how the constraint should be displayed.
4f651b6429
2022-12-20 13:15:02 +09:00
Michael Siegfried
beef72965e
[rubygems/rubygems] Clarify flag description
...
Prerelease versions are already considered in a certain circumstance,
and the 'if updating' is redundant in the update case anyway.
8d68635f8c
2022-12-20 13:15:02 +09:00
Michael Siegfried
c436f52fe8
[rubygems/rubygems] Fix tiny typo
...
390e3e1ebd
2022-12-20 13:15:02 +09:00
Michael Siegfried
2bc4f1dea5
[rubygems/rubygems] Support for pre flag in bundle update
...
Passing this flag allows bumping to the current version, even if that
version is prerelease. This works in concert with the current flags.
a6409e3509
2022-12-20 13:15:02 +09:00
Michael Siegfried
1ee31f9d9d
[rubygems/rubygems] Clarify segment equality check
...
6624474c5a
2022-12-20 13:15:02 +09:00
Michael Siegfried
e58d18bf23
[rubygems/rubygems] Return early outside of loop
...
The conditions are not dependent on each spec and can be checked once at
the beginning of the method.
086bc9433f
2022-12-20 13:15:02 +09:00
Michael Siegfried
c67f6c4daf
[rubygems/rubygems] Add question marks to interrogative methods
...
52da85e9ef
2022-12-20 13:15:02 +09:00
Eloy Espinaco
0a9544ce4a
[rubygems/rubygems] Cleanup intermediate artifacts after installing built extensions
...
98b6a959bd
2022-12-20 13:15:02 +09:00
David Rodríguez
3fd33590f6
[rubygems/rubygems] Fix crash when lockfile is missing dependencies
...
We have a check for a corrupt lockfile right before installing. However,
the check accounted for locked specs not satisfying locked dependencies,
but not for locked specs missing for some locked dependencies.
Instead of fixing this check, I decided to remove it in favor of
automatically detecting the situation and re-resolve to automatically
fix the lockfile rather than printing a warning but leave the problem
there.
4a7a584252
2022-12-20 13:15:02 +09:00
David Rodríguez
16b36a5b0c
[rubygems/rubygems] Remove unused code
...
b88c43a28c
2022-12-20 13:15:02 +09:00
David Rodríguez
d1533f20f1
[rubygems/rubygems] Detect circular dependency errors
...
a8348d271d
2022-12-20 13:15:02 +09:00
David Rodríguez
96aa1a1a98
[rubygems/rubygems] Remove dead logic
...
950615405e
2022-12-20 13:15:02 +09:00
David Rodríguez
d1c210355b
[rubygems/rubygems] Extract a variable for consistency
...
3f4b1c7a01
2022-12-20 13:15:02 +09:00
Hiroshi SHIBATA
1142bc875b
[ruby/did_you_mean] Bump version to 1.6.3
...
f7703add76
2022-12-19 14:59:59 +09:00
Hiroshi SHIBATA
08d21b4bd2
[ruby/net-http] Bump version to 0.3.2
...
b8bdb7248e
2022-12-19 10:50:21 +09:00
Alyssa Ross
d4315284e9
[rubygems/rubygems] Add bundle lock --update --bundler
...
bundle lock --update can do everything that bundle update can do, but
it doesn't actually install gems. This is especially useful for
generating a lockfile on a machine that doesn't have the libraries
available to be able to build native extensions.
But, there was no parallel for bundle update --bundler. So let's add
one.
7fc00bd2a5
2022-12-18 19:17:42 +00:00
BurdetteLamar
ede7c035d5
[ruby/net-http] Adding links to references
...
6dfe6f411a
2022-12-18 15:37:45 +00:00
Mau Magnaguagno
632beec01f
MJIT: Refactor BitField dereference byte and bitmask ( #6955 )
...
Prefer Array#unpack1 and Enumerable#sum.
I think the bitmask formula ``2 ** @width - 1`` would be clearer, but not faster for such small integers.
2022-12-17 13:06:50 -08:00
Hiroshi SHIBATA
2cd22f9abd
[ruby/logger] Bump version to 1.5.3
...
4e8d9e27fd
2022-12-16 06:34:47 +00:00
BurdetteLamar
d5eafaed81
[ruby/net-http] Enhanced RDoc for Net::HTTP
...
da626e4e42
2022-12-15 21:33:19 +00:00
Hiroshi SHIBATA
49b0f3b024
Merge RubyGems/Bundler master
...
Pick from 084f7d1f21
2022-12-15 19:06:40 +09:00
Nobuyoshi Nakada
613fca0148
[Bug #19189 ] Fallback to the default "pkg-config"
2022-12-15 11:00:42 +09:00
Burdette Lamar
55f56eb66e
[ruby/net-http] [DOC] New doc for responses classes
...
(https://github.com/ruby/net-http/pull/91 )
d394404402
2022-12-14 22:13:28 +00:00
Burdette Lamar
d2b87456f0
[ruby/net-http] [DOC] Correct formatting in header.rb
...
(https://github.com/ruby/net-http/pull/90 )
d9d829ca53
2022-12-14 21:34:12 +00:00
Burdette Lamar
3e5f8b2af3
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/89 )
86b84eb307
2022-12-14 13:55:06 +00:00
Hiroshi SHIBATA
1a8d460534
[ruby/securerandom] Bump version to 0.2.2
...
9e16b597f5
2022-12-14 08:48:38 +00:00
Hiroshi SHIBATA
95d7b5e2e9
[ruby/resolv-replace] Bump version to 0.1.1
...
187e91d149
2022-12-14 17:42:15 +09:00
Hiroshi SHIBATA
15f5842a5f
[ruby/English] Bump version to 0.7.2
...
736f819b3b
2022-12-14 07:53:51 +00:00
Hiroshi SHIBATA
0b67e435ed
[ruby/abbrev] Bump version to 0.1.1
...
8c3debac5a
2022-12-14 07:38:37 +00:00
Hiroshi SHIBATA
c6f41a3255
[ruby/time] Bump version to 0.2.1
...
4cebf6de3c
2022-12-14 16:07:44 +09:00
Hiroshi SHIBATA
989d993f5b
[ruby/reline] Bump version to 0.3.2
...
3fbb7ec2ae
2022-12-14 07:01:19 +00:00
Hiroshi SHIBATA
e2f4b8bf77
[ruby/weakref] Bump version to 0.1.2
...
5b5f79d8a6
2022-12-14 06:16:29 +00:00
Hiroshi SHIBATA
0c27c1b3fc
[ruby/open3] Bump version to 0.1.2
...
38904e204d
2022-12-14 05:49:14 +00:00
Hiroshi SHIBATA
067747bb9a
[ruby/tempfile] Bump version to 0.1.3
...
99dc1f7058
2022-12-14 05:35:48 +00:00
Takashi Kokubun
a1dba60b5b
[ruby/irb] Version 1.6.1
...
229476ba76
2022-12-13 18:36:45 +00:00
Hiroshi SHIBATA
3e00cb8256
Merge RubyGems/Bundler master
...
from 1fdbeeabed
2022-12-13 12:41:08 +09:00
Burdette Lamar
63f682ba11
[ruby/net-http] [DOC] Enhanced RDoc for HTTPHeader
...
(https://github.com/ruby/net-http/pull/88 )
46e966be10
2022-12-12 19:34:21 +00:00
Stan Lo
223d4448c8
[ruby/irb] show_doc
command should take non-string argument too
...
(https://github.com/ruby/irb/pull/478 )
Given that `show_doc` already supports syntax like `String#gsub`, it
should be able to take it in non-string form too, like `edit` and
`show_source` do. This ensures users can have a consistent syntax on
argument between different commands.
2022-12-12 17:35:48 +00:00
Nobuyoshi Nakada
e1f42844a0
[rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'
...
bc84b2d262
2022-12-12 06:00:41 +00:00
Hiroshi SHIBATA
bbe56a6437
Merge RubyGems/Bundler master
...
from bfb0ae6977
2022-12-12 10:49:43 +09:00
Burdette Lamar
f1cdc129d4
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/85 )
9d9040fb79
2022-12-11 22:26:18 +00:00
zverok
381a373ab9
[DOC] Improve Random::Formatter docs
...
* Make its usage more obvious (by providing more detailed
examples);
* Include mention of it into Random itself;
* Small cleanups of docs.
2022-12-11 18:49:56 +02:00
David Rodríguez
73eddee76e
[rubygems/rubygems] Bump optparse to 0.3.0
...
And remove a patch no longer needed since we dropped Ruby 2.4 support.
8939337072
2022-12-11 13:35:01 +00:00
David Rodríguez
d82328ffc8
[rubygems/rubygems] Bump Molinillo and tsort
...
And configure tsort to be vendored as a dependency of Molinillo.
8ec749f891
2022-12-11 13:35:00 +00:00
Stan Lo
381e128c13
[ruby/irb] Fix step command ( https://github.com/ruby/irb/pull/477 )
...
The current `next` pre-command workaround on IRB source stepping
moves the location by 1 extra line. A better way is to make `debug`
skip IRB frames completely, which is what this commit does.
It also fixes the step command's test. The `|` in regexp was not escaped
so it was always incorrectly matched.
2022-12-09 23:39:17 +00:00
Takashi Kokubun
8893913ae6
MJIT: Clarify jit_unit is only for MJIT
2022-12-08 23:43:09 -08:00
Hiroshi SHIBATA
0677bbe3ff
Merge syntax_suggest master
...
Pick from daee74dcb0
2022-12-09 16:36:22 +09:00
Hiroshi SHIBATA
9557c8edf2
Merge net-protocol-0.2.1
2022-12-09 16:36:22 +09:00
Hiroshi SHIBATA
4cbd3e1944
Merge RDoc-6.5.0
2022-12-09 16:36:22 +09:00
Hiroshi SHIBATA
a4e14b9d9d
Merge RubyGems/Bundler master
...
Pick from 823c776d95
2022-12-09 16:36:22 +09:00