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: 225 of 183,092
Downloads: 158,268,205

Daily

Ranking: 190 of 183,073
Downloads: 155,665

Depended by

RankDownloadsName
238149,629,968xcodeproj
363100,314,629cocoapods
42883,794,221danger
49377,083,764cork
1,67814,641,284r10k
5,801790,842rake_terraform
6,142687,605rake_docker
7,396444,801sym
9,734255,617xcprofiler
10,402224,168m-git
11,380187,082cocoapods-update-if-you-dare
14,464120,588rake_ssh
15,834102,445rake_circle_ci
16,21598,438rake_github
18,04882,506cocoaseeds
19,22774,802gct
19,83371,393simple-feed
23,12057,048require_dir
23,73054,934dupervisor
25,68849,099rake_git_crypt

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconkigster