bootstrap_leather 0.8.2 → 0.8.3
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 +4 -4
- data/VERSION +1 -1
- data/app/helpers/bootstrap_leather_helper.rb +1 -1
- data/bootstrap_leather.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c39edf487629341b3d0abf3bb75067503d2b4e1
|
|
4
|
+
data.tar.gz: cdfe4020db99a14e50d36d49825a26dc1afabb7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cebf1280fcdb433f3a2559c67fb8c5a9760f7932be07d72d7830239fc7cc8b68216ec0d38a90b281af566d11ae2064f03a9e16c2ffbf4aa1043187e45e2c3142
|
|
7
|
+
data.tar.gz: a575c8172df33d30c939519eab852698d5c86894c2eba79b43058443cb88894c5577a210000e09871997b9514dedb0fe8859a666dfab02e78c2cf9d72b23f5ef
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.3
|
|
@@ -38,7 +38,7 @@ module BootstrapLeatherHelper
|
|
|
38
38
|
page_title << content_for(:subtitle)
|
|
39
39
|
page_title << BootstrapLeather.configuration.application_title
|
|
40
40
|
page_title << content_for(:keywords)
|
|
41
|
-
content_tag :title, page_title.compact.join(': ')
|
|
41
|
+
content_tag :title, CGI.unescapeHTML(page_title.compact.join(': '))
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
def render_h1(html_options = {})
|
data/bootstrap_leather.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
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.8.
|
|
5
|
+
# stub: bootstrap_leather 0.8.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "bootstrap_leather"
|
|
9
|
-
s.version = "0.8.
|
|
9
|
+
s.version = "0.8.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"]
|
|
13
13
|
s.authors = ["Karen Lundgren"]
|
|
14
|
-
s.date = "
|
|
14
|
+
s.date = "2016-03-15"
|
|
15
15
|
s.description = "BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap"
|
|
16
16
|
s.email = "karen.e.lundgren@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -65,7 +65,7 @@ Gem::Specification.new do |s|
|
|
|
65
65
|
]
|
|
66
66
|
s.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather"
|
|
67
67
|
s.licenses = ["MIT"]
|
|
68
|
-
s.rubygems_version = "2.4.
|
|
68
|
+
s.rubygems_version = "2.4.5.1"
|
|
69
69
|
s.summary = "BootstrapLeather makes it easier to create apps using Twitter Bootstrap"
|
|
70
70
|
|
|
71
71
|
if s.respond_to? :specification_version then
|
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.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen Lundgren
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-sass
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.4.
|
|
141
|
+
rubygems_version: 2.4.5.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: BootstrapLeather makes it easier to create apps using Twitter Bootstrap
|