Release 0.5.3 · postmodern/command_kit.rb

CommandKit::Interactive Fixed CommandKit::Interactive#ask to remove the newline from the read user input.

GitHub
@postmodern Sorry, that I’m finding them one-by-one. (I’m currently migrating all those random runtime tasks into one common project command.)
@fnordfish this is good stuff. The bugs need to be found. Last bug was more due to the fact I relied heavily on stub testing of stdin.gets, so the actual behavior never got triggered.
@postmodern I like how I learn the internal workings of a new project by seeing how bugs get fixed :)