stair_car 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module StairCar
11
11
 
12
12
  # Sometimes we only have a 1x1 matrix, and lookups will return a float
13
13
  if rows == 1 && cols == 1
14
- lines << formatter.call(self[0,0])
14
+ lines << formatter.call(self.value_at(0,0))
15
15
  return lines.join("\n")
16
16
  end
17
17
 
data/stair_car.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "stair_car"
7
- gem.version = "0.1.2"
7
+ gem.version = "0.1.3"
8
8
  gem.authors = ["Ryan Stout"]
9
9
  gem.email = ["ryanstout@gmail.com"]
10
10
  gem.description = "StairCar is a fully featured matrix library for jruby (think matlab or numpy)"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stair_car
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -136,3 +136,4 @@ test_files:
136
136
  - spec/umatrix/matrix_math_spec.rb
137
137
  - spec/umatrix/transform_spec.rb
138
138
  - spec/umatrix/umatrix_spec.rb
139
+ has_rdoc: