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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2267dda332347e006ace1fe92ccbb1db280ce12d
4
- data.tar.gz: 47be71f73cdc13d6432c9a7307963487e84c74fd
3
+ metadata.gz: 0af7d3b59c6891910f52f1dc1811c969c2b395a1
4
+ data.tar.gz: 9ab034bdf52c73441fc14221b024fa60ac0250cb
5
5
  SHA512:
6
- metadata.gz: e1c5e559bbe26d7b0f9105489379d217c8a67daab668e9bcabaea8dc00143e92df78754a4196cb674ef5ddb39b8135f31b70163b5dd26d0ed0580044e20329d8
7
- data.tar.gz: de4186d5c62cd34f52ed659b9680ee37e19be870beeb94fa9566d51f46dfc0e4a7c7342b93e61334d0732f52de97375eb77589e5247d06807e9df0be17b29f30
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/[USERNAME]/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.
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
@@ -1,4 +1,4 @@
1
- require 'pokey/hook'
1
+ require 'pokey'
2
2
  require 'faker'
3
3
 
4
4
  module Pokey
@@ -1,5 +1,5 @@
1
1
  module Pokey
2
2
  module Sendgrid
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-18 00:00:00.000000000 Z
11
+ date: 2015-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pokey