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 +4 -4
- data/app/assets/javascripts/fooltip/containers.js +1 -0
- data/lib/fooltip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05eb6ee3dfed5c59dd8de56d55bc9d57306325ed
|
4
|
+
data.tar.gz: 09d5fed1073d45cdda5981025d1b267f1c6aae0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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() {
|
data/lib/fooltip/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2014-12-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|