forked from whitered/require_all
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
40 lines (23 loc) · 881 Bytes
/
CHANGES
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
1.4.0:
* License is now correctly as MIT. Thanks to Eric Kessler for pull request #16.
1.3.3:
* Support empty directories without crashing. Issue #11. Thanks to Eric Kessler.
1.3.2:
* Add license to gemspec.
1.3.1:
* README improvements.
1.3.0:
* Make everything work with Ruby 1.9 and 2.0. Awesome! Thanks to Aaron Klaassen.
1.2.0:
* Add load_all, and load_rel which behave similarly to require_all/require_rel except that Kernel#load is used
* Add autoload_all and autoload_rel (see README and/or specs for examples of usage)
* Minor bug fixes
* Improved specs
1.1.0:
* Add require_rel (require_all relative to the current file)
* Fix bug in auto-appending .rb ala require
1.0.1:
* Allow require_all to take a directory name as an argument
1.0.0:
* Initial release (was originally load_glob, converted to require_all which is
a lot cooler, seriously trust me)