Skip to content

Commit

Permalink
swap rake/gempackagetask for the newer rubygems/package_task
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Sep 5, 2011
1 parent 97d15cb commit be6f6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'rubygems'
require 'rake/gempackagetask'
require 'rubygems/package_task'
require 'rspec/core/rake_task'

spec = eval(File.read('twilio-ruby.gemspec'))

Rake::GemPackageTask.new(spec) do |p|
Gem::PackageTask.new(spec) do |p|
p.gem_spec = spec
end

Expand Down

0 comments on commit be6f6e7

Please sign in to comment.