Skip to content

Commit

Permalink
Merge pull request #34 from AlexCline/rake-task-fix
Browse files Browse the repository at this point in the history
Fix issue with aborted rake task when packaging gem.
  • Loading branch information
adrienthebo committed Aug 6, 2013
2 parents 87916f9 + 4a76385 commit 3f1e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rake'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rubygems/package_task'

task :default do
sh %{rake -T}
Expand Down

0 comments on commit 3f1e23f

Please sign in to comment.