Sha256: ec4188860e1e248956473288837b38b3009619121929f8f6bd011b7bd1b27367
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
# -*- 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yamlr-2.0.0 | Rakefile |