File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- incoming (0.1.2 )
4
+ incoming (0.1.3 )
5
5
mail (~> 2.4.1 )
6
6
postmark-mitt (~> 0.0.11 )
7
7
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
# The following lines are updated automatically by `rake gemspec`
3
3
s . name = 'incoming'
4
- s . version = '0.1.2 '
5
- s . date = '2013-02-17 '
4
+ s . version = '0.1.3 '
5
+ s . date = '2013-02-18 '
6
6
7
7
s . summary = 'Incoming! helps you receive email in your Rack apps.'
8
8
s . description = 'Incoming! standardizes various mail parse apis, making it a snap to receive emails through HTTP post hooks.'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments