File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Incoming! v0.2.0 (unreleased) ##
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
2
3
3
- * Add Mandrill Strategy
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
6
5
- * Joshua Wood*
7
+ ## [ Unreleased]
8
+
9
+ ## [ 0.2.0] - 2019-11-27
10
+ ### Added
11
+ - Bumped all dependencies.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- incoming (0.1.8 )
4
+ incoming (0.2.0 )
5
5
mail (~> 2.4 )
6
6
rack
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.8 '
5
- s . date = '2014-06-14 '
4
+ s . version = '0.2.0 '
5
+ s . date = '2019-11-27 '
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.8 '
5
+ VERSION = '0.2.0 '
6
6
7
7
module Strategies
8
8
autoload :Mandrill , 'incoming/strategies/mandrill'
You can’t perform that action at this time.
0 commit comments