From 18693fc27c4c44914fa5be12dbd403f07f1af998 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Feb 2011 19:18:19 +0000 Subject: mall 1.0.2 - fix packaging, harder Oops... --- GIT-VERSION-GEN | 2 +- ext/mall/extconf.rb | 1 - mall.gemspec | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 7d0c7ed..dd2cc51 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.0.1.GIT +DEF_VER=v1.0.2.GIT LF=' ' diff --git a/ext/mall/extconf.rb b/ext/mall/extconf.rb index 8fc6cbd..c8ae538 100644 --- a/ext/mall/extconf.rb +++ b/ext/mall/extconf.rb @@ -5,5 +5,4 @@ have_type('struct mallinfo', 'malloc.h') or abort 'struct mallinfo missing' have_func('malloc_trim', 'malloc.h') have_func('malloc_stats', 'malloc.h') have_func('malloc_info', 'malloc.h') -dir_config('mall') create_makefile('mall') diff --git a/mall.gemspec b/mall.gemspec index 65e340a..5358868 100644 --- a/mall.gemspec +++ b/mall.gemspec @@ -19,5 +19,6 @@ Gem::Specification.new do |s| s.rdoc_options = rdoc_options s.rubyforge_project = %q{qrp} s.test_files = Dir["test/test_*.rb"] + s.extensions = %w(ext/mall/extconf.rb) s.add_development_dependency(%q, "~> 1.5") end -- cgit v1.2.3-24-ge0c7