[DRE-commits] [ruby-mysql2] branch master updated (f378e99 -> c8610ca)
zeha at debian.org
zeha at debian.org
Wed Jan 6 01:16:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a change to branch master
in repository ruby-mysql2.
from f378e99 upload to unstable
new 736196f Imported Upstream version 0.4.2
new ba9bd87 Merge tag 'upstream/0.4.2'
new 5702472 Drop upstream applied patches
new b6ad647 Refresh local patches
new c8610ca Bump Standard-Version to 3.9.6
The 5 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 | 1 +
LICENSE | 21 +
README.md | 75 +-
debian/control | 2 +-
debian/patches/cleanup_fork.patch | 31 -
debian/patches/port_to_rspec3.patch | 1605 --------------------
debian/patches/remove_rpath_compilation_flag.patch | 7 +-
debian/patches/series | 3 -
examples/eventmachine.rb | 2 +-
examples/threaded.rb | 10 +-
ext/mysql2/client.c | 345 +++--
ext/mysql2/client.h | 22 +-
ext/mysql2/extconf.rb | 130 +-
ext/mysql2/infile.c | 4 +-
ext/mysql2/mysql2_ext.c | 1 +
ext/mysql2/mysql2_ext.h | 11 +-
ext/mysql2/mysql_enc_name_to_ruby.h | 4 +-
ext/mysql2/mysql_enc_to_ruby.h | 47 +-
ext/mysql2/result.c | 626 ++++++--
ext/mysql2/result.h | 18 +-
ext/mysql2/statement.c | 494 ++++++
ext/mysql2/statement.h | 19 +
lib/mysql2.rb | 56 +-
lib/mysql2/client.rb | 90 +-
lib/mysql2/console.rb | 2 +-
lib/mysql2/em.rb | 11 +-
lib/mysql2/error.rb | 45 +-
lib/mysql2/field.rb | 3 +
lib/mysql2/statement.rb | 17 +
lib/mysql2/version.rb | 2 +-
metadata.yml | 87 +-
spec/em/em_spec.rb | 42 +-
spec/mysql2/client_spec.rb | 744 ++++-----
spec/mysql2/error_spec.rb | 73 +-
spec/mysql2/result_spec.rb | 421 ++---
spec/mysql2/statement_spec.rb | 684 +++++++++
spec/spec_helper.rb | 7 +
spec/ssl/ca-cert.pem | 17 +
spec/ssl/ca-key.pem | 27 +
spec/ssl/ca.cnf | 22 +
spec/ssl/cert.cnf | 22 +
spec/ssl/client-cert.pem | 17 +
spec/ssl/client-key.pem | 27 +
spec/ssl/client-req.pem | 15 +
spec/ssl/gen_certs.sh | 48 +
spec/ssl/pkcs8-client-key.pem | 28 +
spec/ssl/pkcs8-server-key.pem | 28 +
spec/ssl/server-cert.pem | 17 +
spec/ssl/server-key.pem | 27 +
spec/ssl/server-req.pem | 15 +
support/mysql_enc_to_ruby.rb | 15 +-
support/ruby_enc_to_mysql.rb | 2 +-
52 files changed, 3301 insertions(+), 2788 deletions(-)
create mode 100644 CHANGELOG.md
create mode 100644 LICENSE
delete mode 100644 debian/patches/cleanup_fork.patch
delete mode 100644 debian/patches/port_to_rspec3.patch
create mode 100644 ext/mysql2/statement.c
create mode 100644 ext/mysql2/statement.h
create mode 100644 lib/mysql2/field.rb
create mode 100644 lib/mysql2/statement.rb
create mode 100644 spec/mysql2/statement_spec.rb
create mode 100644 spec/ssl/ca-cert.pem
create mode 100644 spec/ssl/ca-key.pem
create mode 100644 spec/ssl/ca.cnf
create mode 100644 spec/ssl/cert.cnf
create mode 100644 spec/ssl/client-cert.pem
create mode 100644 spec/ssl/client-key.pem
create mode 100644 spec/ssl/client-req.pem
create mode 100644 spec/ssl/gen_certs.sh
create mode 100644 spec/ssl/pkcs8-client-key.pem
create mode 100644 spec/ssl/pkcs8-server-key.pem
create mode 100644 spec/ssl/server-cert.pem
create mode 100644 spec/ssl/server-key.pem
create mode 100644 spec/ssl/server-req.pem
--
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