Sha256: 0acb806b9746dc2156b16bb03842fff56c27d6b6a5a7f769695822db1242e65e
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.authors = ["Joe Noon"] gem.email = ["joenoon@gmail.com"] gem.description = %q{Compile htmldoc binary} gem.summary = %q{Suitable for environments like Heroku. Downloads the htmldoc source and compiles using the native extension hook upon gem installation.} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.extensions = ['ext/extconf.rb'] gem.name = "htmldoc_remote_compile_wrapper" gem.require_paths = ["lib"] gem.version = "0.9" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
htmldoc_remote_compile_wrapper-0.9 | htmldoc_remote_compile_wrapper.gemspec |