Sha256: 019ad8e32a18192cf9a8b47b7b1280f213585d9cfc91dcfe73f8f147557369a1

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :git
Hoe.plugin :minitest

Hoe.spec 'net-http-persistent' do |p|
  developer 'Eric Hodel', 'drbrain@segment7.net'

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

# vim: syntax=Ruby

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
net-http-persistent-2.3.1 Rakefile
net-http-persistent-2.3 Rakefile
net-http-persistent-2.2 Rakefile
net-http-persistent-2.1 Rakefile
net-http-persistent-2.0 Rakefile
net-http-persistent-1.9 Rakefile
net-http-persistent-1.8.1 Rakefile
net-http-persistent-1.8 Rakefile
net-http-persistent-1.7 Rakefile
net-http-persistent-1.6.1 Rakefile