Skip to content

Commit b00b50e

Browse files
author
Joshua Wood
committed
Release 0.1.6
1 parent f4845a9 commit b00b50e

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.5)
4+
incoming (0.1.6)
55
mail (~> 2.4)
66
rack
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.5'
5-
s.date = '2013-12-18'
4+
s.version = '0.1.6'
5+
s.date = '2013-12-27'
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.5'
5+
VERSION = '0.1.6'
66

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

0 commit comments

Comments
 (0)