about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-21 22:17:57 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-21 22:18:27 +0000
commit0eea98824e190f0fcad735dd48f2b18b97a85555 (patch)
tree2c358d4e34805ff44be0b8f6b7d57bb376833fc3
parentf8e5255d8e8099c52c479a018e7f26a06d0893ef (diff)
downloadruby-wordexp-0eea98824e190f0fcad735dd48f2b18b97a85555.tar.gz
* gemspec: declare extension properly
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--wordexp.gemspec1
2 files changed, 2 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 33b9a68..a82848f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,6 +1,6 @@
 #!/bin/sh
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.0
+DEF_VER=v1.0.1
 
 LF='
 '
diff --git a/wordexp.gemspec b/wordexp.gemspec
index 9bb1365..8487a19 100644
--- a/wordexp.gemspec
+++ b/wordexp.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
   s.description = readme_description
   s.email = %q{normalperson@yhbt.net}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
+  s.extensions = %w(ext/wordexp/extconf.rb)
   s.files = manifest
   s.homepage = Wrongdoc.config[:rdoc_url]
   s.summary = summary