accessible-bootstrap3-rails 0.1.4 → 0.1.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52857fb329541dbe468e9db7315672801d9349be
4
- data.tar.gz: 63835b60b3f44c98c5857e5a0a10718ca566af63
3
+ metadata.gz: 3fa1390c66f79cd32e46b7c5d63ab1816aacaf9a
4
+ data.tar.gz: 5fe1d70790829f26f11dcd5cb56fa2a9283f34f9
5
5
  SHA512:
6
- metadata.gz: 6678ef35160766dd6719b8024f2ffea08952b44205a7943af16ecfa0cc4fcc0a597aa3013356d3d7de180d81f69fd07b2287bcdbee80175f434f670b39c00aa8
7
- data.tar.gz: ced1c7f876e0ceac9aa8e41138ce6606854c8a07143a027668ebc218922e3927777b35698d059aac92a21d7028a854333cca42ab678e0bcfad2e17e5374990ee
6
+ metadata.gz: cc5943f011d308c325f5623336ad9e17037166031d191b69ba5a17e062d35743fdaa7e32bd5f64c5c3b7b8c6d4016fd1e21de96afce87afc7a977152afcc758f
7
+ data.tar.gz: 5d29ab5b2c70b3e725498e50c323f0ead8501484a28854356eb53dd2403724bd3d8ce723ae4f0f41926ed7d5577a66d8915ea657e7fbaadb0a4695251a07de8f
@@ -13,14 +13,14 @@
13
13
  ]
14
14
  ],
15
15
  "_from": "accessible-bootstrap3@latest",
16
- "_id": "accessible-bootstrap3@0.1.4",
16
+ "_id": "accessible-bootstrap3@0.1.3",
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-12-west.internal.npmjs.com",
23
- "tmp": "tmp/accessible-bootstrap3-0.1.4.tgz_1466028275296_0.4808651462662965"
23
+ "tmp": "tmp/accessible-bootstrap3-0.1.3.tgz_1465835491845_0.7610545591451228"
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.1.4.tgz",
43
- "_shasum": "e8e23918f9a71647707429916f581ce585fcbab8",
42
+ "_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.1.3.tgz",
43
+ "_shasum": "7b97db39c0aaa695f77bdefa429340ab67a7bf0c",
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": "e8e23918f9a71647707429916f581ce585fcbab8",
63
- "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.1.4.tgz"
62
+ "shasum": "7b97db39c0aaa695f77bdefa429340ab67a7bf0c",
63
+ "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.1.3.tgz"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=4.2.4"
67
67
  },
68
- "gitHead": "78acce28e2df90c9a478e0b69ec77a6c67b098ec",
68
+ "gitHead": "153a35f08be1997edcb56c36f350194bf49162ff",
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.1.4"
92
+ "version": "0.1.31"
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.1.4"
12
+ "accessible-bootstrap3": "0.1.3"
13
13
  }
14
14
  }
@@ -7,10 +7,6 @@ $(document).ready(function() {
7
7
  return event.keyCode || event.which;
8
8
  }
9
9
 
10
- ///// Make sure all submenu links are focusable
11
- $(".trigger").each(function() {
12
- $(this).attr("tabindex", false);
13
- });
14
10
  //////////////////////////////////////////////////////////////////
15
11
  // This code removes the open class from a .dropdown menu,
16
12
  // or adds {"display": "none"} css to .sub-menu menu
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accessible-bootstrap3-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - brayhoward
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-15 00:00:00.000000000 Z
11
+ date: 2016-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler