-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
History.txt
101 lines (57 loc) · 2.37 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
=== 2.1.0 / 2014-11-11
* 1 major enhancement:
* Enable to work with rdoc 4 and newer dictionary dev kits. (zalt50)
* 1 bug fix:
* Removed dead rubyforge setting in Rakefile
=== 2.0.1 / 2012-01-11
* 3 bug fixes:
* Changed the way entries were indexed to remove errant duplicate entries.
* Fixed a bunch of 1.9.3 warnings.
* Fixed problems on case insensitive file systems. :(
=== 2.0.0 / 2011-12-15
* 1 major enhancement:
* Rewritten to use rdoc 3.11 and the new mostly fancy and sometimes ugly API.
* 1 minor enhancements:
* Got patches into rdoc and bumped our dependency up
=== 1.3.1 / 2010-03-30
* 1 minor enhancement:
* automatic hooks now require you to touch ~/.ri/autorun
* 1 bug fix:
* I R DUM. I keep doing 'return' in at_exit blocks. Using next. :(
=== 1.3.0 / 2010-02-09
* 4 minor enhancements:
* Improved hyperlinks in class definitions to point straight at methods.
* Improved method signature output (imajes)
* Made method signature a pre block to improve display of space formatted text.
* Refactored and improved class output to clearly define class extensions.
* 1 bug fix:
* Specify exactly which ruby to execute (hinegardner)
=== 1.2.0 / 2010-02-03
* 3 minor enhancements:
* Added -d flag to delete .ri directory to help me debug.
* Loudly skip bad files created from rdoc.
* Skip _reduce_\d+ methods (generated methods from racc of no value to rdoc).
* 2 bug fixes:
* Added extra de-duping on xml creation to fix The Bug I Cannot Repro(tm).
* OMG I am an idiot. Generating class id string properly now. :/
=== 1.1.1 / 2010-02-02
* 1 minor enhancement:
* Extra munging to remove more (all?) warnings from the dictionary compiler
* 1 bug fix:
* Only run the hooks once per gem invocation, not once per install/uninstall
=== 1.1.0 / 2010-02-01
* 2 minor enhancements:
* Added -f to force rebuild.
* Refactored system calls to a handler so failures are uniformly handled.
* 2 bug fixes:
* Fixed dictionary entry id munging to avoid errant duplicates.
* Setting $LC_ALL to C to fix unicode errors discovered in iTerm.
=== 1.0.1 / 2010-01-28
* 4 bug fixes:
* Added known bad XML to the exclude list.
* Added missing dependency on rdoc 2 gem. Old rdoc won't cut it.
* Fixed rsync command
* Terminal.app in UTF8 breaks on some input. Fix by clearing $LANG.
=== 1.0.0 / 2010-01-27
* 1 major enhancement
* Birthday!