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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Apr 3 15:16:39 UTC 2015


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

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

commit 83ed725d6435a57f165a0e1429220318e59777b6
Merge: 8be563a 9932718
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Apr 3 20:00:15 2015 +0530

    Merge tag 'upstream/0.18.1'
    
    Upstream version 0.18.1
    
    # gpg: Signature made Friday 03 April 2015 08:00:09 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"

 .hg_archival.txt                     |    4 +-
 .hgsigs                              |    2 +
 .hgtags                              |    2 +
 .rvm.gems                            |    2 +-
 .travis.yml                          |   41 +-
 Gemfile                              |    5 +-
 History.rdoc                         |   27 +
 Manifest.txt                         |   30 +-
 README.rdoc                          |   47 ++
 Rakefile                             |   52 +-
 Rakefile.cross                       |   71 +-
 ext/extconf.rb                       |   55 +-
 ext/pg.c                             |  159 +++-
 ext/pg.h                             |  238 +++++-
 ext/pg_binary_decoder.c              |  160 ++++
 ext/pg_binary_encoder.c              |  160 ++++
 ext/pg_coder.c                       |  479 ++++++++++++
 ext/pg_connection.c                  | 1401 +++++++++++++++++++++-------------
 ext/pg_copy_coder.c                  |  561 ++++++++++++++
 ext/pg_errors.c                      |    6 +
 ext/pg_result.c                      |  605 ++++++++++++---
 ext/pg_text_decoder.c                |  422 ++++++++++
 ext/pg_text_encoder.c                |  663 ++++++++++++++++
 ext/pg_type_map.c                    |  159 ++++
 ext/pg_type_map_all_strings.c        |  116 +++
 ext/pg_type_map_by_class.c           |  239 ++++++
 ext/pg_type_map_by_column.c          |  312 ++++++++
 ext/pg_type_map_by_mri_type.c        |  284 +++++++
 ext/pg_type_map_by_oid.c             |  355 +++++++++
 ext/pg_type_map_in_ruby.c            |  302 ++++++++
 ext/util.c                           |  149 ++++
 ext/util.h                           |   65 ++
 lib/pg.rb                            |   12 +-
 lib/pg/basic_type_mapping.rb         |  399 ++++++++++
 lib/pg/coder.rb                      |   83 ++
 lib/pg/connection.rb                 |   46 +-
 lib/pg/result.rb                     |   16 +-
 lib/pg/text_decoder.rb               |   42 +
 lib/pg/text_encoder.rb               |   27 +
 lib/pg/type_map_by_column.rb         |   15 +
 spec/{lib => }/helpers.rb            |  138 +++-
 spec/pg/basic_type_mapping_spec.rb   |  251 ++++++
 spec/pg/connection_spec.rb           |  641 ++++++++++------
 spec/pg/result_spec.rb               |  328 +++++---
 spec/pg/type_map_by_class_spec.rb    |  138 ++++
 spec/pg/type_map_by_column_spec.rb   |  222 ++++++
 spec/pg/type_map_by_mri_type_spec.rb |  136 ++++
 spec/pg/type_map_by_oid_spec.rb      |  149 ++++
 spec/pg/type_map_in_ruby_spec.rb     |  164 ++++
 spec/pg/type_map_spec.rb             |   22 +
 spec/pg/type_spec.rb                 |  665 ++++++++++++++++
 spec/pg_spec.rb                      |   42 +-
 52 files changed, 9532 insertions(+), 1177 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