File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- = RELEASE HISTORY
1+ # RELEASE HISTORY
22
3- == 1.2.0 / 2012-01-31
3+ ## 1.2.1 / 2012-12-19
4+
5+ This release imporves the help output and manpage lookup
6+ as well as a few helpful additions the the API.
7+
8+ Changes:
9+
10+ * Improve manpage lookup.
11+ * Improve overall help output.
12+ * Add alias_switch and alias_accessor helpers.
13+
14+
15+ ## 1.2.0 / 2012-01-31
416
517Version 1.2.0 is complete rewrite of Executable. Actually it was decided that
618the old design was too simplistic in it design concept, so another library
@@ -20,7 +32,7 @@ Changes:
2032* Supports manpage look-up and display.
2133
2234
23- == 1.1.0 / 2011-04-21
35+ ## 1.1.0 / 2011-04-21
2436
2537This release simplifies Executable, removing the #option_missing method
2638and using the standard #method_missing callback instead. Along with this
@@ -44,7 +56,7 @@ Changes:
4456 * The #method_missing callback takes the value of the option being set.
4557
4658
47- == 1.0.0 / 2011-04-15
59+ ## 1.0.0 / 2011-04-15
4860
4961This is the initialize release of Executable (as a stand alone project).
5062Executable is a mixin that can turn any class into an commandline interface.
You can’t perform that action at this time.
0 commit comments