bootstrap_leather 0.10.5 → 0.10.6

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: 43c0092d2e939fe8847834f7bbdc37811ced34a0
4
- data.tar.gz: 203ef8b1208d31ec47f1b638108b119644a2207c
3
+ metadata.gz: e6757f570e09f8cd70ca36f0331d4b5df6424a27
4
+ data.tar.gz: 0bf1c35a46060b1fbd706cfa0658ff35c612e037
5
5
  SHA512:
6
- metadata.gz: 656a1c3164e0f857f57e9121ae9f4a90c42fa1f22dbb9ed59e3a7f3e18622724908985d85154db8e198e3a092562c26d9d34adc1b2a05c10dc4b5d2514739297
7
- data.tar.gz: b2905ed796d0128cdf4ee3dd2aed91106a1035707ebbae0400ec1ad1d2871e4cdbec2e7003a5f715487d5036d66f4ceb984381fb3acae1eae2b4be0670c3c1cd
6
+ metadata.gz: f48b1597e1000cff4f6a6cdf884635db5bf42b505e57c01c5f540d3e5f3edd65676a73b85e7a47cc5af0ab2806071d8eba097ae164756de94168a3e4acb2181e
7
+ data.tar.gz: 1dc6a83e417f677ea68e7ce38d8ce2d7d7a7435b10b2227970a585c9fb45ab3768edbb16b58d435acd318f05d5486c3d22c38de46cc64f56c4a993232c311812
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.5
1
+ 0.10.6
@@ -6,5 +6,5 @@
6
6
  html_options[:content_class] = nil
7
7
  html_options[:class] = 'column ' + column_class(device_class, column_width)
8
8
  %div{ html_options }
9
- %div{:class => "well #{content_class}"}
9
+ %div{:class => content_class}
10
10
  =widget[:body]
@@ -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 ruby lib
5
+ # stub: bootstrap_leather 0.10.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather".freeze
9
- s.version = "0.10.5"
9
+ s.version = "0.10.6"
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-09"
14
+ s.date = "2017-04-23"
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 = [
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.5
4
+ version: 0.10.6
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-09 00:00:00.000000000 Z
11
+ date: 2017-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails