Skip to content

Commit

Permalink
Modified gem:create task.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Oct 18, 2014
1 parent 22ac446 commit 3330b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ CLEAN.include("**/*.gem", "**/*.rbc")

namespace 'gem' do
desc 'Build the windows-pr gem'
task :create do
task :create => [:clean] do
spec = eval(IO.read('windows-pr.gemspec'))
if Gem::VERSION < "2.0"
Gem::Builder.new(spec).build
Expand Down

0 comments on commit 3330b1e

Please sign in to comment.