bootstrap_leather 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d03ff4645fc69dd8a4be85821e9c535b45015b9
4
- data.tar.gz: 912abd47cf8dbfd4456421e4ac3f8efeb7b34bcf
3
+ metadata.gz: af23b883e502fb8864238c4185309eba7f090aa9
4
+ data.tar.gz: 40a7e20f59095bc06f4cd7d1d2cef5faf79a1f08
5
5
  SHA512:
6
- metadata.gz: c0a320fdc8e37debdf5191bf9c9502ab70b91e88b5d5f0c8837b99dcdd7b1ea8fa3ed9667b7c5f4100037aece29895e1849eeb02e503bf6cf0a76612574be832
7
- data.tar.gz: 098c587be949cb66463ca9f2978434f2e3cd82e14e4937edd91590504ffa976429beaa19d94ad2977f3e34197d956f49817648a5fc6f2d00fb7a7fa560c633b2
6
+ metadata.gz: e5c7222ec3c1c05459d0203f160d4c98c825039c1877d7fdf67ca37fc9c19030b7fb1b80c0812305320b933fd8065bf929d18b7c6f7fc541432b9c62f87ab5da
7
+ data.tar.gz: a2a4481b47d80c9a9cc9ee3f53fe596cb09232d9fdd3822218d50b096b7ed97398945db11860534dbc953b0b7d12f2df01909be709ceb60564f0375aa6aa6db2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.5
1
+ 0.8.6
@@ -25,7 +25,7 @@
25
25
  :javascript
26
26
  $(function() {
27
27
  $('##{id} .carousel-indicators li').each(function(index){
28
- var thumbnail_src = $('##{id} .carousel-inner').children('.item').eq(index).find('img').data('thumbnail');
28
+ var thumbnail_src = $('##{id} .carousel-inner').children('.item').eq(index).find('img[data-thumbnail]').data('thumbnail');
29
29
  if(typeof thumbnail_src !== 'undefined') {
30
30
  $(this).html('<img src="' + thumbnail_src + '" class="thumbnail">');
31
31
  }
@@ -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.8.5 ruby lib
5
+ # stub: bootstrap_leather 0.8.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_leather"
9
- s.version = "0.8.5"
9
+ s.version = "0.8.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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren