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: 219 of 193,649
Downloads: 231,633,225

Daily

Ranking: 210 of 193,618
Downloads: 194,371

Depended by

RankDownloadsName
240211,567,766xcodeproj
373133,978,905cocoapods
429120,502,848danger
459111,823,175cork
1,92116,421,859r10k
6,508833,464rake_terraform
6,970717,498rake_docker
7,305662,469sym
10,436304,252cocoapods-update-if-you-dare
10,581296,103xcprofiler
11,993226,825m-git
14,858146,707rake_ssh
15,630133,636rake_github
15,760131,540rake_circle_ci
19,28491,794cocoaseeds
19,94186,895simple-feed
20,14285,535gct
21,95874,494rake_git_crypt
22,83670,208cocoapods-catalyst-support
23,23768,452clintegracon

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster