Skip to content

Commit e80eac4

Browse files
author
John Woods
committed
Version bump for release
1 parent c5250e4 commit e80eac4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lib/nmatrix/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(".")

nmatrix-atlas.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

nmatrix-fftw.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ require 'nmatrix/version'
66
Gem::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")

nmatrix-lapacke.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

nmatrix.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
***********************************************************
2525
Welcome to SciRuby: Tools for Scientific Computing in Ruby!

0 commit comments

Comments
 (0)