Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add meaningful heredoc delimiters | Abinoam P. Marques Jr | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Adjust documentation | Abinoam P. Marques Jr | 2017-09-25 | 1 | -0/+3 |
| | |||||
* | Revert %i use for 1.9 compatibility | Abinoam P. Marques Jr | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Autocorrect Style/Encoding | Abinoam P. Marques Jr | 2017-09-24 | 13 | -0/+13 |
| | |||||
* | Enforce double quotes on strings | Abinoam P. Marques Jr | 2017-07-07 | 3 | -7/+7 |
| | |||||
* | Apply manual fixes for rubocop warnings | Abinoam P. Marques Jr | 2017-07-01 | 3 | -11/+12 |
| | |||||
* | Rubocop automatic corrections | Abinoam P. Marques Jr | 2017-06-30 | 10 | -46/+48 |
| | |||||
* | Remove unecessary conditional | Abinoam P. Marques Jr | 2017-06-30 | 1 | -8/+2 |
| | |||||
* | Replace $terminal to HighLine.default_instance | Abinoam P. Marques Jr | 2017-06-29 | 9 | -10/+10 |
| | |||||
* | show default option for menus | Frederico | 2016-07-11 | 1 | -0/+3 |
| | |||||
* | Advertise what Terminal class in use at tests and examples | Abinoam Praxedes Marques Jr | 2015-07-17 | 8 | -0/+24 |
| | | | | | So one could easily figure out if the "auto-detection" is not working. | ||||
* | Add HighLine::TemplateRenderer to aggregate tpl rendering logic | Abinoam Praxedes Marques Jr | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | fix repeat_entry.rb example to use hash entries as the question | Daniel Ferguson | 2013-07-04 | 1 | -1/+1 |
| | | | | prior to this change, the example would ask "Enter your password: " twice | ||||
* | Adding an example for getting a character. | Marcus Stollsteimer | 2012-12-15 | 1 | -0/+12 |
| | |||||
* | Removing trailing whitespace. | Marcus Stollsteimer | 2012-11-27 | 2 | -2/+2 |
| | |||||
* | Removing trailing whitespace. | Marcus Stollsteimer | 2012-11-27 | 6 | -18/+18 |
| | |||||
* | Retain the shebangs on the examples. | Scott Gonyea | 2012-06-14 | 12 | -0/+24 |
| | |||||
* | Remove shebangs. Fix shebang-spec. | Scott Gonyea | 2012-06-12 | 12 | -24/+0 |
| | |||||
* | Change shebangs to use /usr/bin/env to find the ruby. | Scott Gonyea | 2012-06-12 | 10 | -10/+10 |
| | |||||
* | Add typing verification through multiple matching entries | michael | 2012-05-13 | 1 | -0/+21 |
| | | | | | | | | | | Setting verify_match on a question will allow for "please type it in again for verification" style entries, such as commonly seen when setting/changing passwords, etc. This leverages the existing gather mechanism to control asking for multiple entries, but returns a single answer once all gathered entries match. | ||||
* | restructuring | Gregory Brown | 2009-02-02 | 11 | -0/+627 |