[DRE-commits] [ruby-dbf] branch master updated (9252140 -> 2227f16)

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 change to branch master
in repository ruby-dbf.

      from  9252140   Run wrap-and-sort on packaging files
      adds  be73756   Imported Upstream version 3.0.5
       new  a8702bc   Merge tag 'upstream/3.0.5'
       new  3c97b0d   Bump Standards-Version to 3.9.8; set Testsuite to autopkgtest-pkg-ruby
       new  a59fa92   check gem dependencies in debian/rules
       new  094b10a   Remove hack to use the -s switch of the interpreter
       new  8093767   prepare changelog
       new  9d02eb2   remove duplicate Testsuite field
       new  2227f16   Set default encoding to UTF-8 in tests

The 7 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:
 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 +-
 debian/changelog                                   |  16 ++
 debian/control                                     |   4 +-
 .../patches/0001-default-external-encoding.patch   |  16 ++
 debian/patches/series                              |   1 +
 debian/rules                                       |  16 +-
 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 +--
 46 files changed, 1475 insertions(+), 889 deletions(-)
 delete mode 100644 Gemfile.travis18
 create mode 100644 debian/patches/0001-default-external-encoding.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/dbf/column.rb
 delete mode 100644 lib/dbf/column/base.rb
 delete mode 100644 lib/dbf/column/dbase.rb
 delete mode 100644 lib/dbf/column/foxpro.rb
 create mode 100644 lib/dbf/column_type.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/fixtures/cp1251_summary.txt
 create mode 100644 spec/fixtures/dbase_03_summary.txt
 create mode 100644 spec/fixtures/dbase_30_summary.txt
 create mode 100644 spec/fixtures/dbase_31_summary.txt
 create mode 100644 spec/fixtures/dbase_83_summary.txt
 create mode 100644 spec/fixtures/dbase_8b_summary.txt
 create mode 100644 spec/fixtures/dbase_f5_summary.txt

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