[DRE-commits] [ruby-pg] branch master updated (dd09a24 -> ca1cfdd)

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 change to branch master
in repository ruby-pg.

      from  dd09a24   release
      adds  58d647e   Imported Upstream version 0.19.0
       new  ca1cfdd   Merge tag 'upstream/0.19.0'

The 1 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                            |   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(-)
 delete mode 100644 .rvmrc
 create mode 100644 certs/ged.pem
 create mode 100644 ext/errorcodes.def
 create mode 100644 pg.gemspec

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