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
- MzJkN2VhNzc5NTA0NmVhMjFkMDEwZTllOWEzZWExNDYzZGVkYjQxNg==
4
+ NjU1MmU5YjljZDQ3OWZiZjM4NTc2Y2UwNDI2YWUzMzcxZmZlM2E5OQ==
5
5
  data.tar.gz: !binary |-
6
- MWZjNTNjMDRjMTg1OTY4YTk5OTZkOWRiNjIwZjE0MDQ3ZWU2MzVkOA==
6
+ OWRmZGYwNGZiMGVkMTdjZTNhMGViYTNkOGMzNzc2MTQyMjE1NTdmYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTc3ZDZkZGE5MWVjNzc5YTBmNWU2N2U1ZDljZjg2N2RiZTJlODUyNTkwMzRh
10
- YTJkZmJlMGJjMzA0NjcxOGY3NTE5ODkzNzYwYzA5N2NmZTM4ZDQ4ZmFmOWEz
11
- ZjVlODU4ZjNkMTQ1YjhkYjMwYTFmZTI1MGU1NWUyMTE1NTYzYmE=
9
+ ZDA1MTA2ZWY4ZjkwMGEyYjRiMjBhZDI1YWRmMmY2ZmVjODE4NTFmYjhhMjQ5
10
+ YTYyNzNmN2M2YzczNmM1ZDA0MDA0ODJiY2MzODUzMmJmOTNmYmE3NDc1M2Y5
11
+ ZTc1N2UyYWFhZjAxNGNiMTJlNTQwOTkyNTk1ZTNiODQ4OWYxY2M=
12
12
  data.tar.gz: !binary |-
13
- MjA2NjMxZjg4NTQyNTQ3ZDg1OWYyNjI5MDVkN2Q5NWE2NGNlOWUzMWE3YTdh
14
- ZGFlNDU3MWJmOGI0ZDZmODk5YjAwN2MxMzRmMTAwZjhjN2NiNWQ3MzI0ZTlm
15
- Y2U1OTBjMDJiYmZiZDI0NjMxMDhlY2NmMmZiMzkyM2FiNGUzZDk=
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?
@@ -1,3 +1,3 @@
1
1
  module AccessibleTooltip
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
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.3
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-10-04 00:00:00.000000000 Z
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.