[DRE-commits] [ruby-mysql2] branch master updated (cb3a2ce -> 98cfb9d)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Apr 5 14:30:00 UTC 2014


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

boutil pushed a change to branch master
in repository ruby-mysql2.

      from  cb3a2ce   Add myself to Uploaders.
      adds  86dece4   Imported Upstream version 0.3.14
      adds  675c1cb   Imported Upstream version 0.3.15
       new  98cfb9d   Merge tag 'upstream/0.3.15'

The 1 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:
 README.md                  |  90 +++++++++++++-----
 checksums.yaml.gz          | Bin 271 -> 268 bytes
 ext/mysql2/client.c        |  35 ++++---
 ext/mysql2/client.h        |   6 +-
 ext/mysql2/infile.c        | 119 ++++++++++++++++++++++++
 ext/mysql2/infile.h        |   1 +
 ext/mysql2/mysql2_ext.h    |   1 +
 ext/mysql2/result.c        |  27 +++---
 lib/mysql2/error.rb        |  78 ++++++++++++++--
 lib/mysql2/version.rb      |   2 +-
 metadata.yml               |   8 +-
 spec/mysql2/client_spec.rb | 134 +++++++++++++++++++++++----
 spec/mysql2/error_spec.rb  | 104 +++++++++++----------
 spec/mysql2/result_spec.rb | 225 ++++++++++++++++++++++++++-------------------
 spec/spec_helper.rb        |   9 ++
 spec/test_data             |   1 +
 16 files changed, 615 insertions(+), 225 deletions(-)
 create mode 100644 ext/mysql2/infile.c
 create mode 100644 ext/mysql2/infile.h
 create mode 100644 spec/test_data

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



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