Sha256: 06f3204d0d8b01ec801e40064a38d00f2a714dd404bb9cd432b03ba516c39b2f
Contents?: true
Size: 508 Bytes
Versions: 8
Compression:
Stored size: 508 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' Hoe.plugin :git Hoe.plugin :minitest Hoe.spec 'net-http-digest_auth' do self.rubyforge_name = 'seattlerb' developer 'Eric Hodel', 'drbrain@segment7.net' spec_extras['homepage'] = 'http://docs.seattlerb.org/net-http-digest_auth' rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-digest_auth/' rdoc_locations << 'rubyforge.org:/var/www/gforge-projects/seattlerb/net-http-digest_auth/' end # vim: syntax=Ruby
Version data entries
8 entries across 8 versions & 3 rubygems