bootstrap_leather 0.1.0 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGJiOWI5NjBkMDg5Y2Q1YWI4YTQ4YjFhZjMzNDM3NDdmOGEwZTlhNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGYwOGE4YTQyYWRiOWRlZmE0YTJiOWIzNjNmMzgxZWFmMDQ0MTYyNA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTk5YTkyNGY5OWRjOTRhODM2MWNjZTg0NjllMzYxZTFiZTg5NDg4ZjRlNGM3
|
10
|
+
ZmQ0OWEzN2E2NDFiODY4OWY0MTkwZmU0NjU1YzNjYzgwNjY0ODhiYmM5MzBi
|
11
|
+
ZDNmZjg2ZDU5ZTRkYzEyMWVmZTFmYmNjNGQ1NjhhZTk0OWZiYjc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTE2MmNiYWViZmI5OWRiYjNjNjQwY2Y0MDYxOTAwMDQzOWMxOGI4ZWY5ZTZi
|
14
|
+
NTQ5ZGRiMjMyMzc5YmU1NzgyNThlNGU4MTI3OWE1ODVjNGZiNDBlYzc0ZTYw
|
15
|
+
NDYzNDg5M2E1YzY2OWI0NGZjOWUwYmZhODFjOTljMmQ5NGEwYjg=
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
@@ -1,10 +1,11 @@
|
|
1
|
+
- id = Time.now.to_f
|
1
2
|
- if active
|
2
3
|
- css_class = 'active'
|
3
4
|
- else
|
4
|
-
- css_class = '
|
5
|
+
- css_class = ''
|
5
6
|
%li{:class => 'dropdown ' + css_class}
|
6
|
-
%a.dropdown-toggle{:href=>href, :data => {:target => '#', :toggle => 'dropdown'}}
|
7
|
+
%a.dropdown-toggle{:id => id, :href=>href, :data => {:target => '#', :toggle => 'dropdown'}}
|
7
8
|
= text
|
8
9
|
%b.caret
|
9
|
-
%ul.dropdown-menu
|
10
|
+
%ul.dropdown-menu{:role => 'menu', :arialabeledby => id}
|
10
11
|
= block
|
@@ -1,2 +1,2 @@
|
|
1
|
-
%li{:class => current_page?(href) ? 'active' : '
|
1
|
+
%li{:class => current_page?(href) ? 'active' : ''}
|
2
2
|
=link_to text, href, options
|
data/bootstrap_leather.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "bootstrap_leather"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Karen Lundgren"]
|
12
|
-
s.date = "2013-09-
|
12
|
+
s.date = "2013-09-13"
|
13
13
|
s.description = "BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap"
|
14
14
|
s.email = "webmaster@sourcherryweb.com"
|
15
15
|
s.executables = ["rails"]
|
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.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karen Lundgren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|