Skip to content

Commit

Permalink
Rake uses rubgems/package_task
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Sep 19, 2012
1 parent 2b91e43 commit c60abbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,6 +1,6 @@
require 'rubygems'
require 'rubygems/package_task'
require 'rake/clean'
require 'rake/gempackagetask'
require 'fileutils'
include FileUtils

Expand Down Expand Up @@ -35,7 +35,7 @@ version = @spec.version

# INSTALL =============================================================

Rake::GemPackageTask.new(@spec) do |p|
Gem::PackageTask.new(@spec) do |p|
p.need_tar = true if RUBY_PLATFORM !~ /mswin/
end

Expand Down

0 comments on commit c60abbe

Please sign in to comment.