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: 218 of 187,224
Downloads: 200,018,665
Daily
Ranking: 207 of 187,196
Downloads: 152,109
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
236 | 184,522,223 | xcodeproj |
362 | 119,492,439 | cocoapods |
422 | 107,699,445 | danger |
445 | 99,715,493 | cork |
1,813 | 15,703,842 | r10k |
6,171 | 817,929 | rake_terraform |
6,573 | 704,250 | rake_docker |
7,145 | 577,255 | sym |
10,066 | 281,220 | xcprofiler |
11,173 | 227,176 | cocoapods-update-if-you-dare |
11,223 | 225,509 | m-git |
14,336 | 138,456 | rake_ssh |
15,361 | 122,515 | rake_circle_ci |
15,571 | 119,631 | rake_github |
18,631 | 87,690 | cocoaseeds |
19,675 | 80,332 | gct |
19,792 | 79,574 | simple-feed |
21,877 | 68,025 | rake_git_crypt |
23,481 | 61,344 | require_dir |
24,196 | 58,889 | dupervisor |
Depends on
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | kigster |