Sha256: a5ab3c466fc46acaeca70d75d6853f2e6f635a3270dfec7bba3876267cdef957

Contents?: true

Size: 590 Bytes

Versions: 24

Compression:

Stored size: 590 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

<%=
  found = Gem.find_files("hoe/*.rb").map { |f| File.basename(f, ".rb").to_sym }
  extra = found - Hoe.plugins - [:rake]
  extra.map { |name| "# Hoe.plugin #{name.inspect}" }.sort.join("\n")
%>

Hoe.spec '<%= project %>' do
  # HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then
  # you'll never have to touch them again!
  # (delete this comment too, of course)

  # developer('<%= XIF %>', '<%= XIF %>@example.com')

  # self.rubyforge_name = '<%= project %>x' # if different than '<%= project %>'
end

# vim: syntax=ruby

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hoe-3.0.0 template/Rakefile.erb
hoe-2.16.1 template/Rakefile.erb
hoe-2.16.0 template/Rakefile.erb
hoe-2.15.0 template/Rakefile.erb
hoe-2.14.0 template/Rakefile.erb
hoe-2.13.1 template/Rakefile.erb
hoe-2.13.0 template/Rakefile.erb
hoe-2.12.5 template/Rakefile.erb
hoe-2.12.4 template/Rakefile.erb
hoe-2.12.3 template/Rakefile.erb
hoe-2.12.2 template/Rakefile.erb
hoe-2.12.1 template/Rakefile.erb
hoe-2.12.0 template/Rakefile.erb
hoe-2.11.0 template/Rakefile.erb
hoe-2.10.0 template/Rakefile.erb
hoe-2.9.6 template/Rakefile.erb
hoe-2.9.5 template/Rakefile.erb
hoe-2.9.4 template/Rakefile.erb
hoe-2.9.3 template/Rakefile.erb
hoe-2.9.2 template/Rakefile.erb