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 196,721
Downloads: 244,692,259

Daily

Ranking: 197 of 196,694
Downloads: 108,984

Depended by

RankDownloadsName
243223,317,549xcodeproj
374139,735,754cocoapods
429125,467,599danger
464116,457,287cork
1,94316,700,322r10k
6,738840,096rake_terraform
7,175722,145rake_docker
7,339686,694sym
10,072344,949cocoapods-update-if-you-dare
10,729299,610xcprofiler
12,219227,072m-git
14,922151,587rake_ssh
15,386143,137rake_github
15,765136,776rake_circle_ci
19,40094,128cocoaseeds
20,00589,398simple-feed
20,32487,132gct
21,30480,880rake_git_crypt
21,71878,343clintegracon
23,03671,531cocoapods-catalyst-support

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster