fooltip 0.0.10 → 0.0.11

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: c143b9494e56cfdbf898380cc910e8b7dd9b95e6
4
- data.tar.gz: dec31ebe31532af51fd91a37f189a8bddb093784
3
+ metadata.gz: 05eb6ee3dfed5c59dd8de56d55bc9d57306325ed
4
+ data.tar.gz: 09d5fed1073d45cdda5981025d1b267f1c6aae0d
5
5
  SHA512:
6
- metadata.gz: 4318d52cf8bc8177e2921593acecc627421ce3d3d044f94819f2bc3c0b214dd114c80710e28f22dc2ea5b7eb63e5cbe17969eb68defd022060070758fa84d6f6
7
- data.tar.gz: 0f7e979a60edf64f4627b0fa596a5daca466a83548bffd2232929fcdef4ece8c49ba8b54b49172e73a34f6692e3a7680d96753d7e9fa3254a3c8472895a92020
6
+ metadata.gz: 75e94d6e98f6159471098d096f63e12fc7b3d83c8fb7c7df1703647e95d230ab921808b9039f5df2da23f5442ed2c9ee39d060ec13f858357a13ee071783b9f9
7
+ data.tar.gz: d6b9c2103a3e7d5f4852ac898f812ba93f38fb633df785055535979c191ae621957ed78074f814940f3d662735b2b5b474ca70311d71b9fc643b778a4cf99d5c
@@ -48,6 +48,7 @@ $(document).ready(function() {
48
48
 
49
49
  $('.fooltip').resize(function() {
50
50
  $container = $(this).find('.fooltip-container');
51
+ $container.height($container.find('img').height());
51
52
  width = $container.width();
52
53
  height = $container.height();
53
54
  $container.find('.fooltip-link').each(function() {
@@ -1,3 +1,3 @@
1
1
  module Fooltip
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fooltip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Intesys S.r.l.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-06 00:00:00.000000000 Z
12
+ date: 2014-12-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails