Skip to content

Commit

Permalink
fastfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Jan 19, 2013
1 parent 7218e9c commit a11d846
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 123 deletions.
5 changes: 3 additions & 2 deletions Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
require "rake"
gem "rdoc" #Ruby's internal RDoc is not really good
require "rdoc/task"
require "rake/gempackagetask"
require "rubygems/package_task"
require "rake/testtask"
require "rake/clean"

Expand Down Expand Up @@ -55,7 +55,8 @@
s.rdoc_options << "-t" << "libarchive-ruby RDocs" << "-m" << "README.rdoc"
#s.homepage = "http://hanmac.com/libarchive-ruby
end
Rake::GemPackageTask.new(spec).define

Gem::PackageTask.new(spec).define

Rake::RDocTask.new do |rd|
rd.rdoc_files.include("COPYING.txt", "lib/**/*.rb", "ext/**/*.cpp", "ext/**/*.hpp", "**/*.rdoc")
Expand Down
Loading

0 comments on commit a11d846

Please sign in to comment.