rollday 0.5.0 → 0.5.1
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 +4 -4
- data/lib/rollday/configuration.rb +1 -1
- data/lib/rollday/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dcbfc77cb4787f580d9c4b6cde2f8b85949686c33c38cfe8cc5e7f111774785
|
|
4
|
+
data.tar.gz: b3b50b20c3261233417a8b2e890773a6ed64567a7c06a8d050ed8c367b907faa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '029ad6bf6bf727a915a3db8e6dc3d9c89650eb5603af6f5b1d774df6fd90ab57777a81eb723d9f7aa7cc2498e712cd4dec6bc08e7a38d9e4103909501c9c0f3f'
|
|
7
|
+
data.tar.gz: 78cf9981e07d0dde0197749416e086e7499d27d459e5edf40d7b99b9ba97a26b08fa4d84a5262e7722878d4c287c70baa04d15d53a5666ffe77d2990642dc934
|
|
@@ -39,7 +39,7 @@ module Rollday
|
|
|
39
39
|
add_composer :allow_client_middleware, allowed: [TrueClass, FalseClass], default: true
|
|
40
40
|
|
|
41
41
|
def person_scope
|
|
42
|
-
return -> {} unless
|
|
42
|
+
return -> {} unless use_person_scope
|
|
43
43
|
|
|
44
44
|
@person_scope || Rollbar.scope.scope_object.raw[:person] || -> {}
|
|
45
45
|
end
|
data/lib/rollday/version.rb
CHANGED