detroit-erbside 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +676 -0
- data/README.md +46 -0
- data/lib/detroit-erbside.rb +56 -38
- data/man/detroit-erbside.5 +100 -0
- data/man/detroit-erbside.5.html +151 -0
- data/man/detroit-erbside.5.ronn +7 -7
- metadata +44 -24
- data/.ruby +0 -35
- data/COPYING.rdoc +0 -705
- data/README.rdoc +0 -31
data/README.rdoc
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
= Detroit Erbside Tool
|
2
|
-
|
3
|
-
{Website}[http://rubyworks.github.com/detroit-erbside] /
|
4
|
-
{Report Issue}[http://github.com/rubyworks/detroit-erbside/issues] /
|
5
|
-
{Repository}[http://github.com/rubyworks/detroit-erbside]
|
6
|
-
|
7
|
-
|
8
|
-
== Description
|
9
|
-
|
10
|
-
The Erbside tool provide inline source code templating during
|
11
|
-
the standard `generate` phase.
|
12
|
-
|
13
|
-
See http://rubyworks.github.com/erbside for more information.
|
14
|
-
|
15
|
-
|
16
|
-
== Installation
|
17
|
-
|
18
|
-
Per the usual gem install process:
|
19
|
-
|
20
|
-
$ gem install detroit-erbside
|
21
|
-
|
22
|
-
|
23
|
-
== Copyrights
|
24
|
-
|
25
|
-
Copyright (c) 2011 Thomas Sawyer, Rubyworks
|
26
|
-
|
27
|
-
Detroit Erbside is distributable in accordance with the GNU General Public
|
28
|
-
License version 3 or greater (GPL-3.0+).
|
29
|
-
|
30
|
-
See COPYING.rdoc file for full details.
|
31
|
-
|