erbextensions 1.0.1 → 1.0.2
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 +3 -0
- data/README.txt +1 -1
- data/Rakefile +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -59,7 +59,7 @@ to produce:
|
|
|
59
59
|
Sincerely,
|
|
60
60
|
Igor
|
|
61
61
|
|
|
62
|
-
==
|
|
62
|
+
== RECOMMENDATIONS:
|
|
63
63
|
This gem best is used with the relative gem (http://relative.rubyforge.org).
|
|
64
64
|
The relative gem upgrades the Ruby core and standard libraries to handle
|
|
65
65
|
paths relative to source files, which makes referencing a file within an erb
|
data/Rakefile
CHANGED