File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33require 'rubygems'
44require 'rubygems/package_task'
55require 'bundler'
6+ require "standard/rake"
67
78#Specify plugins to build on the command line like:
89#rake whatever nmatrix_plugins=atlas,lapacke
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
2424***********************************************************
2525Welcome to SciRuby: Tools for Scientific Computing in Ruby!
2626
27- NMatrix requires a C/C++ compiler. Clang and GCC are
27+ NMatrix requires a C/C++ compiler. Clang and GCC are
2828recommended. JRuby support is experimental, and requires
2929Java.
3030
6363 gem . add_development_dependency 'rdoc' , '~>4.0' , '>=4.0.1'
6464 gem . add_development_dependency 'rspec' , '~>2.14'
6565 gem . add_development_dependency 'rspec-longrun' , '~>1.0'
66+ gem . add_development_dependency 'standard'
6667end
67-
You can’t perform that action at this time.
0 commit comments