rails_layout 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 398d2184466ffee07129ab71b3dee64cd2b84954
4
- data.tar.gz: 515f55eaf38bd273b66081fcd8a437cf2eeb6670
3
+ metadata.gz: dd0987acb07dc61c0efb914ebd0188962e6f141c
4
+ data.tar.gz: a4353100de21d1ffe9c9818b760f37728f71db8a
5
5
  SHA512:
6
- metadata.gz: c90538dea2b365544fea2aca9320bffac4c9d1326cb69e2eb1d5331178522a56e5b1fabcea70331010534a7006fdb927f1b8ef93f15c3cfe04d10642a85a0e14
7
- data.tar.gz: 8355ea84bd0da9ab49a10a184f817983990ac2aaf68c4e7095881c8447d0713af529fa07bb1706b9d16246087bf0afb3ac8b0f3912ff50c0e5ebecaacec49d14
6
+ metadata.gz: 8f653723f0ef9a7b995e4c2baa82fee738dd60aff6692e08e2770796342ca5de83562acdd8d9edde807f7522617d0fce775c2b0bf19096b27da30e2e66e8e278
7
+ data.tar.gz: 3f718e969bc12c23105db487375f780f80de13026fcf28ee28f70b8686b27074056149f8b58d3648a058d88bda12bbc472d4c0cc1b250d4905fa542b39b35718
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.11 March 8, 2014
4
+
5
+ * Foundation 5.2 no longer needs a 'span' in the navigation bar
6
+
3
7
  h3. 1.0.10 February 28, 2014
4
8
 
5
9
  * add a 'button-xs' class to the CSS styles
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', '5.0.3.1'
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="#"><span>Menu</span></a></li>
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>
@@ -6,7 +6,7 @@
6
6
  = link_to 'Home', root_path
7
7
  %li.toggle-topbar.menu-icon
8
8
  %a{:href => "#"}
9
- %span Menu
9
+ Menu
10
10
  .top-bar-section
11
11
  %ul
12
12
  = render 'layouts/navigation_links'
@@ -5,7 +5,7 @@ nav.top-bar[data-topbar]
5
5
  = link_to 'Home', root_path
6
6
  li.toggle-topbar.menu-icon
7
7
  a[href="#"]
8
- span Menu
8
+ Menu
9
9
  .top-bar-section
10
10
  ul
11
11
  == render 'layouts/navigation_links'
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.11"
3
3
  end
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.10
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-01 00:00:00.000000000 Z
11
+ date: 2014-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler