bootstrap_leather 0.10.6 → 0.10.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: e6757f570e09f8cd70ca36f0331d4b5df6424a27
4
- data.tar.gz: 0bf1c35a46060b1fbd706cfa0658ff35c612e037
3
+ metadata.gz: e75252f71a8cb90047ae7c7b6ca2374f9dc13c85
4
+ data.tar.gz: 7012a1dd0486e4f503b173e1905ccddffbc2dfa6
5
5
  SHA512:
6
- metadata.gz: f48b1597e1000cff4f6a6cdf884635db5bf42b505e57c01c5f540d3e5f3edd65676a73b85e7a47cc5af0ab2806071d8eba097ae164756de94168a3e4acb2181e
7
- data.tar.gz: 1dc6a83e417f677ea68e7ce38d8ce2d7d7a7435b10b2227970a585c9fb45ab3768edbb16b58d435acd318f05d5486c3d22c38de46cc64f56c4a993232c311812
6
+ metadata.gz: 11820dfeb8e1e8ba951be70dff108cb82ac5e07bbc86c397c5d4b1c568f0f91703a76b1147d3a6cc3a1d2cc904ed4bd57fd779457ad1eecf9ea911cb696651e8
7
+ data.tar.gz: a3847541e6e0bdb7016c9e7fa876893e4b7e268eb498c82b5c854a746475d0cd94f666cfbc9ecd4f6a360e0ac45e7a001386e48231cd204cde6245ae3dfe30df
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.6
1
+ 0.10.7
@@ -1,4 +1,4 @@
1
- - if widgets.any?
1
+ - if widgets.present?
2
2
  - widgets.each do |widget|
3
3
  :ruby
4
4
  html_options = widget[:html_options]
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootstrap_leather 0.10.6 ruby lib
5
+ # stub: bootstrap_leather 0.10.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather".freeze
9
- s.version = "0.10.6"
9
+ s.version = "0.10.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Karen Lundgren".freeze]
14
- s.date = "2017-04-23"
14
+ s.date = "2017-04-28"
15
15
  s.description = "BootstrapLeather is a collection of view helpers and scaffold generators that makes it easier to create apps using Twitter Bootstrap".freeze
16
16
  s.email = "karen.e.lundgren@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
Binary file
@@ -11,11 +11,7 @@ module BootstrapLeather
11
11
  end
12
12
  subject { helper.render_widgets('md', 3) }
13
13
  it 'shows the tab links' do
14
- expect(subject).to(
15
- have_tag(:div, with: { class: 'col-md-3' }) do
16
- with_tag :div, with: { class: 'well' }
17
- end
18
- )
14
+ expect(subject).to(have_tag(:div, with: { class: 'col-md-3' }))
19
15
  end
20
16
  end
21
17
  end
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.10.6
4
+ version: 0.10.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: 2017-04-23 00:00:00.000000000 Z
11
+ date: 2017-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails