mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
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:
parent
98a063019a
commit
afa6151038
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.9.7.2"
|
||||
VERSION = "0.9.7.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue