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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e75252f71a8cb90047ae7c7b6ca2374f9dc13c85
|
|
4
|
+
data.tar.gz: 7012a1dd0486e4f503b173e1905ccddffbc2dfa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11820dfeb8e1e8ba951be70dff108cb82ac5e07bbc86c397c5d4b1c568f0f91703a76b1147d3a6cc3a1d2cc904ed4bd57fd779457ad1eecf9ea911cb696651e8
|
|
7
|
+
data.tar.gz: a3847541e6e0bdb7016c9e7fa876893e4b7e268eb498c82b5c854a746475d0cd94f666cfbc9ecd4f6a360e0ac45e7a001386e48231cd204cde6245ae3dfe30df
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.7
|
data/bootstrap_leather.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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 = [
|
data/spec/dummy/db/test.sqlite3
CHANGED
|
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.
|
|
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-
|
|
11
|
+
date: 2017-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|