Categories: None [Edit]

colored2

https://rubygems.org/gems/colored2
https://github.com/kigster/colored2
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)

Total

Ranking: 218 of 191,455
Downloads: 220,275,532

Daily

Ranking: 235 of 191,429
Downloads: 118,591

Depended by

RankDownloadsName
240202,040,134xcodeproj
369128,914,835cocoapods
428116,181,075danger
453107,701,323cork
1,89516,206,287r10k
6,377827,781rake_terraform
6,779713,940rake_docker
7,103643,737sym
10,311291,879xcprofiler
10,681268,728cocoapods-update-if-you-dare
11,633226,442m-git
14,630143,209rake_ssh
15,521128,362rake_github
15,550127,861rake_circle_ci
18,95090,553cocoaseeds
19,86583,885simple-feed
19,89183,695gct
21,87571,884rake_git_crypt
23,14166,198cocoapods-catalyst-support
23,47564,712require_dir

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster