From 20c3fcb4d98663bdf045f4abbf056f5534add156 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Sun, 2 Jul 2017 19:59:19 -0700 Subject: [PATCH] add testing for ruby 2.4 --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++--- .travis.yml | 2 ++ CHANGELOG.md | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff8d2e9..8821e85 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ - [ ] RuboCop passes -- [ ] Existing tests pass +- [ ] Existing tests pass #### New Plugins @@ -24,5 +24,4 @@ #### Purpose -#### Known Compatablity Issues - +#### Known Compatibility Issues diff --git a/.travis.yml b/.travis.yml index 7711305..ab990a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rvm: - 2.1 - 2.2 - 2.3.0 +- 2.4.1 notifications: email: recipients: @@ -31,4 +32,5 @@ deploy: rvm: 2.1 rvm: 2.2 rvm: 2.3.0 + rvm: 2.4.1 repo: sensu-plugins/sensu-plugins-rabbitmq diff --git a/CHANGELOG.md b/CHANGELOG.md index e7069b7..be9d490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +### Added +- ruby 2.4 support (@majormoses) + +### Fixed +- PR template spelling (@majormoses) ## [3.2.0] - 2017-06-20 ### Added