[DRE-commits] [ruby-spreadsheet] branch master updated (287e395 -> 5b0a0af)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Apr 15 19:07:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-spreadsheet.
from 287e395 Install History.md as upstream changelog
adds c07caba Imported Upstream version 0.9.7
new 1a8dd63 Merge tag 'upstream/0.9.7'
new d407d3e Bump Standards-Version to 3.9.5 (no changes needed)
new 5b0a0af prepare changelog
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Excel97-2007BinaryFileFormatSpecification.pdf | Bin 0 -> 4757428 bytes
Gemfile | 2 -
Gemfile.lock | 3 -
History.md | 67 ++++++++++
Manifest.txt | 7 ++
README.md | 19 +--
bin/xlsopcodes | 26 ++--
checksums.yaml.gz | Bin 0 -> 427 bytes
debian/changelog | 7 ++
debian/control | 2 +-
excelfileformat.pdf | Bin 0 -> 1196627 bytes
lib/spreadsheet.rb | 2 +-
lib/spreadsheet/excel/internals.rb | 10 ++
lib/spreadsheet/excel/reader.rb | 84 ++++++++++++-
lib/spreadsheet/excel/reader/biff8.rb | 16 ++-
lib/spreadsheet/excel/worksheet.rb | 6 +-
lib/spreadsheet/excel/writer/workbook.rb | 3 +-
lib/spreadsheet/format.rb | 22 ++--
lib/spreadsheet/note.rb | 23 ++++
lib/spreadsheet/noteObject.rb | 17 +++
lib/spreadsheet/row.rb | 13 ++
lib/spreadsheet/worksheet.rb | 3 +
metadata.yml | 168 +++++++++++---------------
spreadsheet.gemspec | 4 +-
test/data/test_comment.xls | Bin 0 -> 23040 bytes
test/data/test_text_drawing.xls | Bin 0 -> 5632 bytes
test/data/test_worksheet_visibility.xls | Bin 0 -> 26624 bytes
test/integration.rb | 45 +++++++
28 files changed, 411 insertions(+), 138 deletions(-)
create mode 100644 Excel97-2007BinaryFileFormatSpecification.pdf
create mode 100644 checksums.yaml.gz
create mode 100644 excelfileformat.pdf
mode change 100644 => 100755 lib/spreadsheet/excel/reader.rb
create mode 100644 lib/spreadsheet/note.rb
create mode 100644 lib/spreadsheet/noteObject.rb
mode change 100644 => 100755 spreadsheet.gemspec
create mode 100755 test/data/test_comment.xls
create mode 100644 test/data/test_text_drawing.xls
create mode 100644 test/data/test_worksheet_visibility.xls
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-spreadsheet.git
More information about the Pkg-ruby-extras-commits
mailing list