1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/cli
David Rodríguez 248fae0ec4 [rubygems/rubygems] Improve sources representation
We have two representations of a source. Once used for sorting, which
should not depend on the source's state, but solely on its static
information, like remotes. Another one used for error and informational
messages, which should properly inform about the exact state of the
source when the message is printed.

This commit makes the latter be the default implementation of `to_s`, so
that error and informational messages are more accurate by default.

https://github.com/rubygems/rubygems/commit/b5f2b88957
2021-12-03 20:00:50 +09:00
..
add.rb
binstubs.rb
cache.rb
check.rb
clean.rb
common.rb
config.rb
console.rb
doctor.rb [rubygems/rubygems] Fix escape of filenames in bundle doctor 2021-11-30 01:29:34 +09:00
exec.rb
fund.rb
gem.rb Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbd 2021-12-01 11:00:10 +09:00
info.rb [rubygems/rubygems] Fix bundle info sometimes claiming that bundler has been deleted 2021-11-26 08:50:52 +09:00
init.rb
inject.rb
install.rb
issue.rb Unify issue template and ISSUES.md document 2021-10-25 20:48:51 +09:00
list.rb
lock.rb
open.rb
outdated.rb
platform.rb
plugin.rb
pristine.rb
remove.rb
show.rb
update.rb [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00
viz.rb