Sha256: 0551d1a460c8d08781c281314800b75af0d810201fc7685e8536901b4fd2ce45

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

# -*- ruby -*-

require "rubygems"
require "hoe"

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@justsoftwareconsulting.com")
  self.extra_dev_deps

  license "MIT" # this should match the license in the README
end

# vim: syntax=ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buncher-0.0.1 Rakefile