action_trace 0.4.0 → 0.5.0

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
  SHA256:
3
- metadata.gz: 8203cf9f2490c006cca8d9ce25fd692cfe5d06c576c44837733da34ec83f22e6
4
- data.tar.gz: 77310c6e8c0f072dc2714f251d0db19d968fa3edf5c8d5ace62ffd9a4393218a
3
+ metadata.gz: 4f6b9df601fc1b5bedd7645871e17c93f4d334278638bfa99740f0812872efa9
4
+ data.tar.gz: ca8d577cf72490ef7ad74ea1cf16656b6e0f4034004b232a4198e5354f80d75d
5
5
  SHA512:
6
- metadata.gz: 0ec68b1545e8e87b327b2288b451ec69b8a864829341b7c6f163e17be14b0e868753c888c6dc81de3f31574eb2f6acecae17c1e806346dc07638b7f952cbcf52
7
- data.tar.gz: 7152f64871c07d49360cd285f456376f6d5aeac054f7b35583249ed0f98c4ee9efc1e0fb1e89e3184a6d91fcfd81b43c486b65f2cba9f7965ab71fbf43ebe59c
6
+ metadata.gz: 50e433d0f4b3a95390561dff3b8961fe161694be8eb3e75b135d3d0139bed09a0fee0f77423f9e5f5a69cb57ae908e320c869fc43a86c59a8bf379fd66246773
7
+ data.tar.gz: 1551ed0bc120bb29d104c31c8f667e55264f6a47b3c1f7403e81b775cad711de5edb666a2ec3d84770e9bd3109c2e3d1220484919dff1047bef1287f84484f03
@@ -12,6 +12,10 @@ module ActionTrace
12
12
  g.test_framework :rspec
13
13
  end
14
14
 
15
+ config.to_prepare do
16
+ ActionTrace::ApplicationController.helper Rails.application.routes.url_helpers
17
+ end
18
+
15
19
  config.after_initialize do
16
20
  begin
17
21
  user_class = ActionTrace.configuration.user_class.constantize
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionTrace
4
- VERSION = '0.4.0'
4
+ VERSION = '0.5.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_trace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gimbaro