1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Version 0.4.0 release.

Bunch of new changes including: tab completion, major customizability (ability to read from and write to any object that supported #readline and #puts respectively), extensive tests, command API, examples, lots of documentation and more.
This commit is contained in:
John Mair 2011-01-22 00:32:48 +13:00
parent 206aa8d33d
commit 3e180a52bf

View file

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