Skip to content

Commit

Permalink
Rails 5.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed May 15, 2017
1 parent 3e11656 commit 4742a47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,26 @@ rvm:
- 2.1.10
- 2.2.5
- 2.3.1
- 2.4.0

env:
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.0.0"
- "RAILS_VERSION=4.1.0"
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=5.0.0"
- "RAILS_VERSION=5.1.0"

matrix:
exclude:
- rvm: 2.0.0
env: "RAILS_VERSION=5.0.0"
- rvm: 2.1.10
env: "RAILS_VERSION=5.0.0"
- rvm: 2.0.0
env: "RAILS_VERSION=5.1.0"
- rvm: 2.1.10
env: "RAILS_VERSION=5.1.0"

notifications:
recipients:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.1 (May 15, 2017)

Features:
- Rails 5.1 support added

## 2.4.0 (December 8, 2016)

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Search Engine Optimization (SEO) plugin for Ruby on Rails applications.
## Ruby on Rails

MetaTags master branch now fully supports Rails 3.2+, and is tested against all
major Rails releases up to 5.0.1.
major Rails releases up to 5.1.

Ruby versions older than 2.0.0 are no longer officially supported.

Expand Down
2 changes: 1 addition & 1 deletion lib/meta_tags/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MetaTags
# Gem version.
VERSION = '2.4.0'
VERSION = '2.4.1'
end

0 comments on commit 4742a47

Please sign in to comment.