Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Apr 28, 2017
1 parent 4c11991 commit 9e2e0da
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache: bundler
rvm:
- 2.2.5
- 2.3.0
- 2.4.0
env:
- 'TEST_RAILS_VERSION="~> 3.0.0"'
- 'TEST_RAILS_VERSION="~> 3.1.0"'
Expand All @@ -12,3 +13,4 @@ env:
- 'TEST_RAILS_VERSION="~> 4.1.0"'
- 'TEST_RAILS_VERSION="~> 4.2.0"'
- 'TEST_RAILS_VERSION="~> 5.0.0"'
- 'TEST_RAILS_VERSION="~> 5.1.0"'
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.1.0

Updated:
* Added support for Rails 5.1

Testing improvements:
* Tested against Rails 5.1
* Tested against Ruby 2.4.0

## 2.0.0

**Breaking changes:**
Expand Down
4 changes: 2 additions & 2 deletions angular_rails_csrf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'

s.add_development_dependency 'rake', '~> 11.3'
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'test-unit', '~> 3.2'
if ENV['TEST_RAILS_VERSION'].nil?
s.add_development_dependency 'rails', '5.0.0.1'
s.add_development_dependency 'rails', '5.1.0'
else
s.add_development_dependency 'rails', ENV['TEST_RAILS_VERSION'].to_s
end
Expand Down
2 changes: 1 addition & 1 deletion lib/angular_rails_csrf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AngularRailsCsrf
VERSION = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit 9e2e0da

Please sign in to comment.