stair_car 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@ module StairCar
63
63
  rows.times do |row|
64
64
  col_array = []
65
65
  cols.times do |col|
66
- col_array << self[row,col]
66
+ col_array << self.value_at(row,col)
67
67
  end
68
68
  array << col_array
69
69
  end
@@ -38,7 +38,7 @@ module StairCar
38
38
  rows.times do |row|
39
39
  col_array = []
40
40
  cols.times do |col|
41
- col_array << self[row,col]
41
+ col_array << self.value_at(row,col)
42
42
  end
43
43
  array << col_array
44
44
  end
@@ -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.4"
7
+ gem.version = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: