File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class NMatrix
2929 module VERSION #:nodoc:
3030 MAJOR = 0
3131 MINOR = 2
32- TINY = 2
32+ TINY = 3
3333 #PRE = "a"
3434
3535 STRING = [ MAJOR , MINOR , TINY ] . compact . join ( "." )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Gem::Specification.new do |gem|
99 gem . summary = "ATLAS backend for nmatrix"
1010 gem . description = "For using linear algebra fuctions provided by ATLAS"
1111 gem . homepage = 'http://sciruby.com'
12- gem . authors = [ 'John Woods ' , 'Chris Wailes' , 'Aleksey Timin ']
12+ gem . authors = [ 'Will Levine ' , 'John Woods ' ]
1313 gem . email = [ 'john.o.woods@gmail.com' ]
14- gem . license = 'BSD 3-clause '
14+ gem . license = 'BSD-3-Clause '
1515
1616 gem . files = [ "lib/nmatrix/atlas.rb" , "lib/nmatrix/lapack_ext_common.rb" ]
1717 gem . files += `git ls-files -- ext/nmatrix_atlas` . split ( "\n " )
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ require 'nmatrix/version'
66Gem ::Specification . new do |gem |
77 gem . name = "nmatrix-fftw"
88 gem . version = NMatrix ::VERSION ::STRING
9- gem . summary = "FFTW backend for nmatrix "
9+ gem . summary = "FFTW backend for NMatrix "
1010 gem . description = "NMatrix extension for using fuctions provided by FFTW"
1111 gem . homepage = 'http://sciruby.com'
1212 gem . authors = [ 'Sameer Deshmukh' , 'Magdalen Berns' ]
1313 gem . email = [ 'sameer.deshmukh93@gmail.com' , 'm.berns@thismagpie.com' ]
14- gem . license = 'BSD 3-clause '
14+ gem . license = 'BSD-3-Clause '
1515
1616 gem . files = [ "lib/nmatrix/fftw.rb" ]
1717 gem . files += `git ls-files -- ext/nmatrix_fftw` . split ( "\n " )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Gem::Specification.new do |gem|
99 gem . summary = "general LAPACK backend for nmatrix using LAPACKE interface"
1010 gem . description = "For using linear algebra fuctions provided by LAPACK and BLAS"
1111 gem . homepage = 'http://sciruby.com'
12- gem . authors = [ 'John Woods ' , 'Chris Wailes' , 'Aleksey Timin ']
12+ gem . authors = [ 'Will Levine ' , 'John Woods ' ]
1313 gem . email = [ 'john.o.woods@gmail.com' ]
14- gem . license = 'BSD 3-clause '
14+ gem . license = 'BSD-3-Clause '
1515
1616 gem . files = [ "lib/nmatrix/lapacke.rb" , "lib/nmatrix/lapack_ext_common.rb" ]
1717 gem . files += `git ls-files -- ext/nmatrix_lapacke` . split ( "\n " )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919 gem . homepage = 'http://sciruby.com'
2020 gem . authors = [ 'John Woods' , 'Chris Wailes' , 'Aleksey Timin' ]
2121 gem . email = [ 'john.o.woods@gmail.com' ]
22- gem . license = 'BSD 3-clause '
22+ gem . license = 'BSD-3-Clause '
2323 gem . post_install_message = <<-EOF
2424***********************************************************
2525Welcome to SciRuby: Tools for Scientific Computing in Ruby!
You can’t perform that action at this time.
0 commit comments