We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8786f71 commit d0f28c2Copy full SHA for d0f28c2
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- incoming (0.1.1)
+ incoming (0.1.2)
5
mail (~> 2.4.1)
6
postmark-mitt (~> 0.0.11)
7
incoming.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
# The following lines are updated automatically by `rake gemspec`
s.name = 'incoming'
- s.version = '0.1.1'
- s.date = '2013-02-16'
+ s.version = '0.1.2'
+ s.date = '2013-02-17'
s.summary = 'Incoming! helps you receive email in your Rack apps.'
8
s.description = 'Incoming! standardizes various mail parse apis, making it a snap to receive emails through HTTP post hooks.'
0 commit comments