Sha256: e6c014fd3e0d7611429db866d0ecc9d4391639219dd5c09ae68cf584932dd2b3

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :git
Hoe.plugin :minitest
Hoe.plugin :travis

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/'
  rdoc_locations <<
    'rubyforge.org:/var/www/gforge-projects/seattlerb/net-http-pipeline/'
end

# vim: syntax=Ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
net-http-pipeline-1.0.1 Rakefile