bootstrap_leather 0.4.3 → 0.4.4

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: 700c7cca9700931f80cbdf1c844c72d6dc109728
4
- data.tar.gz: 5eaa521e40c1123c4a277e54ce4e50ecab46365a
3
+ metadata.gz: d91c3e8c2e214d0e9ac69e9e6e9fbccbfaed4095
4
+ data.tar.gz: 2436f2d34ba5cd83ffacbbffa663f08688060aff
5
5
  SHA512:
6
- metadata.gz: 82f9a37a71e5247f1b396fb830335cc51f90756ae24c02a435c2ae26dbe5091e6e2ddc3dbbe00e97a0dabe7f93159a7e03d0f08976de56bb6f4101be3758d406
7
- data.tar.gz: beffa3b78ee7e37680498767e43dbce84d370d8369cd293848b9442a50db673b1d7f06fe647ba14f903b54b37162eadb6f7bb4aa912ded97718ea82e9bd79047
6
+ metadata.gz: 75065b46d85f8ec0531e82656c7a9b1d0b6345513ec834058dcd351b47808a4e850b293bd6d0be9420cf064e5a175ccb7e62f0f6500f88da9934f1b93cfbd0fa
7
+ data.tar.gz: 6117d4b07e7e60011e82c7793caf1f24ac816042e1d1e13d0f9e5e7b1a8b7b24ca90ca5d1fe591d310a21227d30a860e3919751e305115af2564321f2449fe7b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
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 = {}, &block)
185
- render(:partial => 'bootstrap_leather/definition_list', :locals => {:list => list, :block => capture(&block), :html_options => html_options})
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
 
@@ -1,8 +1,8 @@
1
1
  %dl{ html_options }
2
2
  - list.each do |term, definition|
3
3
  %dd= term
4
- - if definition.is_an? Array
5
- - for item in definition
4
+ - if definition.is_a? Array
5
+ - for item in definition do
6
6
  %dt= item
7
7
  - else
8
8
  %dt= definition
@@ -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.3 ruby lib
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.3"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren