From 4285e8252cb8f2596650761d76408bfed5e3bc9c Mon Sep 17 00:00:00 2001 From: Kat Hagan Date: Mon, 30 Sep 2013 23:37:45 -0700 Subject: [PATCH 1/2] Fixed a few typos in upgrade-notes.txt --- help/upgrade-notes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/help/upgrade-notes.txt b/help/upgrade-notes.txt index ac3d0c1d36..dcd878bbc0 100644 --- a/help/upgrade-notes.txt +++ b/help/upgrade-notes.txt @@ -19,8 +19,8 @@ * Optionally you can run \`rvm tools rvm-env ruby bash\` which will generate shebang wrappers for easier selecting ruby in scripts. - * RVM comes with set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems, - if you do not wish to get this gems install RVM with this flag: --without-gems="rvm rubygems-bundler" + * RVM comes with a set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems; + if you do not wish to get these gems, install RVM with this flag: --without-gems="rvm rubygems-bundler" this option is remembered, it's enough to use it once. * If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant" @@ -44,10 +44,10 @@ * To update RVM loading code run 'rvm get ... --auto-dotfiles' - * RVM will try automatically use available package manager, might require `sudo`, + * RVM will try to automatically use available package manager, might require `sudo`, read more about it in `rvm help autolibs` - * RVM 1.20.12 removes thee automated --progress-bar from curl options, + * RVM 1.20.12 removes the automated --progress-bar from curl options, if you liked this then you can restore this behavior with: echo progress-bar >> ~/.curlrc From e6215b9e83ff9fe6a4599fdf979c0dbf1c4220eb Mon Sep 17 00:00:00 2001 From: Kat Hagan Date: Tue, 1 Oct 2013 17:28:33 -0700 Subject: [PATCH 2/2] moved changed lines to the end so they get displayed properly --- help/upgrade-notes.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/help/upgrade-notes.txt b/help/upgrade-notes.txt index dcd878bbc0..c5bb45ff94 100644 --- a/help/upgrade-notes.txt +++ b/help/upgrade-notes.txt @@ -19,13 +19,6 @@ * Optionally you can run \`rvm tools rvm-env ruby bash\` which will generate shebang wrappers for easier selecting ruby in scripts. - * RVM comes with a set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems; - if you do not wish to get these gems, install RVM with this flag: --without-gems="rvm rubygems-bundler" - this option is remembered, it's enough to use it once. - - * If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant" - this option is remembered, it's enough to use it once. - * Binary rubies are installed by default if available, you can read about it in help: rvm help install rvm help mount @@ -44,13 +37,20 @@ * To update RVM loading code run 'rvm get ... --auto-dotfiles' + * RVM 1.20 changes default behavior of Autolibs to Enabled - if you prefer the 1.19 behavior + then run "rvm autolibs read-fail", read more details: rvm help autolibs + + * RVM comes with a set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems; + if you do not wish to get these gems, install RVM with this flag: --without-gems="rvm rubygems-bundler" + this option is remembered, it's enough to use it once. + + * If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant" + this option is remembered, it's enough to use it once. + * RVM will try to automatically use available package manager, might require `sudo`, read more about it in `rvm help autolibs` * RVM 1.20.12 removes the automated --progress-bar from curl options, if you liked this then you can restore this behavior with: - echo progress-bar >> ~/.curlrc - - * RVM 1.20 changes default behavior of Autolibs to Enabled - if you prefer the 1.19 behavior - then run "rvm autolibs read-fail", read more details: rvm help autolibs + echo progress-bar >> ~/.curlrc \ No newline at end of file