about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-24 13:37:56 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-24 13:37:56 -0700
commit39dbbc97fbbf04c6b7ba956e71648222589beb44 (patch)
treeb09bae820f8f26906e3fd8dc0a1a432878d7b352 /unicorn.gemspec
parent5a87a2630ec15ab8e730a2bf3bf03c6fd84ff4a2 (diff)
downloadunicorn-39dbbc97fbbf04c6b7ba956e71648222589beb44.tar.gz
"licenses=" is not in older Rubygems and some organizations
are still stuck on those...
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index b5af54d..9ff8ccc 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -36,5 +36,6 @@ Gem::Specification.new do |s|
   s.test_files = manifest.grep(%r{\Atest/unit/test_*\.rb\z})
 
   s.add_dependency(%q<rack>)
-  s.licenses = %w(GPLv2 Ruby)
+
+  # s.licenses = %w(GPLv2 Ruby) # not compatible with older Rubygems
 end