about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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