From 0ff9143addb12f113d42f507e976f0ea83288fe7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Dec 2015 09:23:04 +0000 Subject: gemspec: require Ruby 1.9.3 at minimum We've always required Ruby 1.9.3+ might as well put it in the gemspec. Probably in 2016, we'll drop 1.9.3 support and require 2.0+ only. --- dtas.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'dtas.gemspec') diff --git a/dtas.gemspec b/dtas.gemspec index 2c2febc..aa8e435 100644 --- a/dtas.gemspec +++ b/dtas.gemspec @@ -12,4 +12,5 @@ Gem::Specification.new do |s| s.files = manifest s.homepage = 'http://dtas.80x24.org/' s.licenses = "GPL-3.0+" + s.required_ruby_version = '>= 1.9.3' end -- cgit v1.2.3-24-ge0c7