Skip to content

Commit 22110a6

Browse files
authored
Merge pull request #1051 from cerebris/version_updates
Version updates
2 parents 2769330 + 92e99b5 commit 22110a6

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.7"
4+
- "RAILS_VERSION=4.2.8"
55
- "RAILS_VERSION=5.0.2"
6+
- "RAILS_VERSION=5.1.0"
67
- "RAILS_VERSION=master"
78
rvm:
89
- 2.1.10
9-
- 2.2.6
10-
- 2.3.3
10+
- 2.2.7
11+
- 2.3.4
1112
- 2.4.1
1213
matrix:
1314
exclude:
1415
- rvm: 2.1.10
1516
env: "RAILS_VERSION=5.0.2"
16-
- rvm: 2.4.1
17-
env: "RAILS_VERSION=4.2.7"
17+
- rvm: 2.1.10
18+
env: "RAILS_VERSION=5.1.0"
19+
- rvm: 2.1.10
20+
env: "RAILS_VERSION=master"
1821
allow_failures:
1922
- env: "RAILS_VERSION=master"

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 Larry Gebhardt
1+
Copyright (c) 2014-2017 Cerebris Corporation
22

33
MIT License
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ and **paste the content into the issue description**:
6464

6565
## License
6666

67-
Copyright 2014-2016 Cerebris Corporation. MIT License (see LICENSE for details).
67+
Copyright 2014-2017 Cerebris Corporation. MIT License (see LICENSE for details).

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# To test on a specific rails version use this:
77
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
88
# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
9+
# export RAILS_VERSION=5.1.0; bundle update rails; bundle exec rake test
910

1011
# We are no longer having Travis test Rails 4.1.x., but you can try it with:
1112
# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test

0 commit comments

Comments
 (0)