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: 222 of 184,150
Downloads: 168,535,751

Daily

Ranking: 199 of 184,132
Downloads: 156,338

Depended by

RankDownloadsName
239158,659,036xcodeproj
365104,934,563cocoapods
42290,050,946danger
46382,976,622cork
1,72314,876,475r10k
5,886798,902rake_terraform
6,239693,046rake_docker
7,314477,643sym
9,873260,194xcprofiler
10,624224,494m-git
11,354195,549cocoapods-update-if-you-dare
14,287127,199rake_ssh
15,511109,524rake_circle_ci
15,807105,850rake_github
18,24883,486cocoaseeds
19,30676,308gct
19,80073,349simple-feed
23,14958,216require_dir
23,78056,111rake_git_crypt
23,78956,082dupervisor

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster