README.rdoc in nkryptic-sandbox-0.2.2 vs README.rdoc in nkryptic-sandbox-0.2.3
- old
+ new
@@ -42,34 +42,31 @@
enable this funtionality, so if you may experience odd behavior. Everything
should be reset when you deactivate the sandbox.
== USAGE:
-Create a new sandbox (rake gem installed by default):
+Create a new sandbox (verbose output by default):
$ cd ~/ruby-projects
$ sandbox my-new-sandbox
-
-Create a new sandbox with output (rake gem installed by default):
- $ cd ~/ruby-projects
- $ sandbox my-new-sandbox -v
creating new sandbox in /home/nkryptic/ruby-projects/my-new-sandbox
+ installing activation script
+ installing .gemrc
installing gems:
- gem: rake
+ nothing to do
-Create a new sandbox with no gems installed:
+Create a new sandbox with no output:
$ cd ~/ruby-projects
- $ sandbox my-new-sandbox -n
- creating new sandbox in /home/nkryptic/ruby-projects/my-new-sandbox
- installing gems:
+ $ sandbox my-new-sandbox -q
Create a new sandbox with specific gems:
$ cd ~/ruby-projects
$ sandbox my-new-sandbox -g rake,rails
creating new sandbox in /home/nkryptic/ruby-projects/my-new-sandbox
+ installing activation script
+ installing .gemrc
installing gems:
gem: rake
gem: rails
- gem: rspec
== FUTURE PLANS:
I hope to expand the full version branch to allow for installing both rubygems
and ruby as part of the sandbox. This would enable experimentation with