about summary refs log tree commit homepage
path: root/dtas.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-14 09:23:04 +0000
committerEric Wong <e@80x24.org>2015-12-15 10:41:13 +0000
commit0ff9143addb12f113d42f507e976f0ea83288fe7 (patch)
tree3df6f71fb3527131a48b5033553216987aca2a64 /dtas.gemspec
parentace243f12ecc14e4432e5b763deefb30e4c5a39c (diff)
downloaddtas-0ff9143addb12f113d42f507e976f0ea83288fe7.tar.gz
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.
Diffstat (limited to 'dtas.gemspec')
-rw-r--r--dtas.gemspec1
1 files changed, 1 insertions, 0 deletions
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