about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-10 20:27:22 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-10 20:27:22 +0000
commit27f54de4b83e20c5d68c6dd225c1d350aeee5cd3 (patch)
tree7494445564b65641278866f1ba8e88809d196db8
parent7bb7c4469fb744135377d68e7c29cde3fbc635dc (diff)
downloadrainbows-27f54de4b83e20c5d68c6dd225c1d350aeee5cd3.tar.gz
Reduces inconsistency.
-rw-r--r--rainbows.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index ae09429..0cecf45 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -53,5 +53,6 @@ Gem::Specification.new do |s|
   # NeverBlock, currently only available on http://gems.github.com/
   # s.add_dependency(%q<espace-neverblock>, ["~> 0.1.6.1"])
 
-  # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems
+  # accessor not compatible with older RubyGems
+  # s.licenses = %w(GPLv3 GPLv2 Ruby)
 end