accessible-bootstrap3-rails 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91d1de011f568a20ea687a5a83f9d86b95b6863d
4
- data.tar.gz: 943d91ba88065b3ab3f537462a8d1255b27a27e5
3
+ metadata.gz: d9f27ed83fd1de5de31898aea710770c6e05ff16
4
+ data.tar.gz: 285ee593cce03f96ded91978c1a2ac3697d1dcf8
5
5
  SHA512:
6
- metadata.gz: c0c2585b4b94c98e092dd7f95f09f817299fa8b9f23d7f6c165a20160a3ae7ce97660465ad9325ebb8d52f9dd6469d46cbb94b88e3aada9437c6838f4269a6b3
7
- data.tar.gz: 0aead4feb8bb151c9ca5593f67c0335674dac9c26fa833c0a4ba546ca4f9b18cffcadaf605366c1df947c45265df3421374d263276716074aa87ebb1abf240bc
6
+ metadata.gz: 22d970101d8c5edb75372c4cf1f311a721031f348984c973927afc629aed1dd34a3d60eea26e983e5892fa329e4044007e04f9d782bd9547712409fa95fc4081
7
+ data.tar.gz: 65b0508c2b93fe0c747844190ae1022fa96ce03276f28c0078cb9bca6f7fb05b98a74bc0ba2eb2a2a1131cec43e4d2515ce7a1ce04d4863091f81b97c9ecb42d
@@ -13,14 +13,14 @@
13
13
  ]
14
14
  ],
15
15
  "_from": "accessible-bootstrap3@latest",
16
- "_id": "accessible-bootstrap3@0.2.0",
16
+ "_id": "accessible-bootstrap3@0.2.1",
17
17
  "_inCache": true,
18
18
  "_installable": true,
19
19
  "_location": "/accessible-bootstrap3",
20
20
  "_nodeVersion": "5.10.0",
21
21
  "_npmOperationalInternal": {
22
22
  "host": "packages-16-east.internal.npmjs.com",
23
- "tmp": "tmp/accessible-bootstrap3-0.2.0.tgz_1466030395364_0.9668163955211639"
23
+ "tmp": "tmp/accessible-bootstrap3-0.2.1.tgz_1466032393512_0.889837101334706"
24
24
  },
25
25
  "_npmUser": {
26
26
  "email": "the-team@reax.io",
@@ -39,8 +39,8 @@
39
39
  "_requiredBy": [
40
40
  "/"
41
41
  ],
42
- "_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz",
43
- "_shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
42
+ "_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.1.tgz",
43
+ "_shasum": "f195bb19caaef05a5bc5f7bd4880aef7b79e7309",
44
44
  "_shrinkwrap": null,
45
45
  "_spec": "accessible-bootstrap3@latest",
46
46
  "_where": "/Users/brandonhoward/Desktop/code/reax_code/accessible-bootstrap3-rails",
@@ -59,13 +59,13 @@
59
59
  "devDependencies": {},
60
60
  "directories": {},
61
61
  "dist": {
62
- "shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
63
- "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz"
62
+ "shasum": "f195bb19caaef05a5bc5f7bd4880aef7b79e7309",
63
+ "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.1.tgz"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=4.2.4"
67
67
  },
68
- "gitHead": "4ce478529a10cf578194c17f3b2d3ae2a8c7ec6d",
68
+ "gitHead": "576c3bfb98126d10d695fe1560c08ca12c564d7d",
69
69
  "homepage": "https://github.com/ReaxDev/accessible-bootstrap3#readme",
70
70
  "license": "MIT",
71
71
  "main": "index.js",
@@ -89,5 +89,5 @@
89
89
  "scripts": {
90
90
  "test": "echo \"Error: no test specified\" && exit 1"
91
91
  },
92
- "version": "0.2.0"
92
+ "version": "0.2.1"
93
93
  }
data/package.json CHANGED
@@ -9,6 +9,6 @@
9
9
  "author": "Brandon Howard <brandon@reax.io> (brandonrhoward.com)",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "accessible-bootstrap3": "0.2.0"
12
+ "accessible-bootstrap3": "0.2.1"
13
13
  }
14
14
  }
@@ -9,7 +9,7 @@ $(document).ready(function() {
9
9
 
10
10
  ///// Make sure all submenu links are focusable
11
11
  $(".trigger").each(function() {
12
- $(this).attr("tabindex", false);
12
+ $(this).attr("tabindex", 0);
13
13
  });
14
14
  //////////////////////////////////////////////////////////////////
15
15
  // This code removes the open class from a .dropdown menu,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accessible-bootstrap3-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - brayhoward