Sha256: 2be5d91ba7495b654f9e4ea9b558accfddc71594deac1780234df614680e67c4

Contents?: true

Size: 660 Bytes

Versions: 6

Compression:

Stored size: 660 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.uniq.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 %>"

  # license "MIT" # this should match the license in the README
end

# vim: syntax=ruby

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hoe-3.5.3 template/Rakefile.erb
hoe-3.5.2 template/Rakefile.erb
hoe-3.5.1 template/Rakefile.erb
hoe-3.5.0 template/Rakefile.erb
hoe-3.4.1 template/Rakefile.erb
hoe-3.4.0 template/Rakefile.erb