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 192,861
Downloads: 225,895,212

Daily

Ranking: 223 of 192,676
Downloads: 118,607

Depended by

RankDownloadsName
239206,761,586xcodeproj
373131,433,373cocoapods
429118,333,368danger
458109,752,575cork
1,91116,316,608r10k
6,442831,048rake_terraform
6,837715,834rake_docker
7,139654,089sym
10,525294,106xcprofiler
10,628287,166cocoapods-update-if-you-dare
11,882226,635m-git
14,780145,691rake_ssh
15,618131,465rake_github
15,673130,452rake_circle_ci
19,17891,275cocoaseeds
19,96085,364simple-feed
20,04884,816gct
21,92173,562rake_git_crypt
22,87968,984cocoapods-catalyst-support
23,68865,568require_dir

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster