bootstrap_leather 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/helpers/bootstrap_leather_helper.rb +1 -1
- data/bootstrap_leather.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98db842a831a6e2a2b89517ea0fec164fdbc081c
|
4
|
+
data.tar.gz: 3265c4ba94cb25911215ed11880465a83dc3be2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4ac4cb17303be73698f4b8d1e90217b11b1b75d4d8978486342067fb0d35035fa9865ea7fddbd6e3ff9a1b35309d9121621510be245950b4281a8d4ca088433
|
7
|
+
data.tar.gz: ef6462725ca192f8b60464a311ce6e3f82b6e045946fa026e881a6df982238112c65d3198a7d5c11f51572b78afa303354121926346a5ff520513d1baa079685
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.8.
|
1
|
+
0.8.1
|
@@ -147,7 +147,7 @@ module BootstrapLeatherHelper
|
|
147
147
|
end
|
148
148
|
|
149
149
|
def icon_link_to(icon_type, text, link, html_options={})
|
150
|
-
render(:partial => 'bootstrap_leather/
|
150
|
+
render(:partial => 'bootstrap_leather/icon_link_to', :locals => {:icon_type => icon_type, :text => text, :link => link, :html_options => html_options})
|
151
151
|
end
|
152
152
|
|
153
153
|
def icon_button_to(button_class, icon_type, text, link, html_options={})
|
data/bootstrap_leather.gemspec
CHANGED
@@ -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.8.
|
5
|
+
# stub: bootstrap_leather 0.8.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "bootstrap_leather"
|
9
|
-
s.version = "0.8.
|
9
|
+
s.version = "0.8.1"
|
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-
|
14
|
+
s.date = "2015-08-04"
|
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.8.
|
4
|
+
version: 0.8.1
|
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-
|
11
|
+
date: 2015-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|