summaryrefslogtreecommitdiff
path: root/misc/ruby-rainbow
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Update ruby-rainbow to 2.1.0.taca3-8/+9
## 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
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-07Allow this package build on Ruby 2.2.taca1-3/+1
2014-04-17Needs Ruby 1.9.3+joerg1-1/+3
2014-03-09Update ruby-rainbow to 2.0.0.tsutsui2-8/+6
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-01-17Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped.tsutsui1-1/+3
2014-01-17Update ruby-rainbow to 1.99.1. Part of PR/48447.tsutsui3-11/+35
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`)
2013-05-09PR pkg/47791 orignated by tsutsui@ for tw,mef4-0/+31
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.