bootstrap_leather 0.6.0 → 0.6.1

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: 96ea3f865d0b6808c5b5da07f8a86bcc8085fd24
4
- data.tar.gz: 1db4b37506fa4fde97a9c664250834ea178a4f0b
3
+ metadata.gz: 125a87a853f530b62dfdf407183b4cfafd8e8c11
4
+ data.tar.gz: d9ddce3562010547cbe1437a7527b140e9fd8dca
5
5
  SHA512:
6
- metadata.gz: a1dd6a7273709e6698185fd09cf3cdc957375b4c3733d488f8b77f16d74aecdc447f81023f771f28f377845ac4ac602c03b2fb00ff56e4c72e2f81820a370984
7
- data.tar.gz: b7cca7461c6d2b029531ee368299f3671c2c330f4e9aec09f729c5eb5f4501b147258600fdefdfe3f8d5d9089577f24665f10a4b176c5ab2f2e5ef3b94702bd0
6
+ metadata.gz: 088e94676eaa8131240432f74b0b553a04708e01081261991e15015e0fd73e0b87ac7d0f83311a021ff1bb4a79253d6337f7bf842fd335d089bf7cf30e4c27d7
7
+ data.tar.gz: 19c42bf72adb44042d5a8645be565668931e13e114c77759209da7d8e1a897979c0669b6c2dbaf5fda2411591fc84dd05372ad51c0a8c3e38e1e80db077dc1c3
data/README.rdoc CHANGED
@@ -71,7 +71,7 @@ To get all alerts, do:
71
71
  = alert_flash_messages
72
72
 
73
73
  To create one alert, do:
74
- = alert 'alert-info', 'The message you want to alert with goes here.'
74
+ = alert 'info', 'The message you want to alert with goes here.'
75
75
 
76
76
  === Widgets
77
77
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -1,4 +1,4 @@
1
- %div{:class => 'alert ' + css_class}
1
+ %div{:class => 'alert alert-' + css_class}
2
2
  %button.close{:type => 'button', 'data-dismiss' => 'alert', 'aria-hidden' => 'true'}
3
3
  \x
4
4
  %h4.alert-heading= title
@@ -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.6.0 ruby lib
5
+ # stub: bootstrap_leather 0.6.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.6.0"
9
+ s.version = "0.6.1"
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-05-26"
14
+ s.date = "2015-05-28"
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.6.0
4
+ version: 0.6.1
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-05-26 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass