n3bulous-infuse 0.9.3 → 0.9.4
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/README.textile +7 -0
- data/lib/infuse/themes/plain/custom.css +4 -0
- data/lib/infuse/themes/plain/slide.html.erb +2 -4
- data/lib/infuse/version.rb +1 -1
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -4,9 +4,16 @@ h2. Description
|
|
|
4
4
|
|
|
5
5
|
Create HTML slide shows with a simple DSL.
|
|
6
6
|
|
|
7
|
+
h2. Requirements
|
|
8
|
+
|
|
9
|
+
* redcloth
|
|
10
|
+
* actionpack
|
|
11
|
+
|
|
7
12
|
h2. Installation
|
|
8
13
|
|
|
9
14
|
<pre>
|
|
15
|
+
sudo gem install redcloth
|
|
16
|
+
sudo gem install actionpack
|
|
10
17
|
sudo gem install n3bulous-infuse --source=http://gems.github.com
|
|
11
18
|
</pre>
|
|
12
19
|
|
data/lib/infuse/version.rb
CHANGED