Skip to content

Commit

Permalink
bump version, prepare gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Jun 10, 2012
1 parent a7d737d commit 15c2b81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### EDGE / 2012-02-17
### 2.1.0 / 2012-02-17

* Message decoy acts more like a real message (to\_s)
* Removed jeweler as a dependency (managing gem directly via Bundler)
* Removed Resque dependency for compatibility with Resque forks
(mongo-resque, etc)
* Message decoy acts more like a real message (to\_s)
* Add support for non-Rails applications (Fabio Kreusch)

### 2.0.3 / 2012-02-17

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
resque_mailer (2.0.4)
resque_mailer (2.1.0)
actionmailer (~> 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/resque_mailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Resque
module Mailer
VERSION = "2.0.4"
VERSION = "2.1.0"
end
end

0 comments on commit 15c2b81

Please sign in to comment.