Skip to content

Commit

Permalink
Hoe handles all this now
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Mar 31, 2011
1 parent abf9698 commit b63f8cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- ruby -*-

task :default => :compile

require 'rubygems'
require 'hoe'

Expand All @@ -15,11 +13,6 @@ Hoe.spec 'pasteboard' do
rdoc_locations <<
'docs.seattlerb.org:/data/www/docs.seattlerb.org/pasteboard/'

self.clean_globs = %w[
lib/pasteboard/pasteboard.bundle
]

self.spec_extras[:extensions] = %w[ext/pasteboard/extconf.rb]
self.readme_file = 'README.rdoc'
self.extra_rdoc_files = %w[ext/pasteboard/pasteboard.c]
end
Expand Down

0 comments on commit b63f8cb

Please sign in to comment.