[DRE-commits] [ruby-rainbow] 01/01: Merge tag 'upstream/1.99.1'

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Tue Dec 31 14:36:33 UTC 2013


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

niteshjain-guest pushed a commit to branch master
in repository ruby-rainbow.

commit a1495243294f630856f02ab011ba3e7b153eaab0
Merge: f2f16c0 23d3bf6
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Tue Dec 31 20:03:35 2013 +0530

    Merge tag 'upstream/1.99.1'
    
    Upstream version 1.99.1

 .gitignore                                |  17 ++
 .rubocop.yml                              |  14 ++
 .travis.yml                               |  10 ++
 Changelog                                 |   3 -
 Changelog.md                              |  59 +++++++
 Gemfile                                   |  17 ++
 Guardfile                                 |   9 +
 README.markdown                           | 195 +++++++++++++++------
 Rakefile                                  |   6 +
 checksums.yaml.gz                         | Bin 0 -> 267 bytes
 lib/ansi_color.rb                         |  71 --------
 lib/ansi_rgb.rb                           |  43 -----
 lib/rainbow.rb                            | 117 ++-----------
 lib/rainbow/color.rb                      | 115 +++++++++++++
 lib/rainbow/ext/string.rb                 |  52 ++++++
 lib/rainbow/global.rb                     |  21 +++
 lib/rainbow/legacy.rb                     |  15 ++
 lib/rainbow/null_presenter.rb             |  30 ++++
 lib/rainbow/presenter.rb                  | 113 ++++++++++++
 lib/rainbow/string_utils.rb               |  23 +++
 lib/rainbow/version.rb                    |   3 +
 lib/rainbow/wrapper.rb                    |  22 +++
 metadata.yml                              | 121 ++++++++++---
 rainbow.gemspec                           |  25 +++
 spec/integration/instance_spec.rb         |  35 ++++
 spec/integration/rainbow_spec.rb          | 139 +++++++++++++++
 spec/integration/string_spec.rb           |  76 ++++++++
 spec/spec_helper.rb                       |   6 +
 spec/support/presenter_shared_examples.rb |   9 +
 spec/unit/color_spec.rb                   | 244 ++++++++++++++++++++++++++
 spec/unit/namespace_spec.rb               |  31 ++++
 spec/unit/null_presenter_spec.rb          |  93 ++++++++++
 spec/unit/presenter_spec.rb               | 168 ++++++++++++++++++
 spec/unit/string_utils_spec.rb            |  62 +++++++
 spec/unit/wrapper_spec.rb                 |  28 +++
 test/rainbow_test.rb                      | 277 ------------------------------
 36 files changed, 1705 insertions(+), 564 deletions(-)

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



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