about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-26 03:14:26 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-26 03:16:36 +0000
commit83a3b49dd3a1f1885ca56e9889ff22aa7b7c6136 (patch)
treed28fdf7a894eed0f7ff6c5370947fe9be76477f3 /rainbows.gemspec
parent7dd14b2780b87be58c7afbd03df8d1f7cc3e9575 (diff)
downloadrainbows-83a3b49dd3a1f1885ca56e9889ff22aa7b7c6136.tar.gz
Old versions of RubyGems which could not handle this attribute
are likely no longer in use.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index c29f308..bcbbf5b 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -53,6 +53,7 @@ Gem::Specification.new do |s|
   # NeverBlock, currently only available on http://gems.github.com/
   # s.add_dependency(%q<espace-neverblock>, ["~> 0.1.6.1"])
 
-  # accessor not compatible with older RubyGems
-  # s.licenses = %w(GPLv3 GPLv2 Ruby)
+  # We inherited the Ruby 1.8 license from Mongrel, so we're stuck with it.
+  # GPLv3 is preferred.
+  s.licenses = ["GPLv2", "GPLv3", "Ruby 1.8"]
 end