pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48447 CVS commit: pkgsrc/misc/ruby-rainbow



The following reply was made to PR pkg/48447; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48447 CVS commit: pkgsrc/misc/ruby-rainbow
Date: Fri, 17 Jan 2014 18:16:27 +0000

 Module Name:   pkgsrc
 Committed By:  tsutsui
 Date:          Fri Jan 17 18:16:27 UTC 2014
 
 Modified Files:
        pkgsrc/misc/ruby-rainbow: Makefile PLIST distinfo
 
 Log Message:
 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`)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ruby-rainbow/Makefile \
     pkgsrc/misc/ruby-rainbow/PLIST pkgsrc/misc/ruby-rainbow/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index