akitaonrails / utility-belt forked from gilesbowkett/utility-belt

IRB Power User Utility Belt

This URL has Read+Write access

akitaonrails (author)
Tue Mar 03 08:16:38 -0800 2009
commit  bdf51947645a44cb96ed00cc5dcb18a62a07ccc0
tree    4e462b12c8ba8c6c613ea38b2de837b0787adb12
parent  d0215eb5ab7ad6db042a7877ee2ae5f648c6378b parent  0a542e50a3c27f883688358f70c89719be651e4b
utility-belt / History.txt
100644 36 lines (23 sloc) 1.027 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
== 1.0.12 / 2008-10-7
 
== 1.0.11 / 2008-09-21
 
* Fixed the h! command that was recursing within itself.
 
* Added Ruby2Ruby dependency to allow the developer to create
  classes with IRB, by reopening and changing it and then
  editing the whole thing within vi or textmate. by Fabio
  Akita
 
* Editing from an outside editor doesn't change the history
  so fixed with the reload of the externally edited program
  within the history. by Fabio Akita
 
* Trying to fix the gemspec so Github can automatically
  build the gem. by Fabio Akita
 
== 1.0.10 / 2008-09-20
 
* New "print_methods" for any class to print all the available methods
  from itself and its superclass, included modules, etc with a more
  visually compeling organization. by Fabio Akita
 
* Added 'clear_history' command to clear the Readline history. by
  Fabio Akita
 
* Fixed the edit_interactively method that was failing for vi. And
  fixed the \r line break to replace it to \n. by Fabio Akita
 
== 1.0.0 / 2007-11-03
 
* 1 major enhancement
  * Birthday!