bootstrap_leather 0.4.3 → 0.4.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d91c3e8c2e214d0e9ac69e9e6e9fbccbfaed4095
|
|
4
|
+
data.tar.gz: 2436f2d34ba5cd83ffacbbffa663f08688060aff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75065b46d85f8ec0531e82656c7a9b1d0b6345513ec834058dcd351b47808a4e850b293bd6d0be9420cf064e5a175ccb7e62f0f6500f88da9934f1b93cfbd0fa
|
|
7
|
+
data.tar.gz: 6117d4b07e7e60011e82c7793caf1f24ac816042e1d1e13d0f9e5e7b1a8b7b24ca90ca5d1fe591d310a21227d30a860e3919751e305115af2564321f2449fe7b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|
|
@@ -181,8 +181,8 @@ module BootstrapLeatherHelper
|
|
|
181
181
|
'col-' + device_class + '-' + column_width.to_s
|
|
182
182
|
end
|
|
183
183
|
|
|
184
|
-
def definition_list(list, html_options = {}
|
|
185
|
-
render(:partial => 'bootstrap_leather/definition_list', :locals => {:list => list, :
|
|
184
|
+
def definition_list(list, html_options = {})
|
|
185
|
+
render(:partial => 'bootstrap_leather/definition_list', :locals => {:list => list, :html_options => html_options})
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
|
data/bootstrap_leather.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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.4.
|
|
5
|
+
# stub: bootstrap_leather 0.4.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "bootstrap_leather"
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.4"
|
|
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"]
|