sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: sleepy.penguin@librelist.org
Subject: [sleepy.penguin] [PATCH 3/3] license + gem packaging cleanups
Date: Fri, 12 Apr 2013 22:26:16 +0000	[thread overview]
Message-ID: <1365805576-1643-3-git-send-email-normalperson@yhbt.net> (raw)
In-Reply-To: 1365805576-1643-1-git-send-email-normalperson@yhbt.net

require_paths and date are automatically set in modern RubyGems
versions.  Since we only use modern RubyGems versions, the
licenses= accessor is also activated.

Since the FSF may change mailing addresses again in the future,
prefer the web address to point to licenses.  This change is
acceptable for GNU projects, so it should be for us, too:
http://sourceware.org/bugzilla/show_bug.cgi?id=13673
---
 LICENSE                | 3 +--
 sleepy_penguin.gemspec | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE
index 9cb1ff0..b2a8e6e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -14,5 +14,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
 General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+along with this library; if not, see http://www.gnu.org/licenses/
diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index c080524..5507dec 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -9,13 +9,11 @@ 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{sleepy.penguin@librelist.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{rainbows}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
@@ -23,5 +21,5 @@ Gem::Specification.new do |s|
   s.add_development_dependency('wrongdoc', '~> 1.5')
   s.add_development_dependency('strace_me', '~> 1.0')
 
-  # s.license = %w(LGPL) # disabled for compatibility with older RubyGems
+  s.licenses = %w(LGPLv2.1 LGPLv3)
 end
-- 
1.8.2.1.366.ge2af9e3



      parent reply	other threads:[~2013-04-12 22:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 22:26 [sleepy.penguin] [PATCH 1/3] test_epoll_gc: force GC on EMFILE/ENFILE Eric Wong
2013-04-12 22:26 ` [sleepy.penguin] [PATCH 2/3] .gitignore: add .rbx Eric Wong
2013-04-12 22:26 ` Eric Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/sleepy_penguin/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365805576-1643-3-git-send-email-normalperson@yhbt.net \
    --to=normalperson@yhbt.net \
    --cc=sleepy.penguin@librelist.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/sleepy_penguin.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).