Sha256: 75c16b30fa1235a215e88abb1beae2e2772f645e36889db54d0909827865a7e3

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

$:.unshift 'lib' # allow rdoc-tags to tag itself

Hoe.plugin :git
Hoe.plugin :minitest
Hoe.plugin :rdoc_tags unless ENV['TRAVIS']
Hoe.plugin :travis

Hoe.spec 'rdoc-tags' do
  developer 'Eric Hodel', 'drbrain@segment7.net'

  dependency 'rdoc', '~> 4'

  rdoc_locations <<
    'drbrain@rubyforge.org:/var/www/gforge-projects/rdoc/rdoc-tags'
  rdoc_locations <<
    'docs.seattlerb.org:/data/www/docs.seattlerb.org/rdoc-tags'
end

# vim: syntax=Ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdoc-tags-1.3 Rakefile