Skip to content

Commit

Permalink
Replace deprecated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Oct 28, 2011
1 parent eba3527 commit 3ed4d89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Rakefile
Expand Up @@ -3,8 +3,8 @@ require "graphviz/constants"

require 'rake'
require 'rake/clean'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rubygems/package_task'
require 'rdoc/task'
require 'rake/testtask'
require 'fileutils'
require 'json/pure'
Expand Down Expand Up @@ -100,7 +100,8 @@ graph theory !
}
end

Rake::GemPackageTask.new(spec) do |p|
Gem::PackageTask.new(spec) do |p|
# Rake::GemPackageTask.new(spec) do |p|
p.need_tar = true
p.gem_spec = spec
end
Expand Down

0 comments on commit 3ed4d89

Please sign in to comment.