incline 0.2.23 → 0.2.24

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: 8e361fba9f1b1198c39aac4dc2a24d7f61dee689
4
- data.tar.gz: 88d60394ae9ff47ae5517aba022e1e0890f57fcb
3
+ metadata.gz: de13f405a18e59274f603e31f18c84f9de6d294f
4
+ data.tar.gz: 9ce09b2313140fd2249111b398f51a3ea460737e
5
5
  SHA512:
6
- metadata.gz: 55f9e505070563fcb301328bfe2acb09490cdce9e726287ba1aa60a91072f89cc5ce09d526020500b586eb01dc79004a445e731408b9bda4812d564d352f1d81
7
- data.tar.gz: e9e9006297346b190372be28398058cc9f5c5d08a62f53ad471d56946dbe9de1229b8950cc4d99ad29dae854c15f197d9c9a99233be8e38fd266471c378f16bd
6
+ metadata.gz: b2943fcd07a914091f625448f1ecc8905af3b77cffedadf9bc333ae60ffdd96b6f8782244e07dfe25c590bb78ba872cb3fd64d0d5a136a878745140cbb530ca7
7
+ data.tar.gz: 7529d31face2e44dacbdcb003a6e9fb2f8b16462829ed82a28e4982de32c5687405f05c40cca49db479162371f47be8a8a44a8bf0d2e0123bc2d5392d555c430
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.2.23)
4
+ incline (0.2.24)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -375,7 +375,7 @@ var inclineInline = {
375
375
  var i;
376
376
  var row_id = '#' + data.DT_RowId;
377
377
  var query_start = data.DT_Path.indexOf('?');
378
- var base_path = (query_start === false) ? data.DT_Path : data.DT_Path.substr(0, query_start);
378
+ var base_path = (query_start >= 0) ? data.DT_Path.substr(0, query_start) : data.DT_Path;
379
379
 
380
380
  if (table.length < 1) return;
381
381
 
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.2.23"
2
+ VERSION = "0.2.24"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.23
4
+ version: 0.2.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-26 00:00:00.000000000 Z
11
+ date: 2017-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails