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 187,548
Downloads: 202,418,331

Daily

Ranking: 210 of 187,532
Downloads: 166,901

Depended by

RankDownloadsName
237186,751,352xcodeproj
361120,698,725cocoapods
424108,754,886danger
448100,706,894cork
1,82315,767,207r10k
6,194819,558rake_terraform
6,590705,926rake_docker
7,123587,905sym
10,092282,467xcprofiler
11,160230,023cocoapods-update-if-you-dare
11,272225,658m-git
14,341139,510rake_ssh
15,344123,645rake_circle_ci
15,512121,354rake_github
18,65388,152cocoaseeds
19,71780,710gct
19,80980,085simple-feed
21,81168,878rake_git_crypt
23,49461,749require_dir
24,21759,196dupervisor

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster