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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sendgrid_events (0.0.1)
4
+ sendgrid_events (0.0.2)
5
5
  enumerated_field
6
6
  rails (~> 3.0.15)
7
7
  sendgrid
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # SendgridEvents
2
2
 
3
+ [![TravisCI](https://secure.travis-ci.org/jphenow/sendgrid_events.png "TravisCI")](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
 
@@ -1,5 +1,5 @@
1
1
  module SendgridEvents
2
- class SendgridEventsController < ApplicationController
2
+ class SendgridEventsController < ActionController::Base
3
3
  def receiver
4
4
  Receiver.receive params
5
5
  render :nothing => true
@@ -1,3 +1,3 @@
1
1
  module SendgridEvents
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: 3793329407412117671
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: 3793329407412117671
252
+ hash: -1020654596744894138
253
253
  requirements: []
254
254
  rubyforge_project:
255
255
  rubygems_version: 1.8.24