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: 217 of 190,280
Downloads: 217,278,819

Daily

Ranking: 231 of 190,253
Downloads: 109,828

Depended by

RankDownloadsName
238199,587,401xcodeproj
367127,601,013cocoapods
427114,953,142danger
452106,535,148cork
1,88316,143,899r10k
6,347826,669rake_terraform
6,751713,193rake_docker
7,081638,038sym
10,274290,471xcprofiler
10,792260,226cocoapods-update-if-you-dare
11,562226,353m-git
14,589142,618rake_ssh
15,503127,440rake_github
15,519127,188rake_circle_ci
18,88890,309cocoaseeds
19,84683,379gct
19,86883,233simple-feed
21,85371,492rake_git_crypt
23,20665,418cocoapods-catalyst-support
23,48864,207require_dir

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster