Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Commit

Permalink
Use newer package tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlea committed Mar 6, 2013
1 parent 9992563 commit 053b9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
require "rubygems" require "rubygems"
require "rake/gempackagetask" require "rubygems/package_task"


task :default => :test task :default => :test


Expand All @@ -10,4 +10,4 @@ Rake::TestTask.new do |t|
t.verbose = true t.verbose = true
end end


Rake::GemPackageTask.new(eval(File.read('super-poller.gemspec'))){ } Gem::PackageTask.new(eval(File.read('super-poller.gemspec'))){ }

0 comments on commit 053b9ed

Please sign in to comment.