Sha256: 5446c7ac4187626dfd6e12d155b8c912f252e56b636e68329b352dd7b7fa4bc8

Contents?: true

Size: 363 Bytes

Versions: 107

Compression:

Stored size: 363 Bytes

Contents

namespace :extconf do
  desc "Compiles the Ruby extension"
  task :compile
end

task :compile => "extconf:compile"

task :test => :compile

BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp}"
$hoe.clean_globs |= ["ext/**/#{BIN}", "lib/**/#{BIN}", 'ext/**/Makefile']
$hoe.spec.require_paths = Dir['{lib,ext/*}']
$hoe.spec.extensions = FileList["ext/**/extconf.rb"].to_a

Version data entries

107 entries across 107 versions & 19 rubygems

Version Path
langscan-1.2 tasks/extconf.rake
rubypython-0.2.11 tasks/extconf.rake
rubypython-0.2.10 tasks/extconf.rake
newgem-1.5.3 rubygems_generators/extconf/templates/tasks/extconf.rake
pidgin2adium-3.0.0 tasks/extconf.rake
charguess-1.3 tasks/extconf.rake
charguess-1.2 tasks/extconf.rake
charguess-1.1 tasks/extconf.rake
charguess-1.0 tasks/extconf.rake
rubypython-0.2.9 tasks/extconf.rake
bzip2-ruby-0.2.3 tasks/extconf.rake
bzip2-ruby-0.2.4 tasks/extconf.rake
bzip2-ruby-0.2.5 tasks/extconf.rake
bzip2-ruby-0.2.6 tasks/extconf.rake
rubypython-0.2.8 tasks/extconf.rake
html-template-pro-0.0.3 tasks/extconf.rake
html-template-pro-0.0.2 tasks/extconf.rake
html-template-pro-0.0.1 tasks/extconf.rake
looksee-0.2.1 tasks/extconf.rake
looksee-0.1.0 tasks/extconf.rake