Sha256: ac78b8da82b546e9abbd95db2801aba7ed21675ab4cdcd86291f1c18921b45b8

Contents?: true

Size: 646 Bytes

Versions: 7

Compression:

Stored size: 646 Bytes

Contents

# -*- ruby -*-

##
# using the telicopter hoe plugin to add some email functionality
#

require 'rubygems'
require 'hoe'

Hoe.plugins.delete :rubyforge

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)
  extra_dev_deps << %w(hoe-telicopter >=1.0.0)
  extra_dev_deps << %w(minitest >=1.5.0)
  
  clean_globs << 'blah*png' << 'images/*_thumb.*'

#  email_to << 'cthulu@hotelicopter.com'

end

# vim: syntax=Ruby

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
g1nn13-image_science-1.2.10 Rakefile
g1nn13-image_science-1.2.9 Rakefile
g1nn13-image_science-1.2.8 Rakefile
g1nn13-image_science-1.2.7 Rakefile
g1nn13-image_science-1.2.6 Rakefile
g1nn13-image_science-1.2.5 Rakefile
g1nn13-image_science-1.2.4 Rakefile