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

Version Path
buncher-1.0.11 Rakefile
buncher-1.0.10 Rakefile
buncher-1.0.9 Rakefile
buncher-1.0.8 Rakefile
buncher-1.0.7 Rakefile
buncher-1.0.6 Rakefile
buncher-1.0.5 Rakefile
buncher-1.0.4 Rakefile
buncher-1.0.3 Rakefile
buncher-1.0.2 Rakefile
buncher-1.0.1 Rakefile
buncher-1.0.0 Rakefile