From 39dbbc97fbbf04c6b7ba956e71648222589beb44 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 24 Sep 2009 13:37:56 -0700 Subject: gemspec: compatibility with older Rubygems "licenses=" is not in older Rubygems and some organizations are still stuck on those... --- unicorn.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unicorn.gemspec') 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) - s.licenses = %w(GPLv2 Ruby) + + # s.licenses = %w(GPLv2 Ruby) # not compatible with older Rubygems end -- cgit v1.2.3-24-ge0c7