Sha256: 4456f73b02a12a687fb5758e04d3566df293dc84e015de5246a27024e5a8193b
Contents?: true
Size: 595 Bytes
Versions: 8
Compression:
Stored size: 595 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 %>' end # vim: syntax=ruby
Version data entries
8 entries across 8 versions & 1 rubygems