[DRE-commits] [ruby-sqlite3] branch master updated (45b2235 -> 0edf102)

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 2 12:27:39 UTC 2017


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

lucas pushed a change to branch master
in repository ruby-sqlite3.

      from  45b2235   prepare changelog
       new  bad9452   New upstream version 1.3.13
       new  d16560d   Bump Standards-Version. No changes needed.
       new  2f98ca9   d/ruby-sqlite3.doc-base: fix spelling error
       new  0edf102   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.rdoc                 |   7 +-
 Gemfile                        |   7 +-
 README.rdoc                    |  25 ++-
 debian/changelog               |   9 +
 debian/control                 |   2 +-
 debian/ruby-sqlite3.doc-base   |   2 +-
 ext/sqlite3/database.c         |  95 ++++++++--
 ext/sqlite3/extconf.rb         |  25 ++-
 ext/sqlite3/sqlite3.c          |  55 ++++++
 lib/sqlite3.rb                 |   5 +
 lib/sqlite3/database.rb        |  21 ++-
 lib/sqlite3/pragmas.rb         | 402 ++++++++++++++++++++++++++++++++++++-----
 lib/sqlite3/version.rb         |   4 +-
 metadata.yml                   | 216 ----------------------
 sqlite3.gemspec                |  55 ++++++
 tasks/gem.rake                 |   2 +-
 test/test_database.rb          |  65 ++++++-
 test/test_database_readonly.rb |  11 +-
 test/test_integration.rb       |   4 +
 test/test_sqlite3.rb           |  12 ++
 test/test_statement.rb         |   2 +-
 21 files changed, 717 insertions(+), 309 deletions(-)
 delete mode 100644 metadata.yml
 create mode 100644 sqlite3.gemspec

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



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