From 93e936d9a1586d25c338c6974027d6aa70960e1b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 Mar 2017 20:01:18 +0000 Subject: TypedData C-API conversion 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 --- raindrops.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'raindrops.gemspec') 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') -- cgit v1.2.3-24-ge0c7