Skip to content

Commit

Permalink
Update postmark gem dependency, bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Dec 2, 2014
1 parent e924353 commit 9f7ae3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,11 @@
= Changelog

== 0.9.0

* Enabled HTTPS by default.
* Added custom User-Agent header.
* Updated the postmark gem dependency to 1.4.x.

== 0.8.0

* Added support for open tracking.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.8.0'
gem 'postmark-rails', '~> 0.9.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
@@ -1,3 +1,3 @@
module PostmarkRails
VERSION = '0.8.0'
VERSION = '0.9.0'
end
2 changes: 1 addition & 1 deletion postmark-rails.gemspec
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.3.0")
s.add_dependency('postmark', "~> 1.4.0")
s.add_development_dependency('rake')

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

0 comments on commit 9f7ae3c

Please sign in to comment.