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:
parent
6b892ec0cd
commit
469956427e
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue