Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 7A64C63B91F for ; Tue, 8 May 2012 09:36:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8065614A25C; Tue, 8 May 2012 09:36:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0379F14A215 for ; Tue, 8 May 2012 09:36:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id am9avm4Qbczc for ; Tue, 8 May 2012 09:36:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 669DD14A208 for ; Tue, 8 May 2012 09:36:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9CFED175DD; Tue, 8 May 2012 09:37:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 8 May 2012 09:37:51 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/math/ruby-spreadsheet To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120508093751.9CFED175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue May 8 09:37:51 UTC 2012 Modified Files: pkgsrc/math/ruby-spreadsheet: Makefile PLIST distinfo Log Message: === 0.7.1 / 08.05.2012 * Author: Artem Ignatiev * remove require and rake altogether * gem build and rake gem both work fine without those requires, * and requiring 'rake' broke bundler * add rake as development dependency * Somehow it broken rake on my other project === 0.7.0 / 07.05.2012 * Author: Artem Ignatiev * use both ruby 1.8 and 1.9 compatible way of getting character code when hashing * Fix syntax for ruby-1.9 * return gemspec so that bundler can find it When bundler loads gemspec, it evaluates it, and if the return value is not a gem specification built, refuses to load the gem. * Testing worksheet protection To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/ruby-spreadsheet/Makefile \ pkgsrc/math/ruby-spreadsheet/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/ruby-spreadsheet/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.