bootstrap_leather 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/bootstrap_leather.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba8ef5bf7d2ebf146c7edb799bd758e2f6cbb373
|
4
|
+
data.tar.gz: 10bbfaaff0034ff8c7ae1eb8f3dbcac8836a7cab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0748269edb6b112c9d6dc9d08b0745c71ef431765cf4378369d04cb6dbd4e9d1f558c4ee7e172808c4eeb0a21ba3d8e7a15aae86456aeb61e9ed4c5ef05b745f
|
7
|
+
data.tar.gz: d66ba0ba45f231dc573b8323cdbe5f3a23acabf532a386a7f07a2484a13eb312b68b115bc12b74f157d0c679d50a37f898352e7de31b024d76a35d669d2e40a1
|
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= BootstrapLeather
|
2
2
|
|
3
|
-
<
|
3
|
+
<b>Updated for Rails 5</b>
|
4
4
|
|
5
5
|
{<img src="https://badge.fury.io/rb/bootstrap_leather.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootstrap_leather]
|
6
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]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.3
|
data/bootstrap_leather.gemspec
CHANGED
@@ -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.9.
|
5
|
+
# stub: bootstrap_leather 0.9.3 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "bootstrap_leather"
|
9
|
-
s.version = "0.9.
|
9
|
+
s.version = "0.9.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"]
|