rails_layout 1.0.10 → 1.0.11
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.
- checksums.yaml +4 -4
- data/CHANGELOG.textile +4 -0
- data/README.textile +1 -3
- data/lib/generators/layout/install/templates/foundation5-navigation.html.erb +1 -1
- data/lib/generators/layout/install/templates/foundation5-navigation.html.haml +1 -1
- data/lib/generators/layout/install/templates/foundation5-navigation.html.slim +1 -1
- data/lib/rails_layout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd0987acb07dc61c0efb914ebd0188962e6f141c
|
|
4
|
+
data.tar.gz: a4353100de21d1ffe9c9818b760f37728f71db8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f653723f0ef9a7b995e4c2baa82fee738dd60aff6692e08e2770796342ca5de83562acdd8d9edde807f7522617d0fce775c2b0bf19096b27da30e2e66e8e278
|
|
7
|
+
data.tar.gz: 3f718e969bc12c23105db487375f780f80de13026fcf28ee28f70b8686b27074056149f8b58d3648a058d88bda12bbc472d4c0cc1b250d4905fa542b39b35718
|
data/CHANGELOG.textile
CHANGED
data/README.textile
CHANGED
|
@@ -58,11 +58,9 @@ Add the gems you need to your Rails application Gemfile:
|
|
|
58
58
|
h4. Zurb Foundation 5.0
|
|
59
59
|
|
|
60
60
|
<pre>
|
|
61
|
-
gem 'foundation-rails'
|
|
61
|
+
gem 'foundation-rails'
|
|
62
62
|
</pre>
|
|
63
63
|
|
|
64
|
-
Foundation versions 5.0.1 and 5.0.2 were "incompatible with Rails Turbolinks":https://github.com/zurb/foundation/issues/3642 and the Rails asset pipeline. The foundation-rails gem version 5.1.1.0 is incompatible with the Rails asset pipeline. Use foundation-rails gem version 5.0.3.1 pending resolution of the "issue":https://github.com/zurb/foundation/issues/4494.
|
|
65
|
-
|
|
66
64
|
h4. Zurb Foundation 4.0
|
|
67
65
|
|
|
68
66
|
<pre>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<nav class="top-bar" data-topbar>
|
|
3
3
|
<ul class="title-area">
|
|
4
4
|
<li class="name"><%= link_to 'Home', root_path %></li>
|
|
5
|
-
<li class="toggle-topbar menu-icon"><a href="#"
|
|
5
|
+
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
|
|
6
6
|
</ul>
|
|
7
7
|
<div class="top-bar-section">
|
|
8
8
|
<ul>
|
data/lib/rails_layout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Kehoe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|