removed :input_stack => [Readline] from bin/pry, this fixes #327

This commit is contained in:
John Mair 2011-11-02 22:37:33 +13:00
parent bd492b853c
commit 6a3d026e15
2 changed files with 2 additions and 2 deletions

View File

@ -90,5 +90,5 @@ else
end
# Start the session (running any code passed with -e, if there is any)
Pry.start(context, :input => StringIO.new(exec_string), :input_stack => [Readline])
Pry.start(context, :input => StringIO.new(exec_string))

View File

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