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: 222 of 184,912
Downloads: 176,896,589

Daily

Ranking: 197 of 184,894
Downloads: 115,787

Depended by

RankDownloadsName
237165,543,783xcodeproj
361109,046,266cocoapods
41595,382,059danger
44588,066,506cork
1,75015,078,297r10k
5,963802,411rake_terraform
6,330695,242rake_docker
7,299497,326sym
9,932264,034xcprofiler
10,750224,682m-git
11,298202,510cocoapods-update-if-you-dare
14,230130,335rake_ssh
15,394112,876rake_circle_ci
15,687109,275rake_github
18,38883,828cocoaseeds
19,43776,738gct
19,76674,641simple-feed
23,04559,431rake_git_crypt
23,14259,117require_dir
23,77356,980dupervisor

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster