Sha256: 1b8a945a0222efdc4236a083daaa7e49c94da1c395254b5b7b562dad0f2d7c79
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
# -*- ruby -*- ## # we are using the hotelicopter_gemcutter hoe plugin to publish to gemcutter # so we want to make sure we disable rubyforge and the regular gemcutter # require 'rubygems' require 'hoe' Hoe.plugins.delete :rubyforge Hoe.plugins.delete :gemcutter Hoe.plugin :doofus, :git, :inline, :telicopter Hoe.spec 'g1nn13-image_science' do developer "jim nist", "jim@hotelicopter.com" extra_deps << %w(hoe >=2.5.0) extra_deps << %w(gemcutter >=0.3.0) extra_dev_deps << %w(hoe-doofus >=1.0.0) extra_dev_deps << %w(hoe-git >=1.3.0) clean_globs << 'blah*png' << 'images/*_thumb.*' email_to << 'jim@hotelicopter.com' # this can be set in ~/.hoerc or overridden here. # self.prefix = 'g1nn13' # set the name as that is how the prefixed and forked gems # are allowed on gemcutter # self.name = "#{self.prefix}#{self.name}" end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g1nn13-image_science-1.2.3 | Rakefile |