- Remove warning: `*' interpreted as argument prefix. (taki3)
- Added
license="MIT"
for tapp.gemspec. (@swamp09)
awesome_print
support is split into separate gem. Use tapp-awesome_print.- Add 'custom printer' feature. See custom_printer.feature.
- Remove
Object#taap
.
Some API changes for future enhancements.
- Added
Tapp.config
andTapp.configure
. See README.md for details. Tapp.verbose
moved toTapp.config.report_caller
.Object#taap
is deprecated. SetTapp.config.default_printer = :awesome_print
and use#tapp
instead.
tapp grep
finds "taputs" and "taap". (@kei-s)
- Add
tapp
command-line tool. (@ursm)
- Add
Tapp.verbose
option. (@moro)
Object#taap
supportawesome_print
. (Thanks @ryopeko!)
initial release