Path: | CHANGES.txt |
Last Update: | Wed Apr 17 04:35:28 +0000 2013 |
DRYDOCK, CHANGES
#### 0.6.9 (2010-02-12) #############################
#### 0.6.8 (2009-09-15) #############################
#### 0.6.7 (2009-09-15) #############################
#### 0.6.6 (2009-06-24) #############################
NOTE: Because at_exit has been removed, Drydock scripts will no longer run automatically. You can explicitly call the following at the bottom of your scripts:
Drydock.run!(ARGV, STDIN) if Drydock.run?
#### 0.6.5 (2009-05-21) #############################
arguments can be passed to the default command with run in the short form. e.g. "script arg1 arg2" == "script cmdname arg1 arg2"
#### 0.6.3 (2009-05-10) #############################
command [:name, :alias1, :alias2] => SomeClass
#### 0.6.2 (2009-05-07) #############################
#### 0.6.1 (2009-05-03) #############################
#### 0.6.0 (2009-04-30) #############################
bin/example was updated to reflect the change. This prevents Drydock keywords from being included in the global namespace.
#### 0.5.6 (2009-04-22) #############################
#### 0.5.5 (2009-04-19) #############################
#### 0.5.4 (2009-04-15) #############################
#### 0.5.3 (2009-04-05) #############################
clarify the code.
#### 0.5.2 (2009-04-04) #############################
command object (which gives them access to the globals and options)
separate method: prepare so call no longer takes arguments.
#### 0.5.1 (2009-03-15) #############################
#### 0.5 (2009-03-11) ###############################
and gracefully continues if the require failed.
being executed. If a validation method is found it‘s executed and must return a true valid (it can also raise its own exceptions).
for command_action or action_command methods. Saves checking the switches and sending to other methods manually.
#### 0.4 (2009-02-28) ###############################
and print_footer after the command (if available)
OLD: require 'drydock' ADDED: require 'drydock' extend Drydock
#### 0.3.3 (2009-02-14) ###############################
#### 0.3 (2009-02-05) ###############################
#### 0.2 (2008-12-27) ###############################