From 0eea98824e190f0fcad735dd48f2b18b97a85555 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 21 Aug 2013 22:17:57 +0000 Subject: wordexp 1.0.1 - fix RubyGems installation * gemspec: declare extension properly --- GIT-VERSION-GEN | 2 +- wordexp.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7