bootstrap_leather 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/views/bootstrap_leather/_alert.html.haml +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: 30f7916de043a270623b8aef6640700ddcc0ef5e
|
4
|
+
data.tar.gz: f0966f8a765b3b57ec8012ea9ebd2f8e5c6f7ee8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6982e1282be0bb7293180f0c0ce8afc8841dc617600be99c486231848d439f37a19a6b4e7436fcfe6e5cbb3f005d49b4f38a91e83b29a02f6447709cfdaa63d
|
7
|
+
data.tar.gz: 31582cecbad580b683f49f8f9b0b050a7ea5903929c5098a7c002a4882b3860c57087bcfea9b356e4068f4354315543d570695a88a11b16305512a595514626d
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.2
|
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.6.
|
5
|
+
# stub: bootstrap_leather 0.6.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "bootstrap_leather"
|
9
|
-
s.version = "0.6.
|
9
|
+
s.version = "0.6.2"
|
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"]
|