Skip to content

Commit

Permalink
Removed gemspec task from default task on Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 30, 2020
1 parent 9fd6371 commit cee8020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -331,4 +331,4 @@ else
end

desc "Compile in the the source directory"
task :default => [ :clean, :gemspec, :test ]
task :default => [ :clean, :test ]

0 comments on commit cee8020

Please sign in to comment.