[DRE-commits] [ruby-mysql] branch master updated (6c4fe9d -> 9ee741a)

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Oct 6 11:54:35 UTC 2014


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

terceiro pushed a change to branch master
in repository ruby-mysql.

      from  6c4fe9d   Add Vcs-* fields.
       new  3a8720c   fetch new versions from rubygems.org
      adds  1100afd   Imported Upstream version 2.9.1
       new  af32692   Merge tag 'upstream/2.9.1'
       new  27b723a   New upstream release.
       new  cc473d2   add-basic-encoding-awareness-logic.patch: rebase
       new  b760ab2   docs moved in upstream source
       new  72b542c   fix test suite
       new  4b7d1b3   Run tests only on CI
       new  9ee741a   Release to unstable

The 8 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:
 .gemtest                                           |   0
 History.txt                                        |  38 ++++++
 Manifest.txt                                       |  17 +++
 README.txt                                         |  25 ++++
 Rakefile                                           |  22 ++++
 debian/changelog                                   |  11 ++
 debian/control                                     |   5 +-
 .../add-basic-encoding-awareness-logic.patch       | 101 +++++++--------
 debian/ruby-mysql.docs                             |   6 +-
 debian/ruby-test-files.yaml                        |   2 -
 debian/rules                                       |  14 +-
 debian/tests/control                               |   2 +
 debian/tests/test-suite                            |  11 ++
 debian/watch                                       |   3 +-
 extconf.rb => ext/mysql_api/extconf.rb             |  34 ++++-
 mysql.c => ext/mysql_api/mysql.c                   |  88 +++++++++----
 README.html => extra/README.html                   |   0
 README_ja.html => extra/README_ja.html             |   0
 tommy.css => extra/tommy.css                       |   0
 lib/mysql.rb                                       |   9 ++
 lib/mysql/version.rb                               |   6 +
 metadata.yml                                       | 141 +++++++++++++++++++++
 tasks/gem.rake                                     |  24 ++++
 tasks/native.rake                                  |  52 ++++++++
 tasks/vendor_mysql.rake                            |  42 ++++++
 test.rb => test/test_mysql.rb                      | 101 ++++++++++-----
 26 files changed, 620 insertions(+), 134 deletions(-)
 create mode 100644 .gemtest
 create mode 100644 History.txt
 create mode 100644 Manifest.txt
 create mode 100644 README.txt
 create mode 100644 Rakefile
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/test-suite
 rename extconf.rb => ext/mysql_api/extconf.rb (59%)
 rename mysql.c => ext/mysql_api/mysql.c (95%)
 rename README.html => extra/README.html (100%)
 rename README_ja.html => extra/README_ja.html (100%)
 rename tommy.css => extra/tommy.css (100%)
 create mode 100644 lib/mysql.rb
 create mode 100644 lib/mysql/version.rb
 create mode 100644 metadata.yml
 create mode 100644 tasks/gem.rake
 create mode 100644 tasks/native.rake
 create mode 100644 tasks/vendor_mysql.rake
 rename test.rb => test/test_mysql.rb (96%)

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



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