# -*- ruby -*- require "rubygems" require "hoe" # Hoe.plugin :compiler # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :inline # Hoe.plugin :racc # Hoe.plugin :rcov # https://github.com/jbarnette/hoe-git Hoe.plugin :git Hoe.plugin :yard # https://github.com/flavorjones/hoe-gemspec Hoe.plugin :gemspec Hoe.spec "yamlr" do developer('Step1Profit', 'sales@step1profit.com') license "MIT" end # vim: syntax=ruby