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,104
Downloads: 222,979,864

Daily

Ranking: 245 of 192,085
Downloads: 35,942

Depended by

RankDownloadsName
241204,297,459xcodeproj
369130,139,502cocoapods
429117,251,962danger
454108,719,771cork
1,90516,261,733r10k
6,409829,945rake_terraform
6,806715,029rake_docker
7,116648,590sym
10,368293,078xcprofiler
10,586278,543cocoapods-update-if-you-dare
11,700226,536m-git
14,607145,176rake_ssh
15,482130,575rake_github
15,521129,866rake_circle_ci
19,11190,920cocoaseeds
19,96384,679simple-feed
20,01984,306gct
21,89273,049rake_git_crypt
22,89668,249cocoapods-catalyst-support
23,66165,156require_dir

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster