[DRE-commits] [ruby-dbf] 01/07: Merge tag 'upstream/3.0.5'

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jul 8 14:35:43 UTC 2016


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

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

commit a8702bcdfd84542698c5c4b9ebb5d8dd4c4680f6
Merge: 9252140 be73756
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 8 16:12:55 2016 +0200

    Merge tag 'upstream/3.0.5'
    
    Upstream version 3.0.5
    
    # gpg: Signature faite le ven. 08 juil. 2016 16:12:54 CEST avec la clef RSA d'identifiant 39CD217A
    # 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> »

 CHANGELOG.md                       |  33 +++++
 Gemfile.lock                       |  61 +++++----
 Gemfile.travis                     |   4 +-
 Gemfile.travis18                   |   8 --
 LICENSE                            |   2 +-
 README.md                          |  93 +++++++++++--
 Rakefile                           |   2 +-
 bin/dbf                            |  27 ++--
 dbf.gemspec                        |   5 +-
 docs/supported_types.markdown      |  10 +-
 lib/dbf.rb                         |  10 +-
 lib/dbf/column.rb                  | 166 +++++++++++++++++++++++
 lib/dbf/column/base.rb             | 169 ------------------------
 lib/dbf/column/dbase.rb            |   7 -
 lib/dbf/column/foxpro.rb           |   9 --
 lib/dbf/column_type.rb             | 103 +++++++++++++++
 lib/dbf/database/foxpro.rb         |  71 ++++++----
 lib/dbf/encodings.rb               | 118 ++++++++---------
 lib/dbf/header.rb                  |   7 +-
 lib/dbf/memo/base.rb               |  16 +--
 lib/dbf/memo/dbase3.rb             |  11 +-
 lib/dbf/memo/dbase4.rb             |   4 +-
 lib/dbf/memo/foxpro.rb             |   8 +-
 lib/dbf/record.rb                  |  59 +++++----
 lib/dbf/schema.rb                  |  33 ++++-
 lib/dbf/table.rb                   | 189 ++++++++++++--------------
 lib/dbf/version.rb                 |   2 +-
 metadata.yml                       | 131 ------------------
 spec/dbf/column_spec.rb            | 264 +++++++++++++++++++++----------------
 spec/dbf/database_spec.rb          |   4 +-
 spec/dbf/file_formats_spec.rb      |  35 ++---
 spec/dbf/record_spec.rb            |  47 +++----
 spec/dbf/table_spec.rb             | 242 ++++++++++++++++++++++++++--------
 spec/fixtures/cp1251_summary.txt   |  11 ++
 spec/fixtures/dbase_03_summary.txt |  40 ++++++
 spec/fixtures/dbase_30_summary.txt | 154 ++++++++++++++++++++++
 spec/fixtures/dbase_31_summary.txt |  20 +++
 spec/fixtures/dbase_83_summary.txt |  24 ++++
 spec/fixtures/dbase_8b_summary.txt |  15 +++
 spec/fixtures/dbase_f5_summary.txt |  68 ++++++++++
 spec/spec_helper.rb                |  29 ++--
 41 files changed, 1438 insertions(+), 873 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dbf.git



More information about the Pkg-ruby-extras-commits mailing list