Skip to content

Commit

Permalink
Update supported ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RST-J committed Oct 19, 2018
1 parent 0846aab commit 4d79f75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
18 changes: 3 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
language: ruby

rvm:
- "2.0"
- "2.1.10"
- "2.2.10"
- "2.3.7"
- "2.4.4"
- "2.5.1"
- "2.3.8"
- "2.4.5"
- "2.5.3"
- "ruby-head"

gemfile:
Expand All @@ -17,15 +14,6 @@ gemfile:
matrix:
allow_failures:
- rvm: "ruby-head"
exclude:
- rvm: "2.0"
gemfile: gemfiles/rails_5.1.6.gemfile
- rvm: "2.0"
gemfile: gemfiles/rails_5.2.1.gemfile
- rvm: "2.1.10"
gemfile: gemfiles/rails_5.1.6.gemfile
- rvm: "2.1.10"
gemfile: gemfiles/rails_5.2.1.gemfile

script:
- cd test/dummy
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ Please keep to the changelog format described on [keepachangelog.com](http://kee

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.1 - 2018-09-01
## [Unreleased]
### Removed
- Drop support for EOL rubies (2.2.10 and below)


## [1.1.1] - 2018-09-01
### Added
- Added a changelog.
- Also include HumanAttributeValues into ActiveModel::Model.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem install human_attribute_values

## Supported versions
* Rails: >= 4.2.10
* Ruby: MRI >= 2.0
* Ruby: MRI >= 2.3.8

## Usage
The gem defines ``human_attribute_value`` as instance and class method on ``ActiveRecord::Base`` and ``ActiveModel::Model``.
Expand Down

0 comments on commit 4d79f75

Please sign in to comment.