Skip to content

Commit 0f96e76

Browse files
author
Joshua Wood
committed
Release 0.1.3
1 parent 6cdc14e commit 0f96e76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
incoming (0.1.2)
4+
incoming (0.1.3)
55
mail (~> 2.4.1)
66
postmark-mitt (~> 0.0.11)
77

incoming.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
# The following lines are updated automatically by `rake gemspec`
33
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'
66

77
s.summary = 'Incoming! helps you receive email in your Rack apps.'
88
s.description = 'Incoming! standardizes various mail parse apis, making it a snap to receive emails through HTTP post hooks.'

lib/incoming.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'incoming/strategy'
33

44
module Incoming
5-
VERSION = '0.1.2'
5+
VERSION = '0.1.3'
66

77
module Strategies
88
autoload :SendGrid, 'incoming/strategies/sendgrid'

0 commit comments

Comments
 (0)