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: 217 of 196,125
Downloads: 241,416,688

Daily

Ranking: 268 of 196,106
Downloads: 44,727

Depended by

RankDownloadsName
244220,413,551xcodeproj
373138,282,431cocoapods
428124,234,686danger
463115,304,402cork
1,93716,617,376r10k
6,709839,532rake_terraform
7,136721,988rake_docker
7,338681,624sym
10,150335,257cocoapods-update-if-you-dare
10,693298,835xcprofiler
12,172227,057m-git
14,905150,581rake_ssh
15,410141,607rake_github
15,761135,780rake_circle_ci
19,31994,099cocoaseeds
20,03288,591simple-feed
20,24987,074gct
21,38479,856rake_git_crypt
21,93476,742clintegracon
23,00671,269cocoapods-catalyst-support

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster