about summary refs log tree commit homepage
path: root/raindrops.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-14 20:01:18 +0000
committerEric Wong <e@80x24.org>2017-03-15 20:55:58 +0000
commit93e936d9a1586d25c338c6974027d6aa70960e1b (patch)
tree6f26bada6f751ec8f68b989e31e820d8b06a95ae /raindrops.gemspec
parent10cbedc7702240bdf0e04293f0b3f6e1b89f8f87 (diff)
downloadraindrops-93e936d9a1586d25c338c6974027d6aa70960e1b.tar.gz
This provides some extra type safety if combined with other
C extensions, as well as allowing us to account for memory usage of
the HTTP parser in ObjectSpace.

This requires Ruby 1.9.3+ and has remained a stable API since
then.  This will become officially supported when Ruby 2.3.0 is
released later this month.

This API has only been documented in doc/extension.rdoc (formerly
README.EXT) in the Ruby source tree since April 2015, r50318
Diffstat (limited to 'raindrops.gemspec')
-rw-r--r--raindrops.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/raindrops.gemspec b/raindrops.gemspec
index 356bff2..c00a6b5 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
   s.files = manifest
   s.homepage = Olddoc.config['rdoc_url']
   s.summary = summary
+  s.required_ruby_version = '>= 1.9.3'
   s.test_files = test_files
   s.add_development_dependency('aggregate', '~> 0.2')
   s.add_development_dependency('test-unit', '~> 3.0')