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.

b5f2b88957
2021-12-03 20:00:50 +09:00
..
add.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
binstubs.rb Merge prepare version of Bundler 2.2.0 2020-12-08 17:30:02 +09:00
cache.rb [rubygems/rubygems] The --quiet should still display warnings 2021-07-27 09:25:56 +09:00
check.rb [rubygems/rubygems] Restore working bundle check behaviour 2021-08-31 19:06:14 +09:00
clean.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
common.rb Sync bundler & rubygems 2021-05-11 11:29:41 +09:00
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 [rubygems/rubygems] Don't warn default behaviour 2021-08-31 19:06:14 +09:00
fund.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
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 Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
inject.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
install.rb [rubygems/rubygems] Move rescue block around the code that can raise it 2021-08-31 19:06:14 +09:00
issue.rb Unify issue template and ISSUES.md document 2021-10-25 20:48:51 +09:00
list.rb [rubygems/rubygems] Give a bundle install hint when bundle list fails 2021-08-31 19:06:14 +09:00
lock.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
open.rb [rubygems/rubygems] Lazily load shellwords 2021-07-27 09:25:56 +09:00
outdated.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
platform.rb
plugin.rb
pristine.rb Fix typos [ci skip] 2020-09-17 20:34:59 +09:00
remove.rb [rubygems/rubygems] Trigger install command by default on remove 2021-09-17 20:46:18 +09:00
show.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
update.rb [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00
viz.rb