[DRE-commits] [ruby-spreadsheet] 01/03: Merge tag 'upstream/0.9.0'

Cédric Boutillier boutil at alioth.debian.org
Tue Sep 17 15:57:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-spreadsheet.

commit c2df809562226c317c3465d359017f31c9a52820
Merge: e2b7a80 a930ac3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 17 10:12:24 2013 +0200

    Merge tag 'upstream/0.9.0'
    
    Upstream version 0.9.0
    
    # gpg: Signature faite le mar. 17 sept. 2013 10:12:24 CEST avec la clef RSA d'identifiant 8F9F8F09
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .travis.yml                                     |    8 +-
 GUIDE.txt => GUIDE.md                           |  292 ++++++++++++++---------
 Gemfile                                         |   10 +-
 Gemfile.lock                                    |   21 +-
 History.txt => History.md                       |  142 +++++++----
 Manifest.txt                                    |   10 +-
 README.txt => README.md                         |   42 ++--
 bin/xlsopcodes                                  |   26 +-
 lib/spreadsheet.rb                              |    2 +-
 lib/spreadsheet/excel/internals.rb              |    5 +-
 lib/spreadsheet/excel/reader.rb                 |   21 ++
 lib/spreadsheet/excel/rgb.rb                    |  170 ++++++-------
 lib/spreadsheet/excel/worksheet.rb              |   11 +
 lib/spreadsheet/excel/writer/worksheet.rb       |   25 ++
 lib/spreadsheet/format.rb                       |   16 +-
 lib/spreadsheet/workbook.rb                     |    5 +
 lib/spreadsheet/worksheet.rb                    |   13 +-
 metadata.yml                                    |  152 +++++++-----
 spreadsheet.gemspec                             |    5 +-
 test/data/test_adding_data_to_existing_file.xls |  Bin 0 -> 3584 bytes
 test/data/test_margin.xls                       |  Bin 0 -> 30208 bytes
 test/data/test_pagesetup.xls                    |  Bin 0 -> 30720 bytes
 test/excel/writer/n_worksheet.rb                |   55 -----
 test/excel/writer/worksheet.rb                  |    2 +-
 test/format.rb                                  |    8 +
 test/integration.rb                             |   62 +++++
 test/workbook.rb                                |   11 +
 27 files changed, 679 insertions(+), 435 deletions(-)

-- 
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