summaryrefslogtreecommitdiff
path: root/math/ruby-spreadsheet/PLIST
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/ruby-spreadsheet/PLIST
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/ruby-spreadsheet/PLIST')
-rw-r--r--math/ruby-spreadsheet/PLIST5
1 files changed, 4 insertions, 1 deletions
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