audit-log 0.3.1 → 0.3.2

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
  SHA256:
3
- metadata.gz: 8d1c83f045e85301b4c782233b33f8fbc4ce1b1519bb13475676800d0e4c454f
4
- data.tar.gz: 253c12657530a991f595a1091eca8e1282c3793df7d03dad5ca68c91af5e69e7
3
+ metadata.gz: f260e9ba5935c19f8abc860626f55bad7143114a4d6dccc91426f1026ae5b852
4
+ data.tar.gz: db2c855ffaa981972cec024d3acfe551b483a6f6c60c2b3c2714ba2c21c73dee
5
5
  SHA512:
6
- metadata.gz: c8fe2cd5f6e298362c5c48db77471601f7486954e8abebffbdc0ae0801c442a51775c24aaead0abd90c740565a268f490403d34699bda96c468cd263567308a5
7
- data.tar.gz: 6eac49f24696111571c41986cf649873782644d903cc2994df4535f7b9f29f663ed9520e2aed3778465754761885b7bdc8848b3b1ff56d72521ea34f49842a93
6
+ metadata.gz: ef5227fe304be06dc55e5465c2e74c37bcb76acc475d839c3844574bccde9081a0cf83bea763aa91062faaa52e718598935aa3a2d6c5ccd85ede9f017a771843
7
+ data.tar.gz: f4cb4ee5dd6d482687c8fbc788f54a4c269a4d8eb50559119e65506f8df5cc439d3246bfae9e8e9456c47833cfc787dadaee3db076ca0aa274fdfd494dd706a0
@@ -7,5 +7,9 @@ module AuditLog
7
7
  ActiveSupport.on_load(:action_controller) do
8
8
  prepend AuditLog::ControllerHelper
9
9
  end
10
+
11
+ initializer "audit-log.assets.precompile", group: :all do |app|
12
+ app.config.assets.precompile += %w( audit-log/application.css )
13
+ end
10
14
  end
11
15
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AuditLog
2
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
3
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audit-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-15 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kaminari
@@ -63,7 +63,6 @@ files:
63
63
  - MIT-LICENSE
64
64
  - README.md
65
65
  - Rakefile
66
- - app/assets/config/exception_track_manifest.js
67
66
  - app/assets/stylesheets/audit-log/application.css
68
67
  - app/controllers/audit_log/logs_controller.rb
69
68
  - app/models/audit_log/log.rb
@@ -1,2 +0,0 @@
1
- //= link_directory ../javascripts/audit-log.js
2
- //= link_directory ../stylesheets/audit-log.css