[DRE-commits] [ruby-libxml] 01/09: Merge tag 'upstream/2.7.0'

Cédric Boutillier boutil at alioth.debian.org
Tue Aug 20 10:37:36 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-libxml.

commit 84d8caa3ee06c7ba815018ae3259b9560d20ed1c
Merge: be7e502 4b88b20
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Aug 19 12:00:20 2013 +0200

    Merge tag 'upstream/2.7.0'
    
    Upstream version 2.7.0
    
    # gpg: Signature faite le lun. 19 août 2013 12:00:14 CEST avec la clef RSA d'identifiant 8F9F8F09
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 HISTORY                                  |   50 ++
 LICENSE                                  |    2 +-
 README.rdoc                              |   33 +-
 Rakefile                                 |    9 +-
 checksums.yaml.gz                        |  Bin 0 -> 426 bytes
 ext/libxml/extconf.h                     |   10 +-
 ext/libxml/extconf.rb                    |   26 +-
 ext/libxml/libxml.c                      |    1 +
 ext/libxml/ruby_libxml.h                 |    2 +
 ext/libxml/ruby_xml_document.c           |    5 +-
 ext/libxml/ruby_xml_dtd.c                |   17 +-
 ext/libxml/ruby_xml_encoding.c           |    8 +-
 ext/libxml/ruby_xml_encoding.h           |    1 +
 ext/libxml/ruby_xml_error.c              |  100 +--
 ext/libxml/ruby_xml_io.c                 |   22 +
 ext/libxml/ruby_xml_io.h                 |    1 +
 ext/libxml/ruby_xml_node.c               |   24 +-
 ext/libxml/ruby_xml_reader.c             |  123 +++-
 ext/libxml/ruby_xml_schema.c             |  195 +++++-
 ext/libxml/ruby_xml_schema.h             |  800 ++++++++++++++++++++-
 ext/libxml/ruby_xml_schema_attribute.c   |  109 +++
 ext/libxml/ruby_xml_schema_attribute.h   |   15 +
 ext/libxml/ruby_xml_schema_element.c     |   94 +++
 ext/libxml/ruby_xml_schema_element.h     |   14 +
 ext/libxml/ruby_xml_schema_facet.c       |   52 ++
 ext/libxml/ruby_xml_schema_facet.h       |   13 +
 ext/libxml/ruby_xml_schema_type.c        |  259 +++++++
 ext/libxml/ruby_xml_schema_type.h        |    9 +
 ext/libxml/ruby_xml_version.h            |    8 +-
 ext/libxml/ruby_xml_writer.c             | 1118 ++++++++++++++++++++++++++++++
 ext/libxml/ruby_xml_writer.h             |   10 +
 ext/libxml/ruby_xml_xpath_object.c       |    6 +-
 lib/libxml.rb                            |    6 +
 lib/libxml/error.rb                      |   47 +-
 lib/libxml/schema.rb                     |   67 ++
 lib/libxml/schema/attribute.rb           |   19 +
 lib/libxml/schema/element.rb             |   27 +
 lib/libxml/schema/type.rb                |   29 +
 libxml-ruby.gemspec                      |    1 +
 metadata.yml                             |   46 +-
 test/model/shiporder.xsd                 |   65 +-
 test/remove_test.rb                      |    9 +
 test/tc_dtd.rb                           |    4 +
 test/tc_encoding.rb                      |    7 +-
 test/tc_encoding_sax.rb                  |    3 +-
 test/tc_error.rb                         |   32 +-
 test/tc_html_parser.rb                   |    6 +-
 test/tc_node.rb                          |    9 +-
 test/tc_parser.rb                        |   29 +-
 test/{tc_parser.rb => tc_parser.rb.orig} |   32 +-
 test/tc_reader.rb                        |   44 +-
 test/tc_sax_parser.rb                    |    4 +-
 test/tc_schema.rb                        |   80 ++-
 test/tc_writer.rb                        |  448 ++++++++++++
 test/tc_xpath.rb                         |   12 +
 test/test_suite.rb                       |    1 +
 56 files changed, 3975 insertions(+), 188 deletions(-)

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



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