deivid (David Rodríguez)
- Login: deivid
- Registered on: 06/04/2013
- Last sign in: 09/16/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 7 | 30 | 37 |
Activity
11/13/2025
-
06:28 AM Ruby Revision 25348548 (git): [ruby/rubygems] We don't need to allow some warning because:
- Always build gems with RubyGems programmatically
https://github.com/ruby/rubygems/commit/5cc0c34e64
09/05/2025
-
09:32 AM Ruby Revision 41ffd1bd (git): [rubygems/rubygems] Fix "did you mean" suggestions for unknown commands
- Since Ruby 3.4.5, which ships with did_you_mean-2.0.0, RubyGems no
longer gives "did you mean" suggestions for unknown commands.
This is because did_you_mean-2.0.0 completely removed the SPELL_CHECKERS
constant, and attaching "did you m...
09/03/2025
-
02:38 PM Ruby Revision e89eb0b9 (git): [rubygems/rubygems] Simplify test for trailing slash handling when adding sources
- https://github.com/rubygems/rubygems/commit/9c9fd4799f
-
02:38 PM Ruby Revision 566cd152 (git): [rubygems/rubygems] Refactor duplicated test logic
- https://github.com/rubygems/rubygems/commit/6fcc20f884
-
02:38 PM Ruby Revision 6dcd100a (git): [rubygems/rubygems] Change trailing slash test to not work on default sources
- https://github.com/rubygems/rubygems/commit/b2daf4707b
-
02:38 PM Ruby Revision 4a6fa17d (git): [rubygems/rubygems] Fix trailing slashes not considered when removing sources
- https://github.com/rubygems/rubygems/commit/d86d9b3596
-
02:38 PM Ruby Revision 358735b3 (git): [rubygems/rubygems] Change more source tests to act on configured sources
- https://github.com/rubygems/rubygems/commit/7f0c90b3f0
-
02:38 PM Ruby Revision 30b344c7 (git): [rubygems/rubygems] Change code examples to not use the default source
- https://github.com/rubygems/rubygems/commit/0ccf323734
-
02:38 PM Ruby Revision cdb8c9e2 (git): [rubygems/rubygems] Improve error output when removing a source through `gem sources`
- "Not present in cache" felt a bit unclear, so I changed the reason to:
"No configured sources" or "source not present in configured sources",
also pointing explicitly to the configuration file where RubyGems is
looking for the source to... -
02:38 PM Ruby Revision cc2a70da (git): [rubygems/rubygems] Warn when trying to remove a default source that's the only configured sources
- https://github.com/rubygems/rubygems/commit/ef78de5b69