-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathHistory.txt
31 lines (22 loc) · 846 Bytes
/
History.txt
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
== 1.0.1 2011-09-28
* 1 minor change
* Use newer rubygems API if rubygems 1.8 or greater is installed
== 1.0.0 2011-01-11
* 1 major enhancement:
* cd to directory before starting editor. Good for using NERDtree in vim for example. via alkesh
* Other changes:
* removed gemedit executable since it runs as a rubygems command
* tested with cucumber
* reduced development depencies
== 0.9.0 2009-11-15
* 1 major change:
* installs itself as a rubygems command, use "gem edit" to run
* 2 minor changes
* verbose short switch becomes -V instead of -v
* -p/--pretend are rename to -d/--dry-run to be consistent with other gem commands
== 0.0.2 2008-03-07
* 1 minor enhancement:
* add -p/--pretend option to show what gem(s) would be edited and with what command
== 0.0.1 2008-02-27
* 1 major enhancement:
* Initial release