[DRE-commits] [ruby-dbf] branch master updated (b026b3e -> 8411aac)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Dec 3 09:09:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-dbf.
from b026b3e Remove details of upstream changes from changelog
adds 83cba58 Imported Upstream version 2.0.6
new 3434eef Merge tag 'upstream/2.0.6'
new d39c693 build with newer gem2deb, drop ruby-fastercsv dependency (ruby1.8 only)
new abab29f Bump Standards-Version to 3.9.5 (no changes needed)
new 8411aac prepare changelog
The 4 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 | 3 +
Gemfile.lock | 2 +-
README.md | 13 +
checksums.yaml.gz | Bin 270 -> 271 bytes
dbf.gemspec | 1 +
debian/changelog | 10 +
debian/control | 6 +-
docs/encodings.csv | 60 +
lib/dbf.rb | 3 +-
lib/dbf/column/base.rb | 5 +-
lib/dbf/encodings.rb | 63 +
lib/dbf/header.rb | 17 +
lib/dbf/memo/foxpro.rb | 3 +
lib/dbf/table.rb | 49 +-
lib/dbf/table/encodings.rb | 66 -
lib/dbf/version.rb | 2 +-
metadata.yml | 18 +-
spec/dbf/dir_alumnos.csv | 3118 ++++++++++++++++++++++++++++++++++++
spec/dbf/file_formats_spec.rb | 28 +-
spec/dbf/test.csv | 3118 ++++++++++++++++++++++++++++++++++++
spec/fixtures/dir_alumnos.dbf | Bin 0 -> 2824486 bytes
spec/fixtures/dir_alumnos.fpt | Bin 0 -> 231808 bytes
spec/fixtures/test.rb | 48 +
spec/fixtures/test/dir_alumnos.dbf | Bin 0 -> 2824486 bytes
spec/fixtures/test/dir_alumnos.fpt | Bin 0 -> 231808 bytes
25 files changed, 6532 insertions(+), 101 deletions(-)
create mode 100644 docs/encodings.csv
create mode 100644 lib/dbf/encodings.rb
create mode 100644 lib/dbf/header.rb
delete mode 100644 lib/dbf/table/encodings.rb
create mode 100644 spec/dbf/dir_alumnos.csv
create mode 100644 spec/dbf/test.csv
create mode 100644 spec/fixtures/dir_alumnos.dbf
create mode 100644 spec/fixtures/dir_alumnos.fpt
create mode 100644 spec/fixtures/test.rb
create mode 100644 spec/fixtures/test/dir_alumnos.dbf
create mode 100644 spec/fixtures/test/dir_alumnos.fpt
--
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