Sha256: 06818637cd44a52e4829b98031c731ca6b9b7f82361bd75601f68d1fe4ef0015

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 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'

  rdoc_locations <<
    'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-pipeline/'
end

# vim: syntax=Ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
net-http-pipeline-1.0 Rakefile