Sha256: d86533133467ad8ad12134547c2b0918c5f87e2c5929bcdf70b9c438c4c52e80
Contents?: true
Size: 521 Bytes
Versions: 10
Compression:
Stored size: 521 Bytes
Contents
# -*- ruby -*- require "rubygems" require "hoe" Hoe.plugin :isolate Hoe.plugin :seattlerb Hoe.plugin :rdoc # Hoe.plugin :compiler # Hoe.plugin :doofus # Hoe.plugin :email # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :history # Hoe.plugin :inline # Hoe.plugin :isolate # Hoe.plugin :minitest # Hoe.plugin :perforce # Hoe.plugin :racc # Hoe.plugin :rcov # Hoe.plugin :rdoc # Hoe.plugin :seattlerb Hoe.spec "path_expander" do developer "Ryan Davis", "ryand-ruby@zenspider.com" license "MIT" end # vim: syntax=ruby
Version data entries
10 entries across 10 versions & 1 rubygems