-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
113 lines (69 loc) · 3.28 KB
/
ChangeLog
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
101
102
103
104
105
106
107
108
109
110
111
112
2011-06-11 rocky <[email protected]>
* .gemspec, Rakefile: Package name needs the kind of Ruby in it.
Sigh
2011-06-11 rocky <[email protected]>
* .gemspec, ChangeLog, NEWS, lib/require_relative.rb: Tolerance for
unpatched 1.9.2
2011-05-26 rocky <[email protected]>
* .gemspec, Rakefile, lib/version.rb: Package versioning for MRI
1.8.7 was wrong.
2011-05-26 rocky <[email protected]>
* .gemspec, README.textile, Rakefile, lib/require_relative.rb,
lib/version.rb, test/test-rr.rb: Handle MRI 1.8
2011-04-22 rocky <[email protected]>
* NEWS, lib/version.rb: Update for release.
2011-04-22 rocky <[email protected]>
* lib/require_relative.rb: Don't use
Rubinius::StaticScope#data_path, but mirror the logic for that until
an API is created that works like RequireRelative#abs_file. Also use
Rubinius::StaticScope.of_sender rather than backtrace. Thanks to
Evan Phoenix for advice on all of this.
2011-02-14 rocky <[email protected]>
* .gemspec, ChangeLog, NEWS, Rakefile, lib/require_relative.rb,
lib/version.rb: Allow this to be build on 1.9.2-nframe as mostly a
no-op.
2010-09-23 rocky <[email protected]>
* .gemspec: Need symbol in defined?
2010-09-23 rocky <[email protected]>
* .gemspec, Rakefile, lib/version.rb: Rakefile: check to see if
require_relative is already installed. .gemspec: cut-n-paste error
version.rb: bump version #
2010-09-22 rocky <[email protected]>
* .gemspec: Bang on gemspec Ruby version. For rubinius 1.0.1 .. 1.1
Gem.ruby_version is 1.8.7. I'm imagining 1.9 features will report
1.9 or some such thing.
2010-09-22 rocky <[email protected]>
* .gemspec, NEWS, lib/version.rb: Update gemspec homepage link
2010-09-22 rocky <[email protected]>
* README.textile: More README tweaking
2010-09-22 rocky <[email protected]>
* README.textile: More README tweaking
2010-09-22 rocky <[email protected]>
* README.textile: textile hacking.
2010-09-22 rocky <[email protected]>
* .gemspec, README.textile: Get version ranges in correctly.
2010-09-22 rocky <[email protected]>
* .gemspec, ChangeLog, Makefile, NEWS, README.textile, Rakefile,
lib/Makefile, test/test-rr.rb: Get ready for release.
2010-09-20 rocky <[email protected]>
* lib/version.rb: Set version number back to what it was
2010-09-20 rocky <[email protected]>
* Rakefile, lib/require_relative.rb, test/test-rr.rb:
require_relative: Add RequireRelative::abs_file which is like
__FILE__ but gives the absolute location. Rakefile: Had broken
tests because rake's default mechanism appears to be broken here and
I don't know why. test-rr.rb: Reinstate more stringent testing -
chdir before require_relative
2010-09-20 rocky <[email protected]>
* .gemspec, Makefile, Rakefile, lib/.gitignore, lib/Makefile,
lib/version.rb: Administrivia: Add packaging, a .gemspec, make
comptaibility and so on.
2010-09-19 rocky <[email protected]>
* ChangeLog, Rakefile, lib/require_relative.rb,
require_relative.rb, test/test-rr.rb: Gem packaging - this time, for
sure!
2010-09-18 rocky <[email protected]>
* .gitignore, ChangeLog, README.textile, Rakefile: Bang on Rakefile
for testing packaging and installing.
2010-09-18 rvm <[email protected]>
* Initial require_relative code.