README.md in postmark-rails-0.6.0 vs README.md in postmark-rails-0.7.0
- old
+ new
@@ -14,10 +14,10 @@
## Configuring your Rails application
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.
Add this to your config/application.rb: