Commit graph

9 commits

Author SHA1 Message Date
tsutsui
80a7294d7a ruby-rainbow: update to 3.0.0.
Upstream changes (from Changelog.md):

## 3.0.0 (2017-11-29)

* added String refinement
* added new `Rainbow.uncolor` method
* dropped MRI 1.9.3 compatibility
* dropped MRI 2.0 compatibility
* removed Rake dependency
2017-12-09 19:31:58 +00:00
taca
a9d03ef48c Update ruby-rainbow to 2.2.2.
# 2.2.0 (2016-12-27)

* improved Windows support
* added Ruby 2.4 support
* added `bold` alias method for `bright`

# 2.2.1 (2016-12-28)

* fixed gem installation (2.2.0 was a broken release)

# 2.2.2 (2017-04-21)

* added explicit rake dependency to fix installation issue
2017-04-22 16:39:31 +00:00
taca
269e9c12f7 Update ruby-rainbow to 2.1.0.
## 2.1.0 (2016-01-24)

* added X11 color support
* fixed `require` issue when rainbow is used as a dependency in another gem
* improved Windows support
2016-03-15 14:38:07 +00:00
taca
15d8a99258 Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
joerg
6927a0f9be Needs Ruby 1.9.3+ 2014-04-17 20:19:35 +00:00
tsutsui
694ca6042b Update ruby-rainbow to 2.0.0.
Changelog (per Changelog.md)

## 1.99.2 (2014-01-24)

* bring back ruby 1.8 support

## 2.0.0 (2014-01-24)

* disable string mixin by default
2014-03-09 15:24:07 +00:00
tsutsui
a93f82a316 Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped. 2014-01-17 18:58:19 +00:00
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
mef
cdcfdc7348 PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby.

 This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.

- misc/ruby-args_parser   args_parser-0.1.4
  Parse ARGV from command line with DSL.

- misc/ruby-hashie	hashie-1.2.0
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).

- misc/ruby-parallel	parallel-0.6.4
  Ruby gem to run any kind of code in parallel processes.

- misc/ruby-rainbow	rainbow-1.1.4
  Rainbow extends ruby String class enabling coloring text on ANSI terminals.

- net/ruby-tw		 tw-0.3.9
  Ruby based CUI Twitter client.

- net/ruby-twitter	twitter-4.6.2
  A Ruby interface to the Twitter API.

- net/ruby-userstream	userstream-1.3.0
  UserStream is a simple twitter userstream library.
2013-05-09 15:53:32 +00:00