bootstrap_leather 0.5.6 → 0.5.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1aa4c2f9daa0bcc45c984dc4cb17d217799a969
4
- data.tar.gz: 5af654085f24fa431cdc656fa5eb0c7a95fae4f4
3
+ metadata.gz: 8130931d9a86fcb46a2f8d44026b99f5f19d702a
4
+ data.tar.gz: 0fb99916cca087e05610c71ba36a6697b86729b0
5
5
  SHA512:
6
- metadata.gz: c3d6f4a9a247de952f9c2fd519a9f9c0b33dd04db6d18cef93c8e64ecd7bca0f86efe9a9a3d1797d56804afb823fe68b223246b0c874e8dd63b1acfbc41be390
7
- data.tar.gz: cf4cd204f60e7d8bfc7958c6b6f3a145492258bad611e99916d659f070aad57e093baab4f6a8226469e47a348bed3609d63890f8335a6ea806d12a61e48d320f
6
+ metadata.gz: c917a3307bce9c138c40b35faf1fe2e674e134a7c6a43dc750bf5077be93e295caea52d199666b323f60435b59e0807c517cb76ffb1644440d5f472a151ed6c3
7
+ data.tar.gz: 2f60d8dc8c28519572a4d5a35b1d9d6078f98464e695d1b0c70ebbc40688248c641100068e85a66235a26534eefa6ac01f016ee79519af157f2c406eb44e1759
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.6
1
+ 0.5.7
@@ -4,7 +4,7 @@
4
4
  - else
5
5
  - css_class = ''
6
6
  %li{:class => 'dropdown ' + css_class}
7
- %a.dropdown-toggle{:id => id, :href=>href, :data => {:target => '#', :toggle => 'dropdown'}}
7
+ %a.dropdown-toggle{:id => id, :href=>href, :data => {:toggle => 'dropdown'}, :role => 'button', aria: { expanded: false } }
8
8
  = text
9
9
  %b.caret
10
10
  %ul.dropdown-menu{:role => 'menu', :aria => {:labelledby => id}}
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootstrap_leather 0.5.6 ruby lib
5
+ # stub: bootstrap_leather 0.5.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.5.6"
9
+ s.version = "0.5.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Karen Lundgren"]
14
- s.date = "2015-05-21"
14
+ s.date = "2015-05-22"
15
15
  s.description = "BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap"
16
16
  s.email = "karen.e.lundgren@gmail.com"
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.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-21 00:00:00.000000000 Z
11
+ date: 2015-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass