1.0.3

1.0.2

dialog = MRDialog.new() dialog.notags = true * Added accessor dialog_options. It can be used to pass any valid dialog option. man dialog and look at the OPTIONS section. It is the caller's responsibily to specify correct options, no validation will be done. Example:

dialog = MRDialog.new()
dialog.dialog_options = "--no-tags"

This ia exactly same as dialog.notags = true

(Apr-16-2016 )

1.0.1

Implemented methods for:

Implemented examples for:

Note: The examples use Struct class, making the examples clean and easy to understand.

bug fixes:

– muquit@muquit.com , Apr-05-2014, first cut

0.5.0