Specify and mention curses gem for Ruby 2.1+.

This commit is contained in:
Pistos 2015-04-18 11:38:13 -04:00
parent 27ffbe65bd
commit c6788bf761
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'curses'
gem 'curses', platforms: [:ruby_21, :ruby_22]
group :test do
gem 'bacon'

View file

@ -7,6 +7,7 @@
Diakonos is built to run on Linux, but may run under other flavours of UNIX.
It is known NOT to work under Windows (unless using Cygwin).
If running under Ruby 2.1+, the curses gem is required.
== DOWNLOAD