Skip to content

Commit 0e5cdfd

Browse files
committed
Resolves #150: RSpec redesign
* Conversion to RSpec's `expect` syntax.
1 parent 23c3f24 commit 0e5cdfd

16 files changed

+615
-620
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Gemfile
21
source 'https://rubygems.org'
32
gemspec
43

lib/nmatrix/nmatrix.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def __yale_ary__to_s(sym) #:nodoc:
226226

227227

228228
##
229-
# call-seq:
229+
# call-seq:
230230
# integer_dtype?() -> Boolean
231231
#
232232
# Checks if dtype is an integer type

nmatrix.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require 'nmatrix/version'
66
Gem::Specification.new do |gem|
77
gem.name = "nmatrix"
88
gem.version = NMatrix::VERSION::STRING
9-
gem.summary = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C."
10-
gem.description = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C."
9+
gem.summary = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C."
10+
gem.description = "NMatrix is an experimental linear algebra library for Ruby, written mostly in C."
1111
gem.homepage = 'http://sciruby.com'
1212
gem.authors = ['John Woods', 'Chris Wailes', 'Aleksey Timin']
1313
gem.email = ['[email protected]']

0 commit comments

Comments
 (0)