about summary refs log tree commit homepage
path: root/posix_mq.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-10 00:14:21 +0000
committerEric Wong <e@80x24.org>2015-01-10 00:16:28 +0000
commit453e19e9631acbdc369acadbf17f705aa4cc8b47 (patch)
tree28ccb2c360814c76d5126ce4c914318fa2c550d9 /posix_mq.gemspec
parente67ae9880f252800f15f22e8fe45f19e2b3b8e6e (diff)
downloadruby_posix_mq-453e19e9631acbdc369acadbf17f705aa4cc8b47.tar.gz
In case I'm hit by a bus and FSF comes out with an LGPLv4,
the project will still be able to move forward.

While we're at it, update the gemspec, too.
Diffstat (limited to 'posix_mq.gemspec')
-rw-r--r--posix_mq.gemspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index 25ff9fa..19dfea0 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -9,7 +9,6 @@ Gem::Specification.new do |s|
   s.name = %q{posix_mq}
   s.version = ENV["VERSION"].dup
   s.authors = ["Ruby POSIX MQ hackers"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
   s.email = %q{ruby-posix-mq@bogomips.org}
   s.executables = %w(posix-mq-rb)
@@ -19,9 +18,8 @@ Gem::Specification.new do |s|
   s.homepage = Olddoc.config['rdoc_url']
   s.summary = summary
   s.rdoc_options = rdoc_options
-  s.rubyforge_project = %q{qrp}
   s.test_files = manifest.grep(%r{\Atest/test_.*\.rb\z})
   s.add_development_dependency(%q<olddoc>, "~> 1.0")
 
-  # s.licenses = %w(LGPLv3) # accessor not compatible with older RubyGems
+  s.licenses = %w(GPLv2 LGPLv3+)
 end