summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #204Pietro F. Menna2016-07-121-0/+1
|/
* Update Changelog for #203 and #201Abinoam P. Marques Jr2016-07-121-2/+2
* Merge pull request #203 from fredrb/fix/show_default_menuAbinoam P. Marques Jr2016-07-124-6/+32
|\
| * use default in readme exampleFrederico2016-07-112-1/+2
| * add menu default testFrederico2016-07-111-0/+12
| * show default option for menusFrederico2016-07-112-6/+19
* | Merge pull request #202 from fredrb/patch-1Abinoam P. Marques Jr2016-07-111-1/+1
|\ \ | |/ |/|
| * no verbose config in git remote add functionFrederico2016-07-101-1/+1
|/
* Merge pull request #201 from mmihira/masterAbinoam P. Marques Jr2016-07-093-5/+31
|\
| * Question confirm typo fixmmihira2016-07-091-1/+1
| * Tests for Proc as confirm attribute. Update docsmmihira2016-07-093-5/+29
| * confirm in question now accepts Procmmihira2016-07-041-0/+2
|/
* Merge pull request #197 from JEG2/feat_improve_menuAbinoam P. Marques Jr2016-06-055-51/+74
|\
| * Apply (pronto-)rubocop suggestions for PR #197feat_improve_menuAbinoam P. Marques Jr2016-06-052-5/+7
| * Update Changelog for PR #197Abinoam P. Marques Jr2016-06-051-0/+4
| * Split and reduce complexity on Menu#optionsAbinoam P. Marques Jr2016-06-051-12/+13
| * Fix doc with yard syntax for options HashesAbinoam P. Marques Jr2016-06-051-3/+6
| * HighLine::MenuItem -> HighLine::Menu::ItemAbinoam P. Marques Jr2016-06-033-33/+37
| * Extract compound logic from Menu#to_aryAbinoam P. Marques Jr2016-06-031-6/+14
| * Add flog do development group of GemfileAbinoam P. Marques Jr2016-06-031-0/+1
|/
* Merge pull request #196 from JEG2/fix_travisAbinoam P. Marques Jr2016-06-031-0/+1
|\
| * Make Travis ignore gems in development groupfix_travisAbinoam P. Marques Jr2016-06-031-0/+1
|/
* Merge pull request #195 from JEG2/add_prontoAbinoam P. Marques Jr2016-06-035-3/+61
|\
| * Bump up version to 2.0.0-develop.8add_prontoAbinoam P. Marques Jr2016-06-031-1/+1
| * Update ChangelogAbinoam P. Marques Jr2016-06-031-0/+13
| * Update README to point to ProntoAbinoam P. Marques Jr2016-06-031-1/+2
| * Add .rubocop.yml to tweak pronto-rubocop behaviorAbinoam P. Marques Jr2016-06-031-0/+31
| * Add Pronto and some runners to GemfileAbinoam P. Marques Jr2016-06-031-1/+14
|/
* Merge pull request #194 from JEG2/aregic_coloringv2.0.0.pre.develop.7Abinoam P. Marques Jr2016-05-315-6/+135
|\
| * Bump up version to 2.0.0-develop.7aregic_coloringAregic2016-05-311-1/+1
| * Add doc for Menu's indices coloringAregic2016-05-311-0/+12
| * Add tests for HighLine::Menu's indices coloringAregic2016-05-311-0/+83
| * Implement HighLine::Menu's indices coloringAregic2016-05-311-5/+37
| * Add VIM files to .gitignoreAregic2016-05-311-0/+2
|/
* Merge pull request #190 from koic/ruby-23Abinoam P. Marques Jr2016-03-021-0/+1
|\
| * Test against Ruby 2.3.0 on Travis CIKoichi ITO2016-03-031-0/+1
|/
* Merge pull request #189 from kevinoid/fix-ask-checkingAbinoam P. Marques Jr2016-02-192-9/+49
|\
| * Improve #agree tests - related to PR #189 by @kevinoidAbinoam Praxedes Marques Jr2016-02-191-8/+48
| * Fix agree validation to only accept "yes" or "no"Kevin Locke2016-02-182-2/+2
* | Merge pull request #186 from JEG2/pr184_rebasedv2.0.0.pre.develop.6Abinoam P. Marques Jr2016-02-198-131/+444
|\ \ | |/ |/|
| * Update Changelog.md and bump up version to 2.0.0-develop.6pr184_rebasedAbinoam Praxedes Marques Jr2016-02-192-5/+8
| * Fix some tests. New Menu api.matrinox2016-02-191-8/+4
| * Add menu#build_item covenience, bringing us one step closer to a cleaner APImatrinox2016-02-192-2/+29
| * Change name keyword arg to first positional arg because it's requiredmatrinox2016-02-192-19/+14
| * Add configurable MenuItem via HighLine::Menu#add_itemmatrinox2016-02-192-2/+42
| * Add changelog for PR #184matrinox2016-02-191-0/+4
| * Add Gemfile.lock to .gitignorematrinox2016-02-191-0/+1
| * Remove keyword args to preserve backwards compatability (and ruby 1.9 support)matrinox2016-02-192-23/+39
| * Fix menu selection gathering with the various optionsmatrinox2016-02-194-22/+177
| * Fix bug with responses hash not updating with each additional menu choicematrinox2016-02-194-15/+45