bootstrap_leather 0.10.8 → 0.10.9

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: 13b78f1ded69d9e5af7ac9909320e4190b665ee1
4
- data.tar.gz: 1cc1265878330eca57c3cdc60ae6155735191dc2
3
+ metadata.gz: f0908a7222e9e9c0c156ebbb1fd7473dac084a46
4
+ data.tar.gz: 1c6e0b64043b5428e24445b65c1964d8e0c793b8
5
5
  SHA512:
6
- metadata.gz: 54cce33ba06d0f00908a89600a39206cb527ad42ffe3c9ee8e2df21ccd2d167f420b070b00131f426ae257703757f62447492b7efbd33aff835bc69d3ff4a85e
7
- data.tar.gz: 656b4e1b739b3b3f296ecb6b027bacd164a7db0eb874e5a64b69a2935621180dca35a8edf5736768935c903c0b28a0096bc26aaab63980dc20e6ffb2307ba543
6
+ metadata.gz: 9ba1bd14eb3478451900b80e52cd66f72dac0e90fa59863576ef0c295700b3f9791b713b0e03ee3c1ca714864500a1c1d9606d679780c3a6b43d80179bdadf28
7
+ data.tar.gz: 3662c295bb9446ac088ab4b2e5ddbe024cbb14532fad3beeb40e3b6a2e88f25c948077c1e8bc4582dbff7f77bdd0dc8ff6933b831dd619b0fcb85106e77b30be
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.8
1
+ 0.10.9
@@ -10,6 +10,14 @@ module BootstrapLeather
10
10
  )
11
11
  end
12
12
 
13
+ def nav_divider(options = {})
14
+ options[:role] = 'separator'
15
+ render(
16
+ partial: 'bootstrap_leather/navigation/nav_divider',
17
+ locals: { options: options }
18
+ )
19
+ end
20
+
13
21
  def nav_heading(text, options = {})
14
22
  render(
15
23
  partial: 'bootstrap_leather/navigation/nav_heading',
@@ -0,0 +1 @@
1
+ %li.nav-divider{ options }
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootstrap_leather 0.10.8 ruby lib
5
+ # stub: bootstrap_leather 0.10.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather".freeze
9
- s.version = "0.10.8"
9
+ s.version = "0.10.9"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Karen Lundgren".freeze]
14
- s.date = "2017-07-17"
14
+ s.date = "2017-07-27"
15
15
  s.description = "BootstrapLeather is a collection of view helpers and scaffold generators that makes it easier to create apps using Twitter Bootstrap".freeze
16
16
  s.email = "karen.e.lundgren@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -61,6 +61,7 @@ Gem::Specification.new do |s|
61
61
  "app/views/bootstrap_leather/navigation/_dropdown_nav_item.html.haml",
62
62
  "app/views/bootstrap_leather/navigation/_hamburger_menu.html.haml",
63
63
  "app/views/bootstrap_leather/navigation/_logo_and_title.html.haml",
64
+ "app/views/bootstrap_leather/navigation/_nav_divider.html.haml",
64
65
  "app/views/bootstrap_leather/navigation/_nav_heading.html.haml",
65
66
  "app/views/bootstrap_leather/navigation/_nav_item.html.haml",
66
67
  "app/views/bootstrap_leather/navigation/_nav_list.html.haml",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.8
4
+ version: 0.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-17 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -331,6 +331,7 @@ files:
331
331
  - app/views/bootstrap_leather/navigation/_dropdown_nav_item.html.haml
332
332
  - app/views/bootstrap_leather/navigation/_hamburger_menu.html.haml
333
333
  - app/views/bootstrap_leather/navigation/_logo_and_title.html.haml
334
+ - app/views/bootstrap_leather/navigation/_nav_divider.html.haml
334
335
  - app/views/bootstrap_leather/navigation/_nav_heading.html.haml
335
336
  - app/views/bootstrap_leather/navigation/_nav_item.html.haml
336
337
  - app/views/bootstrap_leather/navigation/_nav_list.html.haml