[DRE-commits] [ruby-gruff] reference refs/remotes/origin/upstream updated (012a512 -> 612f86a)

Gunnar Wolf gwolf at alioth.debian.org
Mon Sep 30 23:35:03 UTC 2013


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

gwolf pushed a change to reference refs/remotes/origin/upstream
in repository ruby-gruff.

      from  012a512   Imported Upstream version 0.3.6
      adds  612f86a   Imported Upstream version 0.3.7

No new revisions were added by this update.

Summary of changes:
 .gitignore                    |    6 +
 .rvmrc                        |    5 +
 .travis.yml                   |    8 ++
 Gemfile                       |   16 +++
 Gemfile.lock                  |   20 +++
 MIT-LICENSE => LICENSE.txt    |    7 +-
 README.md                     |   49 ++++++++
 README.txt                    |    3 +
 Rakefile                      |   51 +++-----
 gruff.gemspec                 |   33 +++++
 lib/gruff.rb                  |    3 +
 lib/gruff/base.rb             |   31 ++---
 lib/gruff/line.rb             |  115 ++++++++++++++++--
 lib/gruff/mini/legend.rb      |   73 +++++++----
 lib/gruff/pie.rb              |   14 ++-
 lib/gruff/scatter.rb          |  268 +++++++++++++++++++++++++++++++++++++++++
 lib/gruff/scene.rb            |    2 +-
 lib/gruff/side_bar.rb         |   20 +--
 lib/gruff/side_stacked_bar.rb |   15 ++-
 lib/gruff/stacked_bar.rb      |    3 +
 lib/gruff/version.rb          |    3 +
 metadata.yml                  |   68 ++++++-----
 test/gruff_test_case.rb       |    2 +
 test/test_bar.rb              |   17 ++-
 test/test_line.rb             |  166 +++++++++++++++----------
 test/test_mini_bar.rb         |    2 +-
 test/test_mini_pie.rb         |    9 +-
 test/test_mini_side_bar.rb    |    3 +-
 test/test_scatter.rb          |  233 +++++++++++++++++++++++++++++++++++
 test/test_scene.rb            |    2 +-
 test/test_side_bar.rb         |   31 +++++
 31 files changed, 1075 insertions(+), 203 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rvmrc
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Gemfile.lock
 copy MIT-LICENSE => LICENSE.txt (88%)
 create mode 100644 README.md
 create mode 100644 gruff.gemspec
 create mode 100644 lib/gruff/scatter.rb
 create mode 100644 lib/gruff/version.rb
 create mode 100644 test/test_scatter.rb

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



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