diff options
Diffstat (limited to 'hcl.gemspec')
| -rw-r--r-- | hcl.gemspec | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/hcl.gemspec b/hcl.gemspec index 6965e47..7c31a60 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -4,6 +4,7 @@ require 'hcl'  Gem::Specification.new do |s|    s.name = "hcl"    s.version = HCl::VERSION +  s.extensions = 'ext/mkrf_conf.rb'    s.authors = ["Zack Hobson"]    s.email = "zack@zackhobson.com" | 
