Skip to content

Commit

Permalink
more clarifications
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/rubygems-sandbox/dev/": change = 6309]
  • Loading branch information
zenspider committed Jun 8, 2011
1 parent f82d68e commit db4c53c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@


== DESCRIPTION: == DESCRIPTION:


gem sandbox helps you manage your command-line tools and their The sandbox plugin for rubygems helps you manage your command-line
dependencies. Sandboxed gems are installed in their own private tools and their dependencies. Sandboxed gems are installed in their
repositories with their dependencies. This means that you don't have own private rubygem repositories with all of their dependencies. This
to have a rats nest of gems in your global repository in order to run means that you don't have to have a rat's nest of gems in your global
popular command-tools like rdoc, flog, flay, rcov, etc. repository in order to run popular command-tools like rdoc, flog,
flay, rcov, etc.


gem sandbox has the following sub-commands: gem sandbox has the following sub-commands:


Expand All @@ -21,16 +22,17 @@ Once you install gem sandbox will output something like:


Copy the following scripts to any directory in your path to use them: Copy the following scripts to any directory in your path to use them:


cp /Users/USER/.gem/sandboxes/TOOL/bin/TOOL _in_your_$PATH_ cp /Users/USER/.gem/sandboxes/GEM/bin/TOOL _in_your_$PATH_


Copy the scripts to a directory in your path (eg ~/bin or /usr/bin) Copy the scripts to a directory in your path (eg ~/bin or /usr/bin)
and you're good to go. and you're good to go.


== SYNOPSIS: == SYNOPSIS:


% gem sandbox install rdoc flog flay % gem uninstall flog flay ruby_parser sexp_processor
% gem sandbox install flog flay
% cp ~/.gem/sandboxes/*/bin/* ~/bin % cp ~/.gem/sandboxes/*/bin/* ~/bin
% sudo gem uninstall rdoc flog flay ruby_parser sexp_processor etc % flay whatever


== REQUIREMENTS: == REQUIREMENTS:


Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Hoe.spec "rubygems-sandbox" do
developer "Ryan Davis", "ryand-ruby@zenspider.com" developer "Ryan Davis", "ryand-ruby@zenspider.com"


self.rubyforge_name = "seattlerb" self.rubyforge_name = "seattlerb"

require_rubygems_version "~> 1.4"
end end


# vim: syntax=ruby # vim: syntax=ruby

0 comments on commit db4c53c

Please sign in to comment.