Categories: None [Edit]
    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: 219 of 187,548
          Downloads: 202,418,331
        Daily
Ranking: 210 of 187,532
          Downloads: 166,901
        Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name | 
|---|---|---|
| 237 | 186,751,352 | xcodeproj | 
| 361 | 120,698,725 | cocoapods | 
| 424 | 108,754,886 | danger | 
| 448 | 100,706,894 | cork | 
| 1,823 | 15,767,207 | r10k | 
| 6,194 | 819,558 | rake_terraform | 
| 6,590 | 705,926 | rake_docker | 
| 7,123 | 587,905 | sym | 
| 10,092 | 282,467 | xcprofiler | 
| 11,160 | 230,023 | cocoapods-update-if-you-dare | 
| 11,272 | 225,658 | m-git | 
| 14,341 | 139,510 | rake_ssh | 
| 15,344 | 123,645 | rake_circle_ci | 
| 15,512 | 121,354 | rake_github | 
| 18,653 | 88,152 | cocoaseeds | 
| 19,717 | 80,710 | gct | 
| 19,809 | 80,085 | simple-feed | 
| 21,811 | 68,878 | rake_git_crypt | 
| 23,494 | 61,749 | require_dir | 
| 24,217 | 59,196 | dupervisor | 
Depends on
| Rank | Downloads | Name | 
|---|
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | kigster | 
 xmisao
xmisao