hey-pubsub 0.2.0 → 0.2.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/README.md +2 -2
- data/lib/hey/pubsub/event.rb +1 -1
- data/lib/hey/version.rb +1 -1
- data/lib/hey.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 665516fe0d03a52586360e2228a6e6bf6379073b
|
4
|
+
data.tar.gz: 7415acab7d51dcd150d778b0665b0c0c789273f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27ba1cffb049f0b10e1ac0966892fc4cf2c126cdb600a1bba8a402fcdf2901583d7d99775feae0b34f97b62315c7652fc2235b598151c9bdbd1b43893a683718
|
7
|
+
data.tar.gz: c52b94e8b65d86d946411dfe6aeff65a63f94aea0696deca126e304719d666240de38d6bce6d05899356977dab4899ca0b585b55489a68bd40c8f7b8e1c979ed
|
data/README.md
CHANGED
@@ -79,8 +79,8 @@ There are times you'd like sensitive information to be stripped from event paylo
|
|
79
79
|
requests and responses you should redact credentials before writing to a database or logfile.
|
80
80
|
|
81
81
|
It's easier to handle this sanitization during publication, since subscribers of the events will likely not know what
|
82
|
-
values to strip. Hey provides a utility to record these sensitive values and every event published
|
83
|
-
|
82
|
+
values to strip. Hey provides a utility to record these sensitive values and every event published within a context and
|
83
|
+
will redact them from their payloads.
|
84
84
|
|
85
85
|
You can sanitize data by using the key `sanitize` in your contexts:
|
86
86
|
|
data/lib/hey/pubsub/event.rb
CHANGED
data/lib/hey/version.rb
CHANGED
data/lib/hey.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hey-pubsub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ShippingEasy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|