[DRE-commits] [ruby-dbf] 01/05: Merge tag 'upstream/2.0.10'

Christopher Baines cbaines-guest at moszumanska.debian.org
Sat Jul 18 20:51:51 UTC 2015


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

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

commit 2fdfa935de90d4c0cc9c371ad91b47857698f0d8
Merge: 783bd33 e8d9c06
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Jul 18 21:43:38 2015 +0100

    Merge tag 'upstream/2.0.10'
    
    Upstream version 2.0.10

 CHANGELOG.md                                     |   9 ++
 Gemfile                                          |   6 +
 Gemfile.lock                                     |  74 +++++++++--
 Gemfile.travis                                   |   9 ++
 Gemfile.travis18                                 |   8 ++
 Guardfile                                        |  11 ++
 MIT-LICENSE => LICENSE                           |   2 +-
 README.md                                        | 155 ++++++++++++++++-------
 Rakefile                                         |   9 +-
 checksums.yaml.gz                                | Bin 269 -> 0 bytes
 dbf.gemspec                                      |  18 +--
 lib/dbf.rb                                       |   2 +
 lib/dbf/column/base.rb                           |  75 +++++++----
 lib/dbf/column/foxpro.rb                         |   8 +-
 lib/dbf/database/foxpro.rb                       | 109 ++++++++++++++++
 lib/dbf/header.rb                                |   6 +-
 lib/dbf/memo/base.rb                             |   4 +-
 lib/dbf/record.rb                                |  39 ++++--
 lib/dbf/schema.rb                                |  34 +++++
 lib/dbf/table.rb                                 | 116 ++++++++---------
 lib/dbf/version.rb                               |   4 +-
 metadata.yml                                     |  81 ++++++------
 spec/dbf/column_spec.rb                          | 129 ++++++++++++++-----
 spec/dbf/database_spec.rb                        |  51 ++++++++
 spec/dbf/file_formats_spec.rb                    |  42 ++++--
 spec/dbf/record_spec.rb                          |  91 +++++++------
 spec/dbf/table_spec.rb                           |  93 +++++++-------
 spec/fixtures/dbase_83_missing_memo_record_0.yml |  16 +++
 spec/fixtures/dbase_83_record_0.yml              |  16 +++
 spec/fixtures/dbase_83_record_9.yml              |  23 ++++
 spec/fixtures/foxprodb/FOXPRO-DB-TEST.DBC        | Bin 0 -> 10123 bytes
 spec/fixtures/foxprodb/FOXPRO-DB-TEST.DCT        | Bin 0 -> 10688 bytes
 spec/fixtures/foxprodb/FOXPRO-DB-TEST.DCX        | Bin 0 -> 5632 bytes
 spec/fixtures/foxprodb/calls.CDX                 | Bin 0 -> 6144 bytes
 spec/fixtures/foxprodb/calls.FPT                 | Bin 0 -> 1728 bytes
 spec/fixtures/foxprodb/calls.dbf                 | Bin 0 -> 5017 bytes
 spec/fixtures/foxprodb/contacts.CDX              | Bin 0 -> 6144 bytes
 spec/fixtures/foxprodb/contacts.FPT              | Bin 0 -> 960 bytes
 spec/fixtures/foxprodb/contacts.dbf              | Bin 0 -> 10450 bytes
 spec/fixtures/foxprodb/setup.CDX                 | Bin 0 -> 3072 bytes
 spec/fixtures/foxprodb/setup.dbf                 | Bin 0 -> 526 bytes
 spec/fixtures/foxprodb/types.CDX                 | Bin 0 -> 3072 bytes
 spec/fixtures/foxprodb/types.dbf                 | Bin 0 -> 471 bytes
 spec/spec_helper.rb                              |  12 ++
 44 files changed, 889 insertions(+), 363 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