We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92dac2 commit c72525dCopy full SHA for c72525d
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- coaster (1.4.34)
+ coaster (1.4.36)
5
activesupport (>= 7.0.7)
6
attr_extras (~> 5.2)
7
i18n (>= 1.0)
lib/coaster/core_ext/standard_error.rb
@@ -140,7 +140,7 @@ def fingerprint
140
end
141
rescue => e
142
@fingerprint_exception = {msg: e.message, bt: e.backtrace ? e.backtrace[0..5] : nil}
143
- if fp.is_a?(Proc) & fp.source_location
+ if fp.is_a?(Proc) && fp.source_location
144
f = fp.source_location[0].split('/').last(3).join('/')
145
"#{f}:#{fp.source_location[1]}"
146
else
lib/coaster/version.rb
@@ -1,3 +1,3 @@
module Coaster
- VERSION = '1.4.35'
+ VERSION = '1.4.36'
0 commit comments