Skip to content

Commit

Permalink
rake/gempackagetask is deprecated. Use rubygems/package_task instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Oct 10, 2011
1 parent 7bb2876 commit 6759d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,7 +3,7 @@
require 'rubygems'
require 'bundler/setup'
require 'rake'
require 'rake/gempackagetask'
require 'rubygems/package_task'
require 'cucumber/rake/task'
require 'diesel/tasks'
require 'rspec/core/rake_task'
Expand Down

0 comments on commit 6759d6d

Please sign in to comment.