erbextensions 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -2
- data/Rakefile +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1
|
+
=== 1.0.1 / 2008-06-26
|
2
|
+
Documentation fix.
|
3
|
+
|
1
4
|
=== 1.0.0 / 2008-06-26
|
2
|
-
Initial release of erbextensions. This release includes
|
3
|
-
*
|
5
|
+
Initial release of erbextensions. This release includes:
|
6
|
+
* A method returning processed contents of a named erb file
|
4
7
|
(ERB.process_file). This makes it very easy to include one erb file
|
5
8
|
within another erb file.
|
data/Rakefile
CHANGED