summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/update.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-28 12:11:34 -0800
committerAndre Arko <andre@arko.net>2014-11-28 14:40:14 -0800
commit65f584777c212b65ec73a3bcea8fd7f813372863 (patch)
treee811d5b563f4985da010fca3b99393d993b86cbf /lib/bundler/cli/update.rb
parentcb367acfbd5e5ff0ac47e45c647eabd1ef8bee7a (diff)
downloadbundler-65f584777c212b65ec73a3bcea8fd7f813372863.tar.gz
Refine completion messages
Now that we’re printing the number of gems requested and installed in the bundle, it seems good to put those on the same line as the message that says “your bundle is complete!”. While we’re updating that message, it seems good to remove “your”, because it’s unclear whose bundle it is anyway. It’s just A Bundle, or The Bundle, which means we don’t need a pronoun or possessive.
Diffstat (limited to 'lib/bundler/cli/update.rb')
-rw-r--r--lib/bundler/cli/update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/update.rb b/lib/bundler/cli/update.rb
index dd15de9936..c3c7c683c9 100644
--- a/lib/bundler/cli/update.rb
+++ b/lib/bundler/cli/update.rb
@@ -56,7 +56,7 @@ module Bundler
Bundler::CLI::Clean.new(options).run
end
- Bundler.ui.confirm "Your bundle is updated!"
+ Bundler.ui.confirm "Bundle updated!"
without_groups_messages
end