about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
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