Sha256: fd0cea592589997506b9e1bda2e3704590fb37ee070d0eb827feba8af56c4d36

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :git
Hoe.plugin :minitest
Hoe.plugins.delete :rubyforge

Hoe.spec 'net-http-pipeline' do
  developer 'Eric Hodel', 'drbrain@segment7.net'
end

# vim: syntax=Ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
net-http-pipeline-0.1 Rakefile
net-http-pipeline-0.0 Rakefile