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 193,188
Downloads: 228,685,863

Daily

Ranking: 202 of 193,154
Downloads: 194,168

Depended by

RankDownloadsName
240209,085,125xcodeproj
374132,677,048cocoapods
429119,374,416danger
460110,746,710cork
1,91716,365,653r10k
6,475832,616rake_terraform
6,879716,841rake_docker
7,168657,782sym
10,529296,250cocoapods-update-if-you-dare
10,547295,206xcprofiler
11,944226,725m-git
14,819146,238rake_ssh
15,635132,463rake_github
15,711131,071rake_circle_ci
19,22391,639cocoaseeds
19,95886,142simple-feed
20,07285,397gct
21,93874,086rake_git_crypt
22,87369,572cocoapods-catalyst-support
23,53966,705clintegracon

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster