From 11745098c2297a63401fcd1f4a343828d8b6942c Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Fri, 23 Dec 2016 11:23:11 +0100 Subject: [PATCH] Support Ruby 2.1.0, 2.2.0, 2.3.0 --- .travis.yml | 4 ++-- README.markdown | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e21473..8cbd17d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: + - 2.3.0 + - 2.2.0 - 2.1.0 - - 2.0.0 - - 1.9.3 sudo: false diff --git a/README.markdown b/README.markdown index aed4690..a36ac5b 100644 --- a/README.markdown +++ b/README.markdown @@ -164,12 +164,12 @@ and castle Homesick is tested on the following Ruby versions: -* 1.9.3 -* 2.0.0 * 2.1.0 +* 2.2.0 +* 2.3.0 ## Note on Patches/Pull Requests - + * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally.