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,666
Downloads: 225,740,497

Daily

Ranking: 272 of 192,588
Downloads: 89,219

Depended by

RankDownloadsName
239206,624,984xcodeproj
372131,361,346cocoapods
429118,275,994danger
458109,695,855cork
1,91116,312,824r10k
6,439831,016rake_terraform
6,834715,814rake_docker
7,138653,963sym
10,525293,996xcprofiler
10,636286,636cocoapods-update-if-you-dare
11,878226,623m-git
14,778145,659rake_ssh
15,621131,338rake_github
15,671130,411rake_circle_ci
19,17891,232cocoaseeds
19,95585,339simple-feed
20,04584,769gct
21,91973,534rake_git_crypt
22,87668,958cocoapods-catalyst-support
23,68565,531require_dir

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster