pokey-sendgrid 0.1.1 → 0.1.2
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 +7 -2
- data/lib/pokey/sendgrid/hook.rb +1 -1
- data/lib/pokey/sendgrid/version.rb +1 -1
- 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: 0af7d3b59c6891910f52f1dc1811c969c2b395a1
|
4
|
+
data.tar.gz: 9ab034bdf52c73441fc14221b024fa60ac0250cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b58613d8d0f078594902ab41a0fb9e19985d46dad09f859414fd79d6e91e8cc51e10d53f1da660959ba40b4ab5e9da9422703311c0dcaac6e554c9181839d9e0
|
7
|
+
data.tar.gz: 1947dd4a00d386e812a3f2b6d81a5f7e3ae0b6cd1edd21b52ccd1293ec21eebf51042044b679bb0ebe22aad726d2da66def52d0e7b392c283ccfb95d5f4e2230
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Pokey::Sendgrid
|
2
2
|
|
3
|
-
Sensible defaults to emulate Sendgrid data on development/QA using Pokey hooks.
|
3
|
+
Sensible defaults to emulate Sendgrid data on development/QA using [Pokey](https://github.com/ccallebs/pokey) hooks.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -97,9 +97,14 @@ end
|
|
97
97
|
#### Start generating data
|
98
98
|
If you're on rails, just start your server. Otherwise, start your application.
|
99
99
|
|
100
|
+
Here's an example request:
|
101
|
+
```
|
102
|
+
INFO Pokey::Logger : Made request to localhost:3000 with following data: {"timestamp"=>1439864701, "category"=>nil, "event"=>"dropped", "email"=>"dwight_kerluke@blick.co", "smtp-id"=>"ejaeym5uxil_3v2fm3qjzf0@tremblay.mail"}
|
103
|
+
```
|
104
|
+
|
100
105
|
## Contributing
|
101
106
|
|
102
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
107
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ccallebs/pokey-sendgrid. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
103
108
|
|
104
109
|
|
105
110
|
## License
|
data/lib/pokey/sendgrid/hook.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pokey-sendgrid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chuck Callebs
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pokey
|