about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 19:18:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 19:22:07 +0000
commit18693fc27c4c44914fa5be12dbd403f07f1af998 (patch)
treeec17e554d4a19284ea18042b1b3a53788c2dfdc7
parent9d980ac4b6163f0d8da22a9b6e07e3e464867308 (diff)
downloadmall-18693fc27c4c44914fa5be12dbd403f07f1af998.tar.gz
mall 1.0.2 - fix packaging, harder v1.0.2
Oops...
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--ext/mall/extconf.rb1
-rw-r--r--mall.gemspec1
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<wrongdoc>, "~> 1.5")
 end