bootstrap_leather 0.4.0 → 0.4.1
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/views/bootstrap_leather/_icon.html.haml +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: d3253a45091e188746424763490891957de76a15
|
|
4
|
+
data.tar.gz: 83d43f0c13eb36e9829d9e94831741993af48cdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19cd6e962888c8c53d34b6a2635a0e883ee0aecc9a0a3a2addda7d4f92c5f57bd22e90ab9bf81faf5491bf65db693efe4c37281b3112752687f38d1b91578cd3
|
|
7
|
+
data.tar.gz: 499cef859dd5a1fbd0c9319d12f549e84be00daa555024e3f9ce74def94ea465581fa7558f8ec828033b9bce8cdd4bae4b3f692aef30de6c51f1c7e8177f46b1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
%i{:class => '
|
|
1
|
+
%i{:class => 'glyphicon glyphicon-' + type}
|
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.4.
|
|
5
|
+
# stub: bootstrap_leather 0.4.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "bootstrap_leather"
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.1"
|
|
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 = "2015-04-26"
|
|
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 = [
|
|
@@ -103,7 +103,7 @@ Gem::Specification.new do |s|
|
|
|
103
103
|
]
|
|
104
104
|
s.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather"
|
|
105
105
|
s.licenses = ["MIT"]
|
|
106
|
-
s.rubygems_version = "2.
|
|
106
|
+
s.rubygems_version = "2.4.6"
|
|
107
107
|
s.summary = "BootstrapLeather makes it easier to create apps using Twitter Bootstrap"
|
|
108
108
|
|
|
109
109
|
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.4.
|
|
4
|
+
version: 0.4.1
|
|
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: 2015-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-sass
|
|
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
260
260
|
version: '0'
|
|
261
261
|
requirements: []
|
|
262
262
|
rubyforge_project:
|
|
263
|
-
rubygems_version: 2.
|
|
263
|
+
rubygems_version: 2.4.6
|
|
264
264
|
signing_key:
|
|
265
265
|
specification_version: 4
|
|
266
266
|
summary: BootstrapLeather makes it easier to create apps using Twitter Bootstrap
|