From 3249d3226eb82dc444339c07a0303625651e2e57 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 8 Jun 2016 11:14:50 +0530 Subject: [PATCH 1/2] Drop Ruby 1.9.3 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index de48f45..86709ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ addons: - binutils-dev - g++-4.7 rvm: - - 1.9.3 - 2.0 - 2.1 - 2.2 @@ -25,10 +24,10 @@ matrix: - os: osx include: - os: osx - rvm: 1.9.3 + rvm: 2.0 allow_failures: - os: osx - rvm: 1.9.3 + rvm: 2.0 install: - export RUBY_SOURCE_DIR=`pwd` From 2a40f1821cfd6c003eb688698627fdd4c3dfc32a Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 10 Jun 2016 19:38:20 +0530 Subject: [PATCH 2/2] Add ruby requisites to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fead5a7..99b4610 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i - libsymengine - See build [instructions](https://github.com/symengine/symengine/wiki/Building-SymEngine) +- ruby >= 2.0.0 - Needs Ruby shared library and headers + #### Installing - Simply do,