custos_notifier 0.3.5 → 0.3.6
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.
- data/lib/custos_notifier.rb +5 -1
- metadata +4 -4
data/lib/custos_notifier.rb
CHANGED
|
@@ -206,7 +206,11 @@ module CustosNotifier
|
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
def filters
|
|
209
|
-
|
|
209
|
+
if @args[:rack_env]
|
|
210
|
+
@filters ||= @args[:rack_env]["action_dispatch.parameter_filter"] || []
|
|
211
|
+
else
|
|
212
|
+
[]
|
|
213
|
+
end
|
|
210
214
|
end
|
|
211
215
|
|
|
212
216
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: custos_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.3.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sebastian Nowak
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-08-
|
|
18
|
+
date: 2011-08-09 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|