jquery-datatables-rails 2.2.3 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,19 +39,19 @@ table.dataTable thead .sorting {
39
39
  *cursor: hand;
40
40
  }
41
41
  table.dataTable thead .sorting {
42
- background: image-url("dataTables/sort_both.png") no-repeat center right;
42
+ background: url("../images/sort_both.png") no-repeat center right;
43
43
  }
44
44
  table.dataTable thead .sorting_asc {
45
- background: image-url("dataTables/sort_asc.png") no-repeat center right;
45
+ background: url("../images/sort_asc.png") no-repeat center right;
46
46
  }
47
47
  table.dataTable thead .sorting_desc {
48
- background: image-url("dataTables/sort_desc.png") no-repeat center right;
48
+ background: url("../images/sort_desc.png") no-repeat center right;
49
49
  }
50
50
  table.dataTable thead .sorting_asc_disabled {
51
- background: image-url("dataTables/sort_asc_disabled.png") no-repeat center right;
51
+ background: url("../images/sort_asc_disabled.png") no-repeat center right;
52
52
  }
53
53
  table.dataTable thead .sorting_desc_disabled {
54
- background: image-url("dataTables/sort_desc_disabled.png") no-repeat center right;
54
+ background: url("../images/sort_desc_disabled.png") no-repeat center right;
55
55
  }
56
56
  table.dataTable tbody tr {
57
57
  background-color: white;
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Datatables
3
3
  module Rails
4
- VERSION = "2.2.3"
4
+ VERSION = "3.0.0"
5
5
  end
6
6
  end
7
7
  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: 2.2.3
4
+ version: 3.0.0
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-08-19 00:00:00.000000000 Z
11
+ date: 2014-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -117,6 +117,7 @@ files:
117
117
  - app/assets/stylesheets/dataTables/extras/dataTables.responsive.css.scss
118
118
  - app/assets/stylesheets/dataTables/extras/dataTables.scroller.css.scss
119
119
  - app/assets/stylesheets/dataTables/extras/dataTables.tableTools.css.scss
120
+ - app/assets/stylesheets/dataTables/jquery.dataTables.css
120
121
  - app/assets/stylesheets/dataTables/jquery.dataTables.css.scss
121
122
  - app/assets/stylesheets/dataTables/jquery.dataTables.foundation.css.scss
122
123
  - app/assets/stylesheets/dataTables/src/demo_page.css