about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorPeter Marsh <pete@modeltwozero.com>2012-12-03 16:37:30 +0000
committerEric Wong <normalperson@yhbt.net>2012-12-04 11:24:37 +0000
commitbc4c412f15a05a37ec40f374239efa83d2dbdb1e (patch)
tree7e433d2dc0cecad53545cc11eeacfe245fb1a7da /unicorn.gemspec
parentfd0192c134acd1d5037a9aa45ad7b5375c28c29c (diff)
downloadunicorn-bc4c412f15a05a37ec40f374239efa83d2dbdb1e.tar.gz
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 <normalperson@yhbt.net>
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
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