summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #140 from abinoam/feat_refac_askv2.0.0-developAbinoam P. Marques Jr.2015-07-0647-995/+1905
|\
| * Add tests for HighLine::Simulator - Issue #142Abinoam Praxedes Marques Jr2015-06-291-0/+25
| * Add ruby 2.2.1 and 2.2.2 to travis matrixAbinoam Praxedes Marques Jr2015-06-291-0/+2
| * Remove commented (non functional) codeAbinoam Praxedes Marques Jr2015-06-171-68/+0
| * Add SimpleCov supportAbinoam Praxedes Marques Jr2015-06-175-2/+11
| * Use a conditional assignment operatorAbinoam Praxedes Marques Jr2015-06-151-1/+1
| * Merge pull request #2 from mikz/feat_refac_askAbinoam P. Marques Jr.2015-06-1527-22/+20
| |\
| | * unify 'coding: utf-8' headersMichal Cichra2015-06-1512-3/+20
| | * remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-1519-19/+0
| |/
| * Minor update to Changelog.mdAbinoam Praxedes Marques Jr2015-06-131-1/+1
| * Require forwardable as AnswerConverter depends on itAbinoam Praxedes Marques Jr2015-06-121-0/+2
| * Fix version testing to accomodate pre release versionsAbinoam Praxedes Marques Jr2015-06-121-1/+1
| * Update Changelog.md - 2.0.0-develop.1Abinoam Praxedes Marques Jr2015-06-121-0/+61
| * Bump up version to 2.0.0-develop.1Abinoam Praxedes Marques Jr2015-06-121-1/+1
| * Add .DS_Store (mac) files to .gitignoreAbinoam Praxedes Marques Jr2015-06-111-0/+1
| * Extract AnswerConverter#convert_by_answer_typeAbinoam Praxedes Marques Jr2015-06-061-7/+8
| * Make all convertion methods private to AnswerConverterAbinoam Praxedes Marques Jr2015-06-061-4/+2
| * Unify Array and Proc AnswerConverter convertionsAbinoam Praxedes Marques Jr2015-06-061-5/+11
| * Send the name (string) directly. No need to convert to symbol hereAbinoam Praxedes Marques Jr2015-06-061-1/+1
| * Split some AnswerConverter conversions separate methods - simplify conditionalAbinoam Praxedes Marques Jr2015-06-062-18/+61
| * Use a more natural calling syntax for procsAbinoam Praxedes Marques Jr2015-06-061-1/+1
| * Remove duplicate String handling in AnswerConverter#convertAbinoam Praxedes Marques Jr2015-06-061-1/+1
| * Extract HighLine::Question::AnswerConverterAbinoam Praxedes Marques Jr2015-06-053-27/+61
| * Use case/when not if/elsif/elseAbinoam Praxedes Marques Jr2015-06-041-2/+3
| * Remove rescueing for NameError/NoMethdoErrorAbinoam Praxedes Marques Jr2015-06-041-12/+3
| * Add String convertion/coercion to HighLine::Question#format_answerAbinoam Praxedes Marques Jr2015-06-041-0/+1
| * Extract HighLine#confirm(question)Abinoam Praxedes Marques Jr2015-06-031-1/+6
| * Move HighLine#ask_on_error_msg to Question. Make it simpler and it's the righ...Abinoam Praxedes Marques Jr2015-05-312-9/+9
| * Extract HighLine#ask_on_error_msgAbinoam Praxedes Marques Jr2015-05-311-2/+6
| * Simplify conditionals raising earlierAbinoam Praxedes Marques Jr2015-05-311-8/+6
| * Remove unecessary assignmentAbinoam Praxedes Marques Jr2015-05-311-3/+2
| * Extract Question#confirm_questionAbinoam Praxedes Marques Jr2015-05-312-10/+14
| * Set Question#answer on Question#get_response_or_default and #convert. Simplif...Abinoam Praxedes Marques Jr2015-05-312-4/+5
| * Remove Question#in_range? #valid_answer? and #convert parameters. Use self.an...Abinoam Praxedes Marques Jr2015-05-312-19/+19
| * Add Question#get_response_or_default and simplify HighLine#ask_onceAbinoam Praxedes Marques Jr2015-05-312-1/+5
| * Add NoConfirmationQuestionError. Simplify error handling using an specific er...Abinoam Praxedes Marques Jr2015-05-311-4/+9
| * Add NotInRangeQuestionError. Simplify error handling using an specific error ...Abinoam Praxedes Marques Jr2015-05-311-2/+9
| * Add NotValidQuestionError. Simplify error handling using an specific error cl...Abinoam Praxedes Marques Jr2015-05-311-4/+10
| * Aggregate code and simplify conditionalsAbinoam Praxedes Marques Jr2015-05-241-16/+8
| * Remove backspace_limit tracking needAbinoam Praxedes Marques Jr2015-05-241-11/+3
| * Extract HighLine#output_erase_charAbinoam Praxedes Marques Jr2015-05-241-1/+5
| * Change String#slice!(-1, 1) to a more native way - String#chop!Abinoam Praxedes Marques Jr2015-05-241-1/+1
| * Change getbyte -> getc and easy all encoding issuesAbinoam Praxedes Marques Jr2015-05-243-27/+15
| * Extract HighLine#erase_current_lineAbinoam Praxedes Marques Jr2015-05-211-2/+6
| * Move #raw_no_echo_mode_exec from HighLine to TerminalAbinoam Praxedes Marques Jr2015-05-212-16/+14
| * Extract (unifying) HighLine#raw_no_echo_mode_execAbinoam Praxedes Marques Jr2015-05-201-7/+15
| * Extract HighLine#get_response_getc_modeAbinoam Praxedes Marques Jr2015-05-202-11/+16
| * Unify answer formattingAbinoam Praxedes Marques Jr2015-05-201-1/+1
| * Remove jruby conditionalsAbinoam Praxedes Marques Jr2015-05-201-5/+1
| * Extract Question#get_echoAbinoam Praxedes Marques Jr2015-05-201-7/+11