summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Document custom class validation in ReadmeAbinoam P. Marques Jr2023-01-021-0/+27
|
* Document the new Question#default_hint_showAbinoam P. Marques Jr2023-01-011-0/+9
|
* Remove AppVeyor badge and fileAbinoam P. Marques Jr2022-12-311-1/+0
| | | | Because we're testing Windows with GitHub Actions.
* Remove Travis badge and add GitHub Actions badgeAbinoam P. Marques Jr2022-12-311-1/+1
|
* Merge pull request #203 from fredrb/fix/show_default_menuAbinoam P. Marques Jr2016-07-121-0/+1
|\ | | | | Show default value in menu
| * use default in readme exampleFrederico2016-07-111-0/+1
| |
* | no verbose config in git remote add functionFrederico2016-07-101-1/+1
|/
* Update README to point to ProntoAbinoam P. Marques Jr2016-06-031-1/+2
|
* Add doc for Menu's indices coloringAregic2016-05-311-0/+12
|
* Fix menu example in README.mdFabien Foerster2016-01-091-2/+2
|
* Fix codeclimate badges to point to master on the main repo (not on my fork)Abinoam Praxedes Marques Jr2015-11-171-2/+2
|
* Update README.md linking to Rubydoc.infoAbinoam Praxedes Marques Jr2015-10-111-1/+2
|
* Add a 'Team' section to README.mdAbinoam Praxedes Marques Jr2015-10-111-2/+9
|
* Add contributing instructionsAbinoam Praxedes Marques Jr2015-10-111-4/+47
|
* Rephrase some instructions on README.mdAbinoam Praxedes Marques Jr2015-10-111-1/+2
|
* Add a missing dot on a setence at README.mdAbinoam Praxedes Marques Jr2015-10-101-1/+1
|
* Change the recommended way of using HighLine on README.mdAbinoam Praxedes Marques Jr2015-10-091-15/+28
| | | | | | | | | | | | | | | Until now we have recommended require 'highline/import' But this was causing some name collisions as method names like #say and #ask, are common in other libraries. So we should adopt the more verbose and safer way from 2.0.0 on require 'highline' cli = HighLine.new cli.ask "What do you think?"
* Merge all example snippets on README.mdAbinoam Praxedes Marques Jr2015-10-091-16/+10
|
* Update INSTALL instructions on README.mdAbinoam Praxedes Marques Jr2015-10-091-1/+32
| | | | ... and remove the separate (outdated) INSTALL file.
* Add a relative link to INSTALL file on READMEAbinoam Praxedes Marques Jr2015-10-091-1/+1
|
* Link to HighLine and HighLine::Question doc from README.md - good for yardAbinoam Praxedes Marques Jr2015-10-091-1/+1
|
* Fix author's emails linksAbinoam Praxedes Marques Jr2015-10-091-2/+2
|
* Use markdown language hint for syntax highlightingAbinoam Praxedes Marques Jr2015-10-091-15/+28
|
* Use markdown syntax on README.mdAbinoam Praxedes Marques Jr2015-10-091-8/+15
|
* Add inch-ci documentation CI badge to README.mdAbinoam Praxedes Marques Jr2015-10-091-0/+1
|
* Translate all the README.md badges to MarkdownAbinoam Praxedes Marques Jr2015-10-091-5/+5
|
* Rename README.rdoc README.mdAbinoam Praxedes Marques Jr2015-10-091-0/+77