Skip to content

Commit

Permalink
Prepare 0.7.0 release depending on postmark gem ~> 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Apr 23, 2014
1 parent ba08060 commit c9ea15b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= Changelog

== 0.7.0

* Updated the postmark gem dependency to 1.2.x.

== 0.6.0

* Updated the postmark gem dependency.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For Rails 2.3 please take a look at [version 0.4](https://github.com/wildbit/pos
Add this to your Gemfile: (change version numbers if needed)

``` ruby
gem 'postmark-rails', '~> 0.5.2'
gem 'postmark-rails', '~> 0.7.0'
```

Don’t forget to run `bundle install` command every time you change something in the Gemfile.
Expand Down
2 changes: 1 addition & 1 deletion lib/postmark-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PostmarkRails
VERSION = '0.6.0'
VERSION = '0.7.0'
end
2 changes: 1 addition & 1 deletion postmark-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]

s.add_dependency('actionmailer', ">= 3.0.0")
s.add_dependency('postmark', "~> 1.1.0")
s.add_dependency('postmark', "~> 1.2.0")
s.add_development_dependency('rake')

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit c9ea15b

Please sign in to comment.