bootstrap_leather 0.7.1 → 0.7.3

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: 5299ef941bfd536aa66f4f17abd3b39c9858d31a
4
- data.tar.gz: a65f9d1d4e83576fc52801cbf2be0486ed5a7483
3
+ metadata.gz: 2e26f239684b0d9be5c12e1934205154326af2cf
4
+ data.tar.gz: 04051ef6c6a773f1b75c069c081b69a5e573b0cc
5
5
  SHA512:
6
- metadata.gz: 359776136ab09497b3ca7f302b339277a220ad19501d9b1f68ec6e800a46d7876e3e7ebd6490876b1c33e283dbdb29be56d06e8de56e090641cb499039b40351
7
- data.tar.gz: 3efd4aa308559b4e8c368b9457b56c4f701fa5572e4876d065fda430c271d21ae7e4cb843e1a7b0b6324b3710f4d96c35fcb85700a8681433bd8cad8ee0b6b84
6
+ metadata.gz: 8b1e39cf35b01929d0274a72920be4f93c3ba9b870457271e11c57dd1c211e4be98ad02c546891db1e23aba5883a7cedc48ba450dc81f08486d733fed554cd0a
7
+ data.tar.gz: ffa823ee278e1eb011dd243761ff12cfe525d86f3a745c0da4bfd64b41c85cc8b2da3142fa8e4630793dcba3eb96ebd442a59c91f297c0c023b2222e2058d2bd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.1
1
+ 0.7.3
@@ -42,7 +42,8 @@ module BootstrapLeatherHelper
42
42
  end
43
43
 
44
44
  def render_h1(html_options = {})
45
- title = strip_tags content_for(:title)
45
+ title = ''
46
+ title += strip_tags content_for(:title)
46
47
  if content_for(:subtitle)
47
48
  title += ' '
48
49
  title += content_tag :small, content_for(:subtitle)
@@ -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.7.1 ruby lib
5
+ # stub: bootstrap_leather 0.7.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.7.1"
9
+ s.version = "0.7.3"
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.7.1
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren