diy 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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