[DRE-commits] [ruby-rainbow] branch master updated (f2f16c0 -> a149524)
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 change to branch master
in repository ruby-rainbow.
from f2f16c0 add space in long description
adds 23d3bf6 Imported Upstream version 1.99.1
new a149524 Merge tag 'upstream/1.99.1'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 .gitignore
create mode 100644 .rubocop.yml
create mode 100644 .travis.yml
delete mode 100644 Changelog
create mode 100644 Changelog.md
create mode 100644 Gemfile
create mode 100644 Guardfile
create mode 100644 Rakefile
create mode 100644 checksums.yaml.gz
delete mode 100644 lib/ansi_color.rb
delete mode 100644 lib/ansi_rgb.rb
create mode 100644 lib/rainbow/color.rb
create mode 100644 lib/rainbow/ext/string.rb
create mode 100644 lib/rainbow/global.rb
create mode 100644 lib/rainbow/legacy.rb
create mode 100644 lib/rainbow/null_presenter.rb
create mode 100644 lib/rainbow/presenter.rb
create mode 100644 lib/rainbow/string_utils.rb
create mode 100644 lib/rainbow/version.rb
create mode 100644 lib/rainbow/wrapper.rb
create mode 100644 rainbow.gemspec
create mode 100644 spec/integration/instance_spec.rb
create mode 100644 spec/integration/rainbow_spec.rb
create mode 100644 spec/integration/string_spec.rb
create mode 100644 spec/spec_helper.rb
create mode 100644 spec/support/presenter_shared_examples.rb
create mode 100644 spec/unit/color_spec.rb
create mode 100644 spec/unit/namespace_spec.rb
create mode 100644 spec/unit/null_presenter_spec.rb
create mode 100644 spec/unit/presenter_spec.rb
create mode 100644 spec/unit/string_utils_spec.rb
create mode 100644 spec/unit/wrapper_spec.rb
delete mode 100644 test/rainbow_test.rb
--
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