Skip to content

Commit d0f28c2

Browse files
author
Joshua Wood
committed
Release 0.1.2
1 parent 8786f71 commit d0f28c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1)
4+
incoming (0.1.2)
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.1'
5-
s.date = '2013-02-16'
4+
s.version = '0.1.2'
5+
s.date = '2013-02-17'
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.'

0 commit comments

Comments
 (0)