summaryrefslogtreecommitdiff
path: root/lib/highline/style.rb
Commit message (Expand)AuthorAgeFilesLines
* These files have no shebang and should not be executableBrandon Dunne2022-02-231-0/+0
* Use Hash#each_valueAbinoam P. Marques Jr2017-09-251-1/+1
* Adjust documentationAbinoam P. Marques Jr2017-09-251-1/+1
* Use #zero? (rubocop warning)Abinoam P. Marques Jr2017-07-071-1/+1
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-6/+6
* Fix LineLength warnings from RubocopAbinoam P. Marques Jr2017-07-041-2/+4
* More manual fixes for Rubocop warningsAbinoam P. Marques Jr2017-07-021-11/+24
* More manual fixes for rubocop warningsAbinoam P. Marques Jr2017-07-021-7/+18
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-28/+25
* Improve HighLine::Style documentationAbinoam Praxedes Marques Jr2015-12-141-2/+89
* Change parameter signature of HighLine.find_or_create_style and improve docum...Abinoam Praxedes Marques Jr2015-12-131-3/+6
* Extract Style.find_or_create_style and .find_or_create_style_listAbinoam Praxedes Marques Jr2015-11-171-22/+30
* Small comment on HighLine::StyleAbinoam Praxedes Marques Jr2015-11-171-0/+1
* Add an additional space to mmake yard skip credits type commentsAbinoam Praxedes Marques Jr2015-10-281-1/+2
* Class variable hunting season is open!Abinoam Praxedes Marques Jr2015-07-171-11/+11
* Add some rdoc markup for correct doc generationAbinoam Praxedes Marques Jr2015-07-171-0/+1
* remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-151-1/+0
* Add coding information to all files - 1.9 compatibilityAbinoam Praxedes Marques Jr2015-04-291-0/+3
* Rebuild Style code index on HighLine::Style.clear_indexAbinoam Praxedes Marques Jr2015-02-271-0/+2
* Begin implementation of HighLine::Style.clear_indexAbinoam Praxedes Marques Jr2015-02-271-0/+5
* Simplify Style#create_bright_variantAbinoam Praxedes Marques Jr2015-02-011-6/+2
* Split some Style#create_variant logic into a new methodAbinoam Praxedes Marques Jr2015-02-011-1/+6
* Dry Style#bright and #lightAbinoam Praxedes Marques Jr2015-02-011-10/+9
* Make light be the same as bright - issue #114Abinoam Praxedes Marques Jr2015-02-011-0/+11
* Removing trailing whitespace.Marcus Stollsteimer2012-11-271-21/+21
* Remove shebangs. Fix shebang-spec.Scott Gonyea2012-06-121-2/+0
* Change shebangs to use /usr/bin/env to find the ruby.Scott Gonyea2012-06-121-1/+1
* Silencing more warnings.James Edward Gray II2012-05-091-3/+2
* Oops -- remove debugging outputRichard LeBer2011-06-301-1/+0
* Add reverse conversion ansi_rgb_to_hex, to convert ANSI rgb number to 6-digit...Richard LeBer2011-06-301-0/+7
* Refactor without Hashie/MashRichard LeBer2011-06-281-30/+38
* Add tests; all tests passRichard LeBer2011-06-281-43/+47
* Refactor with HighLine::Style objects. Needs code review and testsRichard LeBer2011-06-281-0/+166