Sha256: 6463674535e3f4ce84a969e6743bc144c3b0fea3aea8d4cd74005dc6a525b900
Contents?: true
Size: 429 Bytes
Versions: 12
Compression:
Stored size: 429 Bytes
Contents
# -*- ruby -*- require "rubygems" require "hoe" Hoe.plugin :git Hoe.plugin :debugging # for gdb Hoe.plugin :compiler # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :inline Hoe.plugin :minitest # Hoe.plugin :racc # Hoe.plugin :rcov # Hoe.plugin :rdoc Hoe.spec "buncher" do developer("Robert Mathews", "rob@drync.com") self.extra_dev_deps license "MIT" # this should match the license in the README end # vim: syntax=ruby
Version data entries
12 entries across 12 versions & 1 rubygems