summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-08 09:37:51 +0000
committerobache <obache@pkgsrc.org>2012-05-08 09:37:51 +0000
commit528c557d4cbb9dff6953ded70f673106d6238389 (patch)
tree68658bc2e6ee6314d24cdb1b5903385413c027a7 /math
parentad7f9d5b6260758e83c0cf3a68fd5e66120bcce0 (diff)
downloadpkgsrc-528c557d4cbb9dff6953ded70f673106d6238389.tar.gz
=== 0.7.1 / 08.05.2012
* Author: Artem Ignatiev <zazubrik@gmail.com> * 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 <zazubrik@gmail.com> * 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
Diffstat (limited to 'math')
-rw-r--r--math/ruby-spreadsheet/Makefile4
-rw-r--r--math/ruby-spreadsheet/PLIST5
-rw-r--r--math/ruby-spreadsheet/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/math/ruby-spreadsheet/Makefile b/math/ruby-spreadsheet/Makefile
index 21a48f35271..bf50caefd26 100644
--- a/math/ruby-spreadsheet/Makefile
+++ b/math/ruby-spreadsheet/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/04/28 12:17:13 obache Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/08 09:37:51 obache Exp $
#
-DISTNAME= spreadsheet-0.6.9
+DISTNAME= spreadsheet-0.7.1
CATEGORIES= math
MAINTAINER= obache@NetBSD.org
diff --git a/math/ruby-spreadsheet/PLIST b/math/ruby-spreadsheet/PLIST
index f1df01cc39f..771aec4ecc1 100644
--- a/math/ruby-spreadsheet/PLIST
+++ b/math/ruby-spreadsheet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/28 12:17:13 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/05/08 09:37:51 obache Exp $
bin/xlsopcodes${RUBY_VER}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
@@ -24,6 +24,7 @@ ${GEM_LIBDIR}/lib/spreadsheet/excel/internals.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/internals/biff5.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/internals/biff8.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/offset.rb
+${GEM_LIBDIR}/lib/spreadsheet/excel/password_hash.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/reader.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/reader/biff5.rb
${GEM_LIBDIR}/lib/spreadsheet/excel/reader/biff8.rb
@@ -53,6 +54,7 @@ ${GEM_LIBDIR}/test/data/test_datetime.xls
${GEM_LIBDIR}/test/data/test_empty.xls
${GEM_LIBDIR}/test/data/test_formula.xls
${GEM_LIBDIR}/test/data/test_long_sst_record.xls
+${GEM_LIBDIR}/test/data/test_merged_and_protected.xls
${GEM_LIBDIR}/test/data/test_merged_cells.xls
${GEM_LIBDIR}/test/data/test_missing_row.xls
${GEM_LIBDIR}/test/data/test_version_excel5.xls
@@ -67,5 +69,6 @@ ${GEM_LIBDIR}/test/integration.rb
${GEM_LIBDIR}/test/row.rb
${GEM_LIBDIR}/test/suite.rb
${GEM_LIBDIR}/test/workbook.rb
+${GEM_LIBDIR}/test/workbook_protection.rb
${GEM_LIBDIR}/test/worksheet.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/math/ruby-spreadsheet/distinfo b/math/ruby-spreadsheet/distinfo
index 98955e8028d..1bac3c9a395 100644
--- a/math/ruby-spreadsheet/distinfo
+++ b/math/ruby-spreadsheet/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/04/28 12:17:13 obache Exp $
+$NetBSD: distinfo,v 1.11 2012/05/08 09:37:51 obache Exp $
-SHA1 (spreadsheet-0.6.9.gem) = 58788a00087d5d684a02aeb724734d323c7ab2af
-RMD160 (spreadsheet-0.6.9.gem) = 549e6280df0501554c13b2c922f491056f888a71
-Size (spreadsheet-0.6.9.gem) = 160256 bytes
+SHA1 (spreadsheet-0.7.1.gem) = 170e5858812818876225aa3fcd25354522dfa325
+RMD160 (spreadsheet-0.7.1.gem) = 7c7f6c5cfd1ea2d1d5cb11805fb715ccbc64658b
+Size (spreadsheet-0.7.1.gem) = 165376 bytes