audit_rails 2.0.6 → 2.0.7

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: 8a67f2b63f043e2d0a0482b5e3fcc70939109ba6
4
- data.tar.gz: e3b4a5238e02e25b2b491d02b26691938381e871
3
+ metadata.gz: 39d26c28cc9a466e59e77d624628a911a7064063
4
+ data.tar.gz: eae8038b2bfbbf796fe75c47fd9fa2b4bd9c7af9
5
5
  SHA512:
6
- metadata.gz: 7230361009e3cb9d1fd4f179e909e161700dd892f695c69ccc610c76a01550539b841f5992e2212e2878bf81bf730eeb4e288e9abe138a17f370cc2e2b8d38e2
7
- data.tar.gz: 644c97bddce75f50bca3b12861682113343121bbfd48dcd64ed7d9b86ea2ad660dc4b9433bddca2f1209923b0c87dc4d9bfbc15d647a97bfc3b0960ff66c642c
6
+ metadata.gz: 78cf257d801f74db08b7a1833fd77eca4e7371042468625660f9523c0bccf157ea581a85056dd38d95a1931678a0acf99087725c627a07ef90bcfee2f996816f
7
+ data.tar.gz: 690a85f3e47406218ebea2195f41c553bbde89303cad2d84febf0d2dd0b844682c54bbe316fb7df5ab983f6b70cd4f29564d5888f2daa405d0e2158f8613a942
@@ -147,18 +147,18 @@ a.active-item span.badge{
147
147
  }
148
148
 
149
149
  .section-body{
150
- background: url('/assets/audit_rails/bar-chart-user.png') no-repeat center white;
150
+ background: url(<%= asset_path 'audit_rails/bar-chart-user.png'%>) no-repeat center white;
151
151
  min-height: 167px;
152
152
  }
153
153
 
154
154
  .section-body-user-pages{
155
- background: url('/assets/audit_rails/user-pages.png') no-repeat center white;
155
+ background: url(<%= asset_path 'audit_rails/user-pages.png'%>) no-repeat center white;
156
156
  min-height: 167px;
157
157
  width: 100%;
158
158
  }
159
159
 
160
160
  .section-body-world{
161
- background: url('/assets/audit_rails/world.png') no-repeat center white;
161
+ background: url(<%= asset_path 'audit_rails/world.png'%>) no-repeat center white;
162
162
  min-height: 167px;
163
163
  width: 100%;
164
164
  }
@@ -1,3 +1,3 @@
1
1
  module AuditRails
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audit_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gourav Tiwari
@@ -254,7 +254,7 @@ files:
254
254
  - app/assets/javascripts/audit_rails/range-selector.js
255
255
  - app/assets/javascripts/audit_rails/user-counts.js
256
256
  - app/assets/stylesheets/audit_rails/application.css
257
- - app/assets/stylesheets/audit_rails/audit_rails.css
257
+ - app/assets/stylesheets/audit_rails/audit_rails.css.erb
258
258
  - app/assets/stylesheets/audit_rails/bootstrap_override.css
259
259
  - app/assets/stylesheets/audit_rails/date-picker.css
260
260
  - app/assets/stylesheets/audit_rails/jquery-ui.css