Sha256: 10ee641d29fff3657ae76c702fbcaefb1f387c502972873141f0ec11ca2ea813
Contents?: true
Size: 441 Bytes
Versions: 1
Compression:
Stored size: 441 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' Hoe.plugin :git Hoe.plugin :minitest Hoe.plugin :travis Hoe.spec 'marshal-structure' do developer 'Eric Hodel', 'drbrain@segment7.net' rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/marshal-structure/' self.readme_file = 'README.rdoc' self.extra_rdoc_files << 'README.rdoc' # HACK fix in Hoe extra_dev_deps << ['ben_string', '~> 1'] end # vim: syntax=ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marshal-structure-2.0 | Rakefile |