[DRE-commits] [ruby-graphviz] 01/07: Merge tag 'upstream/1.2.2'

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jun 7 20:10:30 UTC 2016


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

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

commit abe52a0260fc4349e81a310e37896eba9b1351af
Merge: 7b5eebe 90ece94
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 7 21:23:36 2016 +0200

    Merge tag 'upstream/1.2.2'
    
    Upstream version 1.2.2
    
    # gpg: Signature faite le mar. 07 juin 2016 21:23:35 CEST
    # gpg:                avec la clef RSA 0x89AF82B739CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> » [ultime]
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #    Empreinte de la sous-clef : 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 .travis.yml                      |   6 +-
 AUTHORS.rdoc                     |   5 +
 CHANGELOG.rdoc                   |  22 ++
 README.rdoc                      |   5 +-
 Rakefile                         |  61 +++--
 bin/dot2ruby                     |   4 +-
 bin/gem2gv                       |   5 +-
 bin/git2gv                       |   6 +-
 bin/ruby2gv                      |  35 ++-
 bin/xml2gv                       |   4 +-
 examples/sample38.rb             |  10 +-
 examples/sample70.rb             |   9 +
 examples/sample71.rb             |  21 ++
 examples/sample72.rb             |  22 ++
 examples/sample73.rb             |  18 ++
 examples/sample74.rb             |  19 ++
 lib/ext/gvpr/dot2ruby.g          | 142 ++++++-----
 lib/graphviz.rb                  | 283 +++++++++++-----------
 lib/graphviz/attrs.rb            |   4 +-
 lib/graphviz/constants.rb        | 494 ++++++++++++++++++++-------------------
 lib/graphviz/core_ext.rb         |   2 +-
 lib/graphviz/dot2ruby.rb         |   9 +-
 lib/graphviz/dot_script.rb       | 109 +++++++++
 lib/graphviz/edge.rb             | 357 ++++++++++++++--------------
 lib/graphviz/node.rb             |   9 +-
 lib/graphviz/theory.rb           |  20 +-
 lib/graphviz/types.rb            |   3 +-
 lib/graphviz/types/lbl_string.rb |  16 +-
 lib/graphviz/utils.rb            | 121 +++++-----
 lib/graphviz/utils/colors.rb     | 148 +-----------
 man/dot2ruby.1                   |  66 ++++++
 man/dot2ruby.1.ronn              |  55 +++++
 man/gem2gv.1                     |  60 +++++
 man/gem2gv.1.ronn                |  47 ++++
 man/git2gv.1                     |  48 ++++
 man/git2gv.1.ronn                |  40 ++++
 man/ruby2gv.1                    |  60 +++++
 man/ruby2gv.1.ronn               |  47 ++++
 man/xml2gv.1                     |  48 ++++
 man/xml2gv.1.ronn                |  39 ++++
 metadata.yml                     | 121 ++++++----
 ruby-graphviz.gemspec            |  26 +--
 test/helper.rb                   |  13 ++
 test/support.rb                  | 105 ---------
 test/test_dot_script.rb          |  47 ++++
 test/test_examples.rb            |  50 ++--
 test/test_graph.rb               |  26 ++-
 test/test_search.rb              |   5 +-
 test/test_subgraph.rb            |  19 +-
 test/test_theory.rb              |  20 +-
 test/test_types.rb               |   4 +-
 test/test_utils_colors.rb        |   4 +-
 52 files changed, 1777 insertions(+), 1142 deletions(-)

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



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