[DRE-commits] [ruby-pg] branch master updated (507d4e6 -> 675d816)

Dmitry Borodaenko angdraug at alioth.debian.org
Sun Aug 11 00:53:14 UTC 2013


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

angdraug pushed a change to branch master
in repository ruby-pg.

      from  507d4e6   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  8846e61   Imported Upstream version 0.16.0
       new  8dbf78f   Merge tag 'upstream/0.16.0'
       new  5bdaf1c   new upstream version 0.16.0
       new  059a1c6   do not set rpath
       new  675d816   rdoc fixes: encoding, jquery symlink

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:
 .hg_archival.txt                           |    4 +-
 .hgignore                                  |    1 +
 .hgsigs                                    |    4 +
 .hgtags                                    |    4 +
 .hoerc                                     |    2 +-
 .rvm.gems                                  |    4 +-
 .rvmrc                                     |    2 +-
 .tm_properties                             |    8 +
 .travis.yml                                |   48 ++
 Contributors.rdoc                          |    2 +-
 History.rdoc                               |   98 ++-
 Manifest.txt                               |    7 +
 README.ja.rdoc                             |   13 +-
 README.rdoc                                |   34 +-
 Rakefile                                   |   67 +-
 Rakefile.cross                             |  365 +++++-----
 debian/changelog                           |   16 +
 debian/control                             |    3 +-
 debian/links                               |    1 +
 debian/patches/0001-do-not-set-rpath.patch |   26 +
 debian/patches/series                      |    1 +
 debian/rules                               |   10 +-
 ext/errorcodes.rb                          |   45 ++
 ext/errorcodes.txt                         |  463 +++++++++++++
 ext/extconf.rb                             |   22 +-
 ext/gvl_wrappers.c                         |   19 +
 ext/gvl_wrappers.h                         |  211 ++++++
 ext/pg.c                                   |   50 +-
 ext/pg.h                                   |   33 +
 ext/pg_connection.c                        | 1031 +++++++++++++++++-----------
 ext/pg_errors.c                            |   89 +++
 ext/pg_result.c                            |  216 +++---
 lib/pg.rb                                  |    2 +-
 lib/pg/connection.rb                       |   31 +-
 lib/pg/exceptions.rb                       |    4 +-
 lib/pg/result.rb                           |    7 +-
 sample/array_insert.rb                     |   20 +
 sample/async_api.rb                        |    6 +-
 sample/async_copyto.rb                     |    2 +-
 sample/async_mixed.rb                      |    6 +-
 sample/cursor.rb                           |    2 +-
 sample/disk_usage_report.rb                |    2 +-
 sample/wal_shipper.rb                      |    2 +-
 sample/warehouse_partitions.rb             |    2 +-
 spec/lib/helpers.rb                        |   68 +-
 spec/pg/connection_spec.rb                 |  471 +++++++++----
 spec/pg/result_spec.rb                     |   96 ++-
 spec/pg_spec.rb                            |   13 +
 48 files changed, 2733 insertions(+), 900 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 debian/links
 create mode 100644 debian/patches/0001-do-not-set-rpath.patch
 create mode 100644 debian/patches/series
 create mode 100755 ext/errorcodes.rb
 create mode 100644 ext/errorcodes.txt
 create mode 100644 ext/gvl_wrappers.c
 create mode 100644 ext/gvl_wrappers.h
 create mode 100644 ext/pg_errors.c
 mode change 100644 => 100755 lib/pg/connection.rb
 create mode 100644 sample/array_insert.rb
 mode change 100644 => 100755 spec/lib/helpers.rb
 mode change 100644 => 100755 spec/pg/connection_spec.rb

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



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