1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

add "spec" as the default task.

This commit is contained in:
Charles Lowell 2010-08-19 10:34:16 -05:00
parent 6b892ec0cd
commit 469956427e

View file

@ -20,6 +20,8 @@ Gem::Specification.new do |gemspec|
gemspec.files = manifest.to_a
end
task :default => :spec
desc "Build gem"
task :gem => :gemspec do
Gem::Builder.new($gemspec).build