kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: modernize for more recent rubygems
@ 2014-11-17  8:31 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-11-17  8:31 UTC (permalink / raw)
  To: kgio-public; +Cc: Eric Wong

License field is commonly supported nowadays, and Rubyforge is dead.

Note: wrongdoc will be replaced with something more old-fashioned :)
---
 kgio.gemspec | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kgio.gemspec b/kgio.gemspec
index f705f19..03b8a8c 100644
--- a/kgio.gemspec
+++ b/kgio.gemspec
@@ -9,21 +9,19 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
   s.homepage = Wrongdoc.config[:rdoc_url]
   s.authors = ["#{name} hackers"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
   s.email = %q{kgio-public@bogomips.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.rubyforge_project = %q{rainbows}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/kgio/extconf.rb)
 
   # development dependencies commented out for folks stuck on
   # old Ruby/RubyGems versions
-  # s.add_development_dependency('wrongdoc', '~> 1.5')
+  # s.add_development_dependency('wrongdoc', '~> 1.8')
   # s.add_development_dependency('strace_me', '~> 1.0') # Linux only
 
-  # s.license = %w(LGPL) # disabled for compatibility with older RubyGems
+  s.licenses = %w(LGPLv2.1+)
 end
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-17  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17  8:31 [PATCH] gemspec: modernize for more recent rubygems Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).