accessible_tooltip 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjU1MmU5YjljZDQ3OWZiZjM4NTc2Y2UwNDI2YWUzMzcxZmZlM2E5OQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWRmZGYwNGZiMGVkMTdjZTNhMGViYTNkOGMzNzc2MTQyMjE1NTdmYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDA1MTA2ZWY4ZjkwMGEyYjRiMjBhZDI1YWRmMmY2ZmVjODE4NTFmYjhhMjQ5
|
10
|
+
YTYyNzNmN2M2YzczNmM1ZDA0MDA0ODJiY2MzODUzMmJmOTNmYmE3NDc1M2Y5
|
11
|
+
ZTc1N2UyYWFhZjAxNGNiMTJlNTQwOTkyNTk1ZTNiODQ4OWYxY2M=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MGUxYzNmNTY3ZjAyOWM1MmM3NjE2NTZkZTk2YzBiYWJjNWIyODM3NGFlMDE1
|
14
|
+
MzQ2OGVjMzM5MTYyMTg1OGY5NWM0YzViOWJmYWNiMDY1NjhhMDFiYTViN2I5
|
15
|
+
MTkzNjAwODAxMzM0YjZiZmFiNWRkOGZiZmExMWNmM2RlODcwNTQ=
|
@@ -76,7 +76,7 @@
|
|
76
76
|
padding: 0;
|
77
77
|
}
|
78
78
|
|
79
|
-
img.icon {
|
79
|
+
img.tooltip-icon {
|
80
80
|
height: 48px;
|
81
81
|
width: 48px;
|
82
82
|
border: 0;
|
@@ -109,7 +109,7 @@
|
|
109
109
|
{
|
110
110
|
&:hover, &:focus
|
111
111
|
{
|
112
|
-
img.icon
|
112
|
+
img.tooltip-icon
|
113
113
|
{
|
114
114
|
left: auto;
|
115
115
|
right: -30px;
|
@@ -38,7 +38,7 @@ module AccessibleTooltip
|
|
38
38
|
out << image_tag("tooltip_#{type}_small.png", alt: t(:tooltip_help), style: 'vertical-align: middle;', class: "small-icon") if options.fetch(:icon, true)
|
39
39
|
out << content_tag(:span, class: "custom #{type} tooltip") do
|
40
40
|
popup = ActiveSupport::SafeBuffer.new
|
41
|
-
popup << image_tag("tooltip_#{type}.png", alt: t(tooltip), class: "icon")
|
41
|
+
popup << image_tag("tooltip_#{type}.png", alt: t(tooltip), class: "tooltip-icon")
|
42
42
|
popup << content_tag(:em, title) unless title.blank?
|
43
43
|
|
44
44
|
if block_given?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: accessible_tooltip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Vandersluis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
type: :runtime
|
@@ -47,7 +47,6 @@ extra_rdoc_files: []
|
|
47
47
|
files:
|
48
48
|
- .gitignore
|
49
49
|
- Gemfile
|
50
|
-
- LICENSE
|
51
50
|
- LICENSE.txt
|
52
51
|
- README.md
|
53
52
|
- Rakefile
|
data/LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2013 Daniel Vandersluis
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
-
this software and associated documentation files (the "Software"), to deal in
|
7
|
-
the Software without restriction, including without limitation the rights to
|
8
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
9
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
10
|
-
subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
18
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
19
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|