metasploit-framework/lib/gemcache/ruby/1.9.1/gems/diff-lcs-1.1.3/Rakefile

27 lines
527 B
Ruby

# -*- ruby encoding: utf-8 -*-
require 'rubygems'
require 'rspec'
require 'hoe'
Hoe.plugin :doofus
Hoe.plugin :gemspec
Hoe.plugin :git
Hoe.spec 'diff-lcs' do
self.rubyforge_name = 'ruwiki'
developer('Austin Ziegler', 'austin@rubyforge.org')
self.remote_rdoc_dir = 'diff-lcs/rdoc'
self.rsync_args << ' --exclude=statsvn/'
self.history_file = 'History.rdoc'
self.readme_file = 'README.rdoc'
self.extra_rdoc_files = FileList["*.rdoc"].to_a
self.extra_dev_deps << ['rspec', '~> 2.0']
end
# vim: syntax=ruby