Sha256: dea8b9d7d5733a081298c58a524041a5895edb9494941d9e4b6f8c886eff36c6
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.6" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
htmldoc_remote_compile_wrapper-0.6 | htmldoc_remote_compile_wrapper.gemspec |