diy 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +2 -2
- data/lib/diy.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
== 1.0.
|
1
|
+
== 1.0.3 / 2007-12-11
|
2
2
|
|
3
|
-
* The
|
3
|
+
* The 1.0.1 release had a load-path search in it that resulted in requiring files with full path names (rooted in loadpath entries). This is unintuitive, and will almost always result in a double "require" if the application code ever requires a library. The "require" for library loading now relies implicitly on the load path (just like normal human-coded requires.)
|
4
4
|
|
5
5
|
== 1.0.1 / 2007-12-02
|
6
6
|
|
data/lib/diy.rb
CHANGED