incoming 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/incoming.rb +1 -1
  3. metadata +7 -4
data/README.md CHANGED
@@ -3,7 +3,7 @@ Incoming!
3
3
 
4
4
  ### Receive email in your Rack apps.
5
5
 
6
- Incoming! receives a `Rack::Request` and hands you a `Mail::Message`, much
6
+ Incoming! receives a `Rack::Request` and hands you a [`Mail::Message`](https://github.com/mikel/mail/), much
7
7
  like `ActionMailer::Base.receive` does with a raw email. We currently
8
8
  support the following services:
9
9
 
@@ -2,7 +2,7 @@ require 'mail'
2
2
  require 'incoming/strategy'
3
3
 
4
4
  module Incoming
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
 
7
7
  module Strategies
8
8
  autoload :SendGrid, 'incoming/strategies/sendgrid'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incoming
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-17 00:00:00.000000000 Z
12
+ date: 2013-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mail
@@ -141,13 +141,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  segments:
143
143
  - 0
144
- hash: -4457823353074909668
144
+ hash: -4558500019772293400
145
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  none: false
147
147
  requirements:
148
148
  - - ! '>='
149
149
  - !ruby/object:Gem::Version
150
- version: 1.8.25
150
+ version: '0'
151
+ segments:
152
+ - 0
153
+ hash: -4558500019772293400
151
154
  requirements: []
152
155
  rubyforge_project:
153
156
  rubygems_version: 1.8.25