bootstrap_leather 0.6.2 → 0.6.3
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/helpers/bootstrap_leather_helper.rb +3 -3
- 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: 675264016d0f80c9044a18ffccb1380d3f55d7dd
|
4
|
+
data.tar.gz: c95581f8095646d11133e88bb57aa0241bf2fc55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60118de4b51a3148ace47031e29b53b5cfcd10ad7fe2d20949136450cf0abafae691574f793f4803a9e02b7fdcf9676228683d28d0ad66076d1c9af9ee8bc9b6
|
7
|
+
data.tar.gz: ad1fe234e7c784d188b99781b3030db3bcaec6de9534f2084905e9c522a166434a6b6d99eb37eca59fe38d8afb129a868c6ac9704ec254c53563d05ec9e63055
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.3
|
@@ -55,9 +55,9 @@ module BootstrapLeatherHelper
|
|
55
55
|
|
56
56
|
def flash_class(level)
|
57
57
|
case level
|
58
|
-
when :notice then '
|
59
|
-
when :error then '
|
60
|
-
when :alert then '
|
58
|
+
when :notice then 'info'
|
59
|
+
when :error then 'danger'
|
60
|
+
when :alert then 'warning'
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
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.3 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.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"]
|