rails_admin_rollincode 1.2 → 1.2.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: 338b4f9d796c35d5bc9bc4b075db8439d11c7435
4
- data.tar.gz: de0fd54a7deff78d6b8db49593249f872acc1b71
3
+ metadata.gz: 3648b9099257ef6f9a07175f487665433a67eef6
4
+ data.tar.gz: 7fe05d9f9bd5db41b9b180356981ecda02b03563
5
5
  SHA512:
6
- metadata.gz: 2b7f056ac67d3b4d36e09aeeefc5e68dc11f184d59c43e0118eb334bb262f3002653a717bb5e80a850b7af7c877ae299d47cda16bd902e57e77103f1e22819eb
7
- data.tar.gz: 2c5a1685a1a4051e25576a8ff5543f01acf96a316b2d471816a9450ccd324a7351c5856dd97b59959778c760a6019ce1ccb793a345a2772adacedeba113df55f
6
+ metadata.gz: 2ef31e3bc04c9c66ffec78fe8f275af5ac46ca304698fe3c70eec577f64d42efafd2e084771da784247c5dff31577c4a61266c90c650d40ddea2fa9291b4310f
7
+ data.tar.gz: fcabdeb9e12e4358d6d50bb960f5cf940d7961e968258a04727cb37034088e6a0881e76762b2d1842033abe857724891d219840a41105c06cf67740f4766462c
@@ -1,3 +1,3 @@
1
1
  module RailsAdminRollincode
2
- VERSION = '1.2'
2
+ VERSION = '1.2.1'
3
3
  end
@@ -28,7 +28,6 @@ body.rails_admin .sidebar-nav .dropdown-header {
28
28
  }
29
29
  }
30
30
 
31
- ,
32
31
  body.rails_admin .table .headerSortDown,
33
32
  body.rails_admin .table .headerSortUp {
34
33
  background-color: inherit;
@@ -361,7 +360,6 @@ body.rails_admin .table td {
361
360
  background: rgba($secondary, .1) !important;
362
361
  }
363
362
 
364
- ,
365
363
  .table-condensed > tbody > tr > td,
366
364
  .table-condensed > tbody > tr > th,
367
365
  .table-condensed > tfoot > tr > td,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_rollincode
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOVACS Nicolas
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '6'
34
- description: Rails_Admin theme
34
+ description: Rails_Admin FLAT theme overhaul
35
35
  email:
36
36
  - pro.nicovak@gmail.com
37
37
  executables: []
@@ -69,5 +69,5 @@ rubyforge_project:
69
69
  rubygems_version: 2.6.7
70
70
  signing_key:
71
71
  specification_version: 4
72
- summary: Rails_Admin theme
72
+ summary: Rails_Admin FLAT theme overhaul
73
73
  test_files: []