accessible_tooltip 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTY0NzgxZjNjMmZkYzg5YTdkNWJhYjNlMGFkN2JkYmVmNmJhNzk3ZA==
5
+ data.tar.gz: !binary |-
6
+ YTgzMDU2NzYxZmRmNzMwNmRiZTc4ZmEyOGNiYWU1ZTU5NTM0NmI4NA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YmIyNTczNjhlNzJlYWVmZTJhMTZmNDJlMTFhZjYzOTE3ZGE3Njg4MTMwNTI0
10
+ ZmNhYjFjNjNiYWE1ZGNmYmY3ZGUyODllZGNhZWMwNjc3YmMzOTFiOWYzOTQx
11
+ ZDc5Nzc1NzllYzhkNjFhMTFkYThhNGExYjE1MzViODg3NGI2Yzg=
12
+ data.tar.gz: !binary |-
13
+ ZWQ1NTM1NjE5Mzk5YzJmYjMyZWMxMDBmZGVlZTljZDI1ZmVhOGY0ODkyMjlk
14
+ YzUzM2Y0MGJlZDg4NTdjMTIxYWUxMDExMmQ1MTNjZWU4MThhMzRlYjQyZmU1
15
+ NmFiNmFkYTJmNzM4ZDVmOTE5ZTFmZTEwYjU0NDc5YTEwMjZkNDA=
data/.gitignore CHANGED
@@ -2,6 +2,7 @@
2
2
  *.rbc
3
3
  .bundle
4
4
  .config
5
+ .idea
5
6
  .yardoc
6
7
  Gemfile.lock
7
8
  InstalledFiles
@@ -8,6 +8,18 @@
8
8
  position: relative;
9
9
  padding: auto;
10
10
 
11
+ // Hide the tooltip when not hovered or focused
12
+ & > span.tooltip {
13
+ border-style: none;
14
+ clip: rect(0 0 0 0); // IE6, IE7
15
+ clip: rect(0, 0, 0, 0);
16
+ width: 1px;
17
+ margin: -1px;
18
+ overflow: hidden;
19
+ padding: 0;
20
+ position: absolute;
21
+ }
22
+
11
23
  &:hover, &:focus {
12
24
  color: #000000;
13
25
  text-decoration: none;
@@ -1,3 +1,3 @@
1
1
  module AccessibleTooltip
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,48 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accessible_tooltip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Daniel Vandersluis
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-02 00:00:00.000000000 Z
11
+ date: 2013-10-03 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
- name: rails
14
+ type: :runtime
16
15
  prerelease: false
16
+ name: rails
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.0.0
22
- none: false
23
- type: :runtime
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
23
  requirements:
26
24
  - - ! '>='
27
25
  - !ruby/object:Gem::Version
28
26
  version: 3.0.0
29
- none: false
30
27
  - !ruby/object:Gem::Dependency
31
- name: sass-rails
28
+ type: :runtime
32
29
  prerelease: false
30
+ name: sass-rails
33
31
  requirement: !ruby/object:Gem::Requirement
34
32
  requirements:
35
33
  - - ! '>='
36
34
  - !ruby/object:Gem::Version
37
35
  version: 3.0.0
38
- none: false
39
- type: :runtime
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
37
  requirements:
42
38
  - - ! '>='
43
39
  - !ruby/object:Gem::Version
44
40
  version: 3.0.0
45
- none: false
46
41
  description: WCAG compliant balloon-style tooltip helper for Rails
47
42
  email:
48
43
  - dvandersluis@selfmgmt.com
@@ -68,6 +63,7 @@ files:
68
63
  - lib/accessible_tooltip/version.rb
69
64
  homepage: https://github.com/dvandersluis/accessible_tooltip
70
65
  licenses: []
66
+ metadata: {}
71
67
  post_install_message:
72
68
  rdoc_options: []
73
69
  require_paths:
@@ -77,18 +73,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
73
  - - ! '>='
78
74
  - !ruby/object:Gem::Version
79
75
  version: '0'
80
- none: false
81
76
  required_rubygems_version: !ruby/object:Gem::Requirement
82
77
  requirements:
83
78
  - - ! '>='
84
79
  - !ruby/object:Gem::Version
85
80
  version: '0'
86
- none: false
87
81
  requirements: []
88
82
  rubyforge_project:
89
- rubygems_version: 1.8.24
83
+ rubygems_version: 2.1.5
90
84
  signing_key:
91
- specification_version: 3
85
+ specification_version: 4
92
86
  summary: Accessible tooltip helper for Rails
93
87
  test_files: []
94
88
  has_rdoc: