bootstrap_leather 0.10.9 → 0.10.10

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: f0908a7222e9e9c0c156ebbb1fd7473dac084a46
4
- data.tar.gz: 1c6e0b64043b5428e24445b65c1964d8e0c793b8
3
+ metadata.gz: 132004348922232b1b5e577d70feca63907827a2
4
+ data.tar.gz: 05a91db92bec4fff65a4e261039176a18c0a4eb6
5
5
  SHA512:
6
- metadata.gz: 9ba1bd14eb3478451900b80e52cd66f72dac0e90fa59863576ef0c295700b3f9791b713b0e03ee3c1ca714864500a1c1d9606d679780c3a6b43d80179bdadf28
7
- data.tar.gz: 3662c295bb9446ac088ab4b2e5ddbe024cbb14532fad3beeb40e3b6a2e88f25c948077c1e8bc4582dbff7f77bdd0dc8ff6933b831dd619b0fcb85106e77b30be
6
+ metadata.gz: 60385316b05116385859c1d2e95bc467110a7ea243589e6412091b3246f405f20d24e050177bc7af84c18e4d19581e3e24703662c89c0b8f213995310cbc6fa6
7
+ data.tar.gz: 2bb436565c4716f759fd7c580ea66bef9fce11904f7b793156d9ad584aadf2c14be5a720919870647e1f5083fbf94c58b071a8c147ac78a8f72d1a867f0ff201
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.9
1
+ 0.10.10
@@ -2,13 +2,11 @@
2
2
  - when :with, :inside
3
3
  %nav.navbar.navbar-default{ html_options }
4
4
  .container
5
- %nav.navbar.navbar-default{ html_options }
6
- = render partial: 'bootstrap_leather/navigation/navbar_contents', locals: { block: block }
5
+ = render partial: 'bootstrap_leather/navigation/navbar_contents', locals: { block: block }
7
6
  - when :in, :outside
8
7
  .container
9
8
  %nav.navbar.navbar-default{ html_options }
10
- %nav.navbar.navbar-default{ html_options }
11
- = render partial: 'bootstrap_leather/navigation/navbar_contents', locals: { block: block }
9
+ = render partial: 'bootstrap_leather/navigation/navbar_contents', locals: { block: block }
12
10
  - else
13
11
  %nav.navbar.navbar-default{ html_options }
14
12
  = render partial: 'bootstrap_leather/navigation/navbar_contents', locals: { block: block }
@@ -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.9 ruby lib
5
+ # stub: bootstrap_leather 0.10.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather".freeze
9
- s.version = "0.10.9"
9
+ s.version = "0.10.10"
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-27"
14
+ s.date = "2017-10-06"
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 = [
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.9
4
+ version: 0.10.10
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-27 00:00:00.000000000 Z
11
+ date: 2017-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails