bootstrap_leather 0.8.8 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.rdoc +2 -0
- data/VERSION +1 -1
- data/bootstrap_leather.gemspec +6 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a79b6fa91cf6b007b22130f5705405f1a33ae82
|
4
|
+
data.tar.gz: 28191421806d7a8ffa55bfe29e7504ed4143fbad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eac3ab561126796fbe753fb1fc046e9dd8ae2b228f71e189b8a647d4729a61b338b77ca115a0240d5f08437880120396152ff183f91723e0f681124f29ba91d5
|
7
|
+
data.tar.gz: b2c537c2d7e86a519dc0087b80a9b12fbd4a5a172321e4baa6d7ed2affc2606bd853c5ba1c204de89640443549cb8eb9f2e1ab4e46aecb1143e99548615db456
|
data/Gemfile
CHANGED
data/README.rdoc
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
= BootstrapLeather
|
2
2
|
|
3
|
+
**Updated for Rails 5**
|
4
|
+
|
3
5
|
{<img src="https://badge.fury.io/rb/bootstrap_leather.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootstrap_leather]
|
4
6
|
{<img src="https://travis-ci.org/gemvein/bootstrap_leather.svg?branch=v0.2.3" alt="Build Status" />}[https://travis-ci.org/gemvein/bootstrap_leather]
|
5
7
|
{<img src="https://coveralls.io/repos/gemvein/bootstrap_leather/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/bootstrap_leather]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.9.0
|
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.
|
5
|
+
# stub: bootstrap_leather 0.9.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "bootstrap_leather"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.9.0"
|
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 = "2016-
|
14
|
+
s.date = "2016-10-11"
|
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 = [
|
@@ -74,18 +74,18 @@ Gem::Specification.new do |s|
|
|
74
74
|
|
75
75
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
76
76
|
s.add_runtime_dependency(%q<bootstrap-sass>, ["~> 3"])
|
77
|
-
s.add_runtime_dependency(%q<rails>, ["
|
77
|
+
s.add_runtime_dependency(%q<rails>, [">= 4"])
|
78
78
|
s.add_runtime_dependency(%q<haml>, ["~> 4"])
|
79
79
|
s.add_runtime_dependency(%q<jeweler>, ["~> 2"])
|
80
80
|
else
|
81
81
|
s.add_dependency(%q<bootstrap-sass>, ["~> 3"])
|
82
|
-
s.add_dependency(%q<rails>, ["
|
82
|
+
s.add_dependency(%q<rails>, [">= 4"])
|
83
83
|
s.add_dependency(%q<haml>, ["~> 4"])
|
84
84
|
s.add_dependency(%q<jeweler>, ["~> 2"])
|
85
85
|
end
|
86
86
|
else
|
87
87
|
s.add_dependency(%q<bootstrap-sass>, ["~> 3"])
|
88
|
-
s.add_dependency(%q<rails>, ["
|
88
|
+
s.add_dependency(%q<rails>, [">= 4"])
|
89
89
|
s.add_dependency(%q<haml>, ["~> 4"])
|
90
90
|
s.add_dependency(%q<jeweler>, ["~> 2"])
|
91
91
|
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.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karen Lundgren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '4'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '4'
|
41
41
|
- !ruby/object:Gem::Dependency
|