- fixed buggy packaging
- adjusted more for rspec3
- better gemspec declaration
- fix tests for rspec 3 compliance
- fix validation of list type to be a number
- fix to one space after question that was 2 spaces when no default is provided
- when choices are a list, show the default in the question, in more than in the list
- clean some ruby warnings (running with --debug helps)
- add an option
aslistfor we can decide if we want it as a list or not - add a way to display big list, when choices are more than 5, make a list out of them
- relax the boolean check so 1 and 0 can be used for yes and no (especially for env vars)
- added a
guessmethod to have env var override question if set
- fix case when numbers are used in choices
- added some test coverage for further evolution easiness
- first draft