pkgsrc/misc/ruby-rainbow/PLIST
tsutsui 10080e1300 Update ruby-rainbow to 1.99.1. Part of PR/48447.
Changelog (per Changelog.md)

## 1.99.0 (2013-12-26)

* preparation for dropping String monkey patching
* `require "rainbow/string"` if you want to use monkey patched String
* introduction of Rainbow() wrapper
* support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius
* deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead)

## 1.99.1 (2013-12-28)

* drop support for ruby 1.8
* `require "rainbow/string"` -> `require "rainbow/ext/string"`
* custom rainbow wrapper instances (with separate enabled/disabled state)
* shortcut methods for changing text color (`Rainbow("foo").red`)
2014-01-17 18:16:27 +00:00

34 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2014/01/17 18:16:27 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/rainbow.rb
${GEM_LIBDIR}/lib/rainbow/color.rb
${GEM_LIBDIR}/lib/rainbow/ext/string.rb
${GEM_LIBDIR}/lib/rainbow/global.rb
${GEM_LIBDIR}/lib/rainbow/legacy.rb
${GEM_LIBDIR}/lib/rainbow/null_presenter.rb
${GEM_LIBDIR}/lib/rainbow/presenter.rb
${GEM_LIBDIR}/lib/rainbow/string_utils.rb
${GEM_LIBDIR}/lib/rainbow/version.rb
${GEM_LIBDIR}/lib/rainbow/wrapper.rb
${GEM_LIBDIR}/rainbow.gemspec
${GEM_LIBDIR}/spec/integration/instance_spec.rb
${GEM_LIBDIR}/spec/integration/rainbow_spec.rb
${GEM_LIBDIR}/spec/integration/string_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/presenter_shared_examples.rb
${GEM_LIBDIR}/spec/unit/color_spec.rb
${GEM_LIBDIR}/spec/unit/namespace_spec.rb
${GEM_LIBDIR}/spec/unit/null_presenter_spec.rb
${GEM_LIBDIR}/spec/unit/presenter_spec.rb
${GEM_LIBDIR}/spec/unit/string_utils_spec.rb
${GEM_LIBDIR}/spec/unit/wrapper_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec