[DRE-commits] [ruby-pg] 01/01: Merge tag 'upstream/0.19.0'

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Sun Nov 20 11:36:16 UTC 2016


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

abhijithpa-guest pushed a commit to branch master
in repository ruby-pg.

commit ca1cfddca1f08767d3c3d3e899361931885ca8ae
Merge: dd09a24 58d647e
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Sun Nov 20 17:02:23 2016 +0530

    Merge tag 'upstream/0.19.0'
    
    Upstream version 0.19.0

 .hg_archival.txt                     |   4 +-
 .hgignore                            |   2 +-
 .hgsigs                              |   1 +
 .hgtags                              |   2 +
 .hoerc                               |   2 +-
 .rvmrc                               |  27 -
 .travis.yml                          |  30 +-
 BSDL                                 |   4 +-
 Gemfile                              |  18 +-
 History.rdoc                         |  25 +
 README.rdoc                          |  20 +-
 Rakefile                             |  22 +-
 Rakefile.cross                       |  12 +-
 appveyor.yml                         |  21 +-
 certs/ged.pem                        |  26 +
 ext/errorcodes.def                   | 947 +++++++++++++++++++++++++++++++++++
 ext/errorcodes.txt                   |   6 +-
 ext/extconf.rb                       |  10 +-
 ext/gvl_wrappers.h                   |   4 +
 ext/pg.c                             |   5 +-
 ext/pg.h                             |   9 +-
 ext/pg_binary_encoder.c              |  14 +-
 ext/pg_coder.c                       |  39 +-
 ext/pg_connection.c                  | 306 ++++++++---
 ext/pg_copy_coder.c                  |  38 +-
 ext/pg_result.c                      |   2 +-
 ext/pg_text_encoder.c                | 102 ++--
 lib/pg.rb                            |   4 +-
 lib/pg/basic_type_mapping.rb         |  43 +-
 lib/pg/connection.rb                 |  54 +-
 lib/pg/result.rb                     |   8 +-
 lib/pg/text_decoder.rb               |   7 +
 lib/pg/text_encoder.rb               |   8 +
 pg.gemspec                           |  61 +++
 spec/helpers.rb                      |  15 +-
 spec/pg/basic_type_mapping_spec.rb   |  54 ++
 spec/pg/connection_spec.rb           | 184 ++++++-
 spec/pg/type_map_by_class_spec.rb    |   2 +-
 spec/pg/type_map_by_mri_type_spec.rb |   2 +-
 spec/pg/type_spec.rb                 |  84 +++-
 40 files changed, 1913 insertions(+), 311 deletions(-)

-- 
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