From bc4c412f15a05a37ec40f374239efa83d2dbdb1e Mon Sep 17 00:00:00 2001 From: Peter Marsh Date: Mon, 3 Dec 2012 16:37:30 +0000 Subject: gemspec: enable licenses metadata attribute This enables compatibility with metadata scanners such as LicenseFinder[1]. The previously commented-out accessor was commented out in September 2009 when ancient RubyGems were more prevalent. By now (December 2012), those ancient versions of RubyGems are unlikely to be around. [1] https://github.com/pivotal/LicenseFinder [ew: rewritten commit message] Signed-off-by: Eric Wong --- unicorn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn.gemspec b/unicorn.gemspec index 08a1a36..0453eb0 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -40,5 +40,5 @@ Gem::Specification.new do |s| s.add_development_dependency('isolate', '~> 3.2') s.add_development_dependency('wrongdoc', '~> 1.6.1') - # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems + s.licenses = ["GPLv2", "GPLv3", "Ruby 1.8"] end -- cgit v1.2.3-24-ge0c7