about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-28 01:21:36 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-28 01:21:36 -0700
commit31533ab442959f975306c4275daa6c6770d29246 (patch)
treedfb73d6db1269287139d8c0937e36e90ceba3c04
parentaafc9bf7f051c6f2fb0047647d4ed26b3a825ea3 (diff)
downloadunicorn-31533ab442959f975306c4275daa6c6770d29246.tar.gz
It may have caused confusion that the licenses we're under
were incompatible with older Rubygems which is not the case.
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index e7c9c91..f2d2b82 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -45,5 +45,5 @@ Gem::Specification.new do |s|
 
   s.add_dependency(%q<rack>)
 
-  # s.licenses = %w(GPLv2 Ruby) # not compatible with older Rubygems
+  # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older Rubygems
 end