audit_rails 2.0.6 → 2.0.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39d26c28cc9a466e59e77d624628a911a7064063
|
4
|
+
data.tar.gz: eae8038b2bfbbf796fe75c47fd9fa2b4bd9c7af9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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('
|
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('
|
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('
|
161
|
+
background: url(<%= asset_path 'audit_rails/world.png'%>) no-repeat center white;
|
162
162
|
min-height: 167px;
|
163
163
|
width: 100%;
|
164
164
|
}
|
data/lib/audit_rails/version.rb
CHANGED
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.
|
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
|