sendgrid_events 0.0.1 → 0.0.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.
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# SendgridEvents
|
|
2
2
|
|
|
3
|
+
[](http://travis-ci.org/jphenow/sendgrid_events "Travis-CI SendgridEvents")
|
|
4
|
+
[Ruby Gems](https://rubygems.org/gems/sendgrid_events)
|
|
5
|
+
|
|
3
6
|
SendgridEvents is a gem designed to give your application [Sendgrid postbacks](http://docs.sendgrid.com/documentation/api/event-api/).
|
|
4
7
|
With these postbacks you are more able to track the status of your emails programatically.
|
|
5
8
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sendgrid_events
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -240,7 +240,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
segments:
|
|
242
242
|
- 0
|
|
243
|
-
hash:
|
|
243
|
+
hash: -1020654596744894138
|
|
244
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
245
|
none: false
|
|
246
246
|
requirements:
|
|
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
249
249
|
version: '0'
|
|
250
250
|
segments:
|
|
251
251
|
- 0
|
|
252
|
-
hash:
|
|
252
|
+
hash: -1020654596744894138
|
|
253
253
|
requirements: []
|
|
254
254
|
rubyforge_project:
|
|
255
255
|
rubygems_version: 1.8.24
|