flashgrid 3.4.5 → 3.5.0

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: bf791db55bc709cb84e6b367f25a6350bdb1abd1
4
- data.tar.gz: ebe0cdf691f37b007b35581ebbf700b70d31a3d5
3
+ metadata.gz: d7a6f02fb38893968a32f40ec242353cb32b55db
4
+ data.tar.gz: 61699dae0b2d6f931681a2bd73c7689853c60e84
5
5
  SHA512:
6
- metadata.gz: aaaf0b669fc55c4a8193cb710d9e17f27048186e7aff9c0ee78ee315cd82def40668da38047cbadee27f7f7722712ad3ceb485e37ab52745ce4cbcd9e9111e80
7
- data.tar.gz: ad6b09e06b6fb55b781a010185ab68ebabd1c908290454d903f03b9941cd9219b8680eeb3b96e4e0565557b6d6619b809a911013ab88d47cbe294f33a5fc0d71
6
+ metadata.gz: a3a80edfae791273429d7b32cc1684b97d6dd9ede894ff77dc3e10d603f45249a68c790ebdf57c850610726c435a3436f1c8ecea3e82c7bd70e00fc696296970
7
+ data.tar.gz: 4d7255fe09f22eb42c7ca465f37d447786f5c8115f5ea09d06dd5f4939cc744a1180b288b967767dd9e1aeb7860cdf56d74b52eac46958e510827377c4213d7a
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "3.4.5"
2
+ VERSION = "3.5.0"
3
3
  end
@@ -34,17 +34,17 @@ table {
34
34
  .table th a:hover { text-decoration: underline; }
35
35
  .table thead th { vertical-align: bottom; }
36
36
  .table th.tablespy-sort-asc:before {
37
- content: "\f155";
37
+ content: "\f3d8";
38
38
  float: right;
39
39
  font-family: "Ionicons";
40
40
  }
41
41
  .table th.tablespy-sort-desc:before {
42
- content: "\f151";
42
+ content: "\f3d0";
43
43
  float: right;
44
44
  font-family: "Ionicons";
45
45
  }
46
46
  .table th.tablespy-sort-none:before {
47
- content: "\f1ac";
47
+ content: "\f462";
48
48
  float: right;
49
49
  font-family: "Ionicons";
50
50
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.5
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez