bootstrap_leather 0.8.4 → 0.8.5

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: c333755a1f9107da0cb9eb707c73406ea63e6992
4
- data.tar.gz: 2ffbdf40c625088a38ef8f1b02d151ed1d65fc7c
3
+ metadata.gz: 8d03ff4645fc69dd8a4be85821e9c535b45015b9
4
+ data.tar.gz: 912abd47cf8dbfd4456421e4ac3f8efeb7b34bcf
5
5
  SHA512:
6
- metadata.gz: 5bedac71c7e858d8b83da006fbee137968a29e311c239a7fd9d3ca1f2a75919dd17ab9317fe2e41a2e27781c8859d790e1bf6a2663b01509c735de0255f91466
7
- data.tar.gz: e5d5e16c2c5becb93cb010eac48370a5a2a27bde13e60c63cb5d5809c638f28dcb0dd3616c483a3c0432f8ed4307c8417ce35efb2cc3d384132ca06f12ca0375
6
+ metadata.gz: c0a320fdc8e37debdf5191bf9c9502ab70b91e88b5d5f0c8837b99dcdd7b1ea8fa3ed9667b7c5f4100037aece29895e1849eeb02e503bf6cf0a76612574be832
7
+ data.tar.gz: 098c587be949cb66463ca9f2978434f2e3cd82e14e4937edd91590504ffa976429beaa19d94ad2977f3e34197d956f49817648a5fc6f2d00fb7a7fa560c633b2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.4
1
+ 0.8.5
@@ -3,7 +3,7 @@
3
3
  .modal-content
4
4
  .modal-header
5
5
  %button.close{:type => 'button', :data => {:dismiss => 'modal'}, :aria => {:hidden => true}}= 'x'
6
- %h3#modalLabel= title
6
+ %h3.modal-title#modalLabel= title
7
7
  #modal-body.modal-body
8
8
  = block
9
9
  .modal-footer
@@ -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.8.4 ruby lib
5
+ # stub: bootstrap_leather 0.8.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.8.4"
9
+ s.version = "0.8.5"
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 = "2016-04-06"
14
+ s.date = "2016-04-10"
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.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-06 00:00:00.000000000 Z
11
+ date: 2016-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass