bootstrap_leather 0.4.5 → 0.4.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2592aae2956a3a141e529e9051cf659963b7a639
4
- data.tar.gz: 51ff476f7135360edd61fa6a22e465c71605a3d7
3
+ metadata.gz: 75008ccd9bec018d906bec50fc6e469e974e5bab
4
+ data.tar.gz: a1a727153e9b05b07720ce757982c5559b011c09
5
5
  SHA512:
6
- metadata.gz: e566bfc1b17022d9654afd40f4bc78184a903aee5fa8bc0f8bc1dd090299ba419b96cded5cfb70d0b75748609f869a8119ccff268de45547d95c8b0ce24faca7
7
- data.tar.gz: 3bdfe13f547aad78869849e503524dbab85e3f74b4d13566fcbe96a9fafbf3ea2470acce8b265107df8b236b60fbc6275a73a103bb8b7a1204762980e8f2bdb1
6
+ metadata.gz: 2c2dfd81099cdb154f3a41ca4cdf682dec95b4e1409c4a4a40bada3b19546e63704dd93b69edfdcb730c34f8484fef35af0647456c69f1f41003b50cb44333e6
7
+ data.tar.gz: 50bdf4e7757e9b1c7dda36ebb1ad96c5711b6ac2bc827318e4c25b80d00f3c29829f9316b51eeec38891e71e4bb4b6da7a9a11a691a5432e9f31b41d47755190
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.5
1
+ 0.4.6
@@ -56,7 +56,7 @@ module BootstrapLeatherHelper
56
56
  def flash_class(level)
57
57
  case level
58
58
  when :notice then 'alert-info'
59
- when :error then 'alert-error'
59
+ when :error then 'alert-danger'
60
60
  when :alert then 'alert-warning'
61
61
  end
62
62
  end
@@ -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 ruby lib
5
+ # stub: bootstrap_leather 0.4.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.4.5"
9
+ s.version = "0.4.6"
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 = "2015-04-30"
14
+ s.date = "2015-05-02"
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 = [
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.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-30 00:00:00.000000000 Z
11
+ date: 2015-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass