From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: normalperson@yhbt.net Received: from zedshaw2.xen.prgmr.com (zedshaw2.xen.prgmr.com [71.19.156.177]) by dcvr.yhbt.net (Postfix) with ESMTP id 061021F5B6 for ; Fri, 12 Apr 2013 22:26:32 +0000 (UTC) Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id F303C73DF4 for ; Fri, 12 Apr 2013 22:27:09 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 12 Apr 2013 22:26:16 +0000 From: Eric Wong List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <1365805576-1643-3-git-send-email-normalperson@yhbt.net> Precedence: list References: <1365805576-1643-1-git-send-email-normalperson@yhbt.net> Sender: sleepy.penguin@librelist.org Subject: [sleepy.penguin] [PATCH 3/3] license + gem packaging cleanups To: sleepy.penguin@librelist.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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