Update ruby-spreadsheet to 0.7.7.
=== 0.7.7 / 22.01.2013 Author: DeTeam <timur.deteam@gmail.com> Date: Tue Jan 22 19:11:52 2013 +0400 * Make tests pass * Readme updated * RuntimeError when file is empty * Hoe in dev deps * Finish with bundler * Add a Gemfile also see: https://github.com/zdavatz/spreadsheet/pull/24
This commit is contained in:
parent
f780f41772
commit
e522848ece
3 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2013/01/16 12:20:21 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2013/01/24 10:50:35 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spreadsheet-0.7.6
|
||||
DISTNAME= spreadsheet-0.7.7
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2013/01/05 05:16:48 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2013/01/24 10:50:35 obache Exp $
|
||||
bin/xlsopcodes${RUBY_VER}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/GUIDE.txt
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/Gemfile.lock
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
|
@ -62,6 +64,7 @@ ${GEM_LIBDIR}/test/data/test_version_excel5.xls
|
|||
${GEM_LIBDIR}/test/data/test_version_excel95.xls
|
||||
${GEM_LIBDIR}/test/data/test_version_excel97.xls
|
||||
${GEM_LIBDIR}/test/data/test_version_excel97_2010.xls
|
||||
${GEM_LIBDIR}/test/excel/reader.rb
|
||||
${GEM_LIBDIR}/test/excel/row.rb
|
||||
${GEM_LIBDIR}/test/excel/writer/workbook.rb
|
||||
${GEM_LIBDIR}/test/excel/writer/worksheet.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2013/01/16 12:20:21 obache Exp $
|
||||
$NetBSD: distinfo,v 1.16 2013/01/24 10:50:35 obache Exp $
|
||||
|
||||
SHA1 (spreadsheet-0.7.6.gem) = 631d6e21ea7af013f01d694c450af28534e34c7a
|
||||
RMD160 (spreadsheet-0.7.6.gem) = 84a971c5600254f1038733ae817616d6899d14d5
|
||||
Size (spreadsheet-0.7.6.gem) = 171520 bytes
|
||||
SHA1 (spreadsheet-0.7.7.gem) = e7e5797fa055c9197dd10da8caa1de8726612101
|
||||
RMD160 (spreadsheet-0.7.7.gem) = ea7ddad2c87cfa47e4c483aace41d030da30f32d
|
||||
Size (spreadsheet-0.7.7.gem) = 172032 bytes
|
||||
|
|
Loading…
Reference in a new issue