nested-layouts 0.1.1 → 0.1.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/README.textile +1 -1
- data/VERSION.yml +1 -1
- data/nested-layouts.gemspec +1 -1
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -9,7 +9,7 @@ h2. Usage
|
|
|
9
9
|
You can be installed as a gem from "GitHub":http://github.com.
|
|
10
10
|
Add the following line to your @config/environment.rb@:
|
|
11
11
|
<pre><code>
|
|
12
|
-
config.gem "
|
|
12
|
+
config.gem "nested-layouts", :source => "http://gemcutter.org", :lib => "nested_layouts"
|
|
13
13
|
</code></pre>
|
|
14
14
|
|
|
15
15
|
h2. Wrapping layout into another layout
|
data/VERSION.yml
CHANGED
data/nested-layouts.gemspec
CHANGED