datatables-rails-bs3 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjkzMWEzYzA3N2JhZDBkNTE5OTE0MGQ0YmE2NGFlM2ZjZWE4MjEwYw==
4
+ NmRkN2Q1MjYyNTMzN2MzNTQ4YmQ2MDY4YmFlYjczZjNkYThkNDg2OA==
5
5
  data.tar.gz: !binary |-
6
- ZjBmMTMyYTQ4ZmI2ZmMzOGRhNDljYmNkYmQwZTYxODg5MjU2OTY2Mw==
6
+ MzZkNGRlZjcxOWIyM2E2OWVjNDY5Y2E4OGY0NzhhNTA4NWEzZWVjYg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGZjOTk4MDA1ZGIwOTAzMzViNTAwMDkxNTAzOTFhOGM2MDMzYTA4ZTBhNjA1
10
- NWQ4NDRiYjZlZjVlOWE4NzkzZmU4YWM0NWY2OTBlOWIxODMyMzc4OGQ4MGJh
11
- MWFkMGNkMGNhYzYwYzllNDM1MDdlOGY5ZTdlNTYwMDkxMjRjMmU=
9
+ M2RiMWQzNjNhN2NiNTJlNTFjZWZjN2ExOTU2MTQyNjc2N2VmNGYxNTVlNjJm
10
+ YTZmZmEzZmM5NDg0NmM1MTVjMjY3YTVmYWZkODVlNjA0NTZjNWNlNDlmMTky
11
+ M2YzOTA2ZDBiYTYxMTZhZWY2ODYwNDU2OTRmNzAyNTUzNGJmMmM=
12
12
  data.tar.gz: !binary |-
13
- YWMwZmY1Zjc3ZjNjZDk5NDRjYTIwZDcxZDMzZTMwN2RhMjMwMmYyZmFkYjNk
14
- MzdjYzY0MjA4ZTU5NWUyYmZhOTQyOTUyMTA4YjA3MzQ5MTk3MTEyYzk1ODU1
15
- ZTFhYTBjMWQ5ZGVhNTM0NTIyNDE1NGM5ZjBiZjZmMTAxMDc0OTE=
13
+ N2Y2OTg1MTk3NjljYmZjYmIyOGFjM2NlMTIxN2ViZDZkMWRmYTE5NmUzZjdk
14
+ ZjA1YmQwMzE4YTA2NjIyNzEwMGFlNjllY2I1MDFjOTNiMTE1N2E5OTI0ODgx
15
+ Mzk3ZGNhNjY3Yzg5YmMzNjFjMzMzOTE2NWFmYjMwNzg3M2MwNDA=
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Datatables
3
3
  module Rails
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -35,12 +35,12 @@ table.table thead .sorting_desc_disabled {
35
35
  *cursor: hand;
36
36
  }
37
37
 
38
- table.table thead .sorting { background: url('../images/datatables/sort_both.png') no-repeat center right; }
39
- table.table thead .sorting_asc { background: url('../images/datatables/sort_asc.png') no-repeat center right; }
40
- table.table thead .sorting_desc { background: url('../images/datatables/sort_desc.png') no-repeat center right; }
38
+ table.table thead .sorting { background: url('datatables/sort_both.png') no-repeat center right; }
39
+ table.table thead .sorting_asc { background: url('datatables/sort_asc.png') no-repeat center right; }
40
+ table.table thead .sorting_desc { background: url('datatables/sort_desc.png') no-repeat center right; }
41
41
 
42
- table.table thead .sorting_asc_disabled { background: url('../images/datatables/sort_asc_disabled.png') no-repeat center right; }
43
- table.table thead .sorting_desc_disabled { background: url('../images/datatables/sort_desc_disabled.png') no-repeat center right; }
42
+ table.table thead .sorting_asc_disabled { background: url('datatables/sort_asc_disabled.png') no-repeat center right; }
43
+ table.table thead .sorting_desc_disabled { background: url('datatables/sort_desc_disabled.png') no-repeat center right; }
44
44
 
45
45
  table.dataTable th:active {
46
46
  outline: none;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatables-rails-bs3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devan Beitel