Sha256: 5dfba33420eea811d5a435290985e3d0b1066417c4805fd12b2a10d4b7f064d9
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' Hoe.plugin :git Hoe.plugin :minitest Hoe.plugin :travis Hoe.spec 'net-http-digest_auth' do developer 'Eric Hodel', 'drbrain@segment7.net' 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/' self.spec_extras[:required_ruby_version] = '>= 1.8.7' end # vim: syntax=Ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
net-http-digest_auth-1.4 | Rakefile |
net-http-digest_auth-1.3 | Rakefile |