version 0.9.7.3 hotfix-hotfix

* fixed indentation issues re 'super/next' and added tmux compatibility
* fixed method signature behavour for optional args
This commit is contained in:
John Mair 2011-10-28 20:35:56 +13:00
parent 98a063019a
commit afa6151038
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
28/10/2011 version 0.9.7.3 hotfix-hotfix ;)
* really fixed indentation for 'super if' and friends
* Fixed indentation for tmux
* added Pry.config.correct_indent option (to toggle whether indentation
* corrected optional param behaviour for method signatures: e.g Signature meth(param1=?, param2=?)
27/10/2011 version 0.9.7.2 hotfix
* fixed indentation for 'super if' and 'ensure', 'next if', etc
* refactored Pry#run_command so it can accept an eval_string parameter (so amend-line and so on can work with it)

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.7.2"
VERSION = "0.9.7.3"
end