about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-21 17:49:13 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-21 17:49:13 -0800
commit592875b2726a6e5009c3ce63986def56577f6deb (patch)
treed961608f5d59218d141efbb28623c4effdb51c09
parente6b052ee5cc2a562054bac8bce60ea7c7b21b20d (diff)
downloadunicorn-592875b2726a6e5009c3ce63986def56577f6deb.tar.gz
So says the project website and documentation
-rw-r--r--GNUmakefile2
-rw-r--r--HACKING4
-rw-r--r--README2
-rw-r--r--unicorn.gemspec2
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<rack>)
 
-  # 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