Sha256: 4bd1aa457797a41d2757a4615532444d72f71e387327a7035e02745ca2e674d5

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 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
Hoe.plugins.delete :rubyforge

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

  extra_deps << ['rdoc', '>= 4.0.0.preview2', '< 5']
  extra_dev_deps << ['ZenTest']

  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.pre Rakefile