jquery-datatables-rails 3.1.0 → 3.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80b173921e2291096ad9842d27d73098d819a9f7
|
|
4
|
+
data.tar.gz: 2e95d75a6bf4af072f887cbb638720c10982dac5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e68f369aaa9e16eebfa97dbcd96e31cc45a8bdd9c6dd98d4b2e7f7095061643afc931d92adf8211849c427c869d1ea2f341cfa62c5cbe33ba441072e19172eb9
|
|
7
|
+
data.tar.gz: 639d3ab11b3bc7fbdcdb2c0aece975db3eec5413e62db85d70e9515e838045a917bfa4dbf263bd15b1697b3109c554f38ca6232aa4e36081c63e0d9b6f7cc46b
|
|
@@ -55,7 +55,7 @@ module Jquery
|
|
|
55
55
|
],
|
|
56
56
|
:responsive => [
|
|
57
57
|
"//= require dataTables/jquery.dataTables\n",
|
|
58
|
-
"//= require dataTables/extras/
|
|
58
|
+
"//= require dataTables/extras/dataTables.responsive\n"
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
end
|
|
@@ -66,7 +66,7 @@ module Jquery
|
|
|
66
66
|
:bootstrap2 => [" *= require dataTables/bootstrap/2/jquery.dataTables.bootstrap\n"],
|
|
67
67
|
:bootstrap3 => [" *= require dataTables/bootstrap/3/jquery.dataTables.bootstrap\n"],
|
|
68
68
|
:foundation => [" *= require dataTables/jquery.dataTables.foundation\n"],
|
|
69
|
-
:responsive => [" *= require dataTables/extras/
|
|
69
|
+
:responsive => [" *= require dataTables/extras/dataTables.responsive\n"]
|
|
70
70
|
}
|
|
71
71
|
end
|
|
72
72
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-datatables-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robin Wenglewski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jquery-rails
|