From 592875b2726a6e5009c3ce63986def56577f6deb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 21 Nov 2009 17:49:13 -0800 Subject: doc: "RubyGems" is the correct capitalization So says the project website and documentation --- GNUmakefile | 2 +- HACKING | 4 ++-- README | 2 +- unicorn.gemspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 69645b8..190824f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# use GNU Make to run tests in parallel, and without depending on Rubygems +# use GNU Make to run tests in parallel, and without depending on RubyGems all:: test ruby = ruby rake = rake diff --git a/HACKING b/HACKING index 119b6b7..7b6ef3f 100644 --- a/HACKING +++ b/HACKING @@ -14,14 +14,14 @@ done. Tests are good, but slow tests make development slow, so we make tests faster (in parallel) with GNU make (instead of Rake) and avoiding -Rubygems. +RubyGems. Users of GNU-based systems (such as GNU/Linux) usually have GNU make installed as "make" instead of "gmake". Since we don't load RubyGems by default, loading Rack properly requires setting up RUBYLIB to point to where Rack is located. Not loading -Rubygems drastically lowers the time to run the full test suite. You +RubyGems drastically lowers the time to run the full test suite. You may setup a "local.mk" file in the top-level working directory to setup your RUBYLIB and any other environment variables. A "local.mk.sample" file is provided for reference. diff --git a/README b/README index eb05290..6b57e01 100644 --- a/README +++ b/README @@ -78,7 +78,7 @@ and run setup.rb after unpacking it: http://rubyforge.org/frs/?group_id=1306 -You may also install it via Rubygems on Gemcutter: +You may also install it via RubyGems on Gemcutter: gem install unicorn diff --git a/unicorn.gemspec b/unicorn.gemspec index d1ab2d2..d336c90 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -49,5 +49,5 @@ Gem::Specification.new do |s| # *strongly* recommended for security reasons. s.add_dependency(%q) - # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older Rubygems + # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems end -- cgit v1.2.3-24-ge0c7