rmatrix 0.1.15 → 0.1.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d39085d36fd8d536ab2ffbc604a2af3dcbfb5f4
4
- data.tar.gz: 970c3c97ae255cc64c5a2820db3def6cc8d577dd
3
+ metadata.gz: f750d39292b5a4d110f36de0c5fda560904873b6
4
+ data.tar.gz: 03c9b1b221bdec361ca1e2776ffe4b619198871f
5
5
  SHA512:
6
- metadata.gz: 358a34feda9fec1eb5118136891668a0347423f2d7af29074ea52dc34d4158a85554f4b46d54b54a231077580965901cf6c92971fc12209cd4c65a7977f570da
7
- data.tar.gz: 2a0f867fa4f80b61ae794c09480fdefd774c3ec7420ea3192b5993e0e27a3837f84e615fbd98db20a21c1fde5bcae6a6bba0e4cfceafbb8610aa478fb468d2c6
6
+ metadata.gz: 387e2d1cc39eafd3721de098885838ca942acdb981ed6de3b07f079c1bde4a5c6f482d03a7f55052c92538c699cc50ddca152515d597170324e2438fc1abb547
7
+ data.tar.gz: 814ff704255123b6782118a88d623b9d06e59312724aaed0744df6a09818fb6f7ee4a9a54941423573b6bc993f93083f910cf82acee21d3c0f6810587d14f2b1
@@ -57,7 +57,7 @@ module RMatrix
57
57
  if row_overlap
58
58
  printed_columns.times do |column|
59
59
  self[column + column_offset, max_rows + row_offset - 1] = '⋮'
60
- self[column + column_offset, max_rows + row_offset] = matrix[column, -1].first
60
+ self[column + column_offset, max_rows + row_offset] = matrix[-1, column].first
61
61
  end
62
62
  end
63
63
 
@@ -65,6 +65,7 @@ module RMatrix
65
65
  self[printed_columns + column_offset - 1, printed_rows + row_offset - 1] = "⋱"
66
66
  self[printed_columns + column_offset - 1, printed_rows + row_offset] = '⋮'
67
67
  self[printed_columns + column_offset, printed_rows + row_offset - 1] = '…'
68
+ self[printed_columns + column_offset, printed_rows + row_offset] = matrix[-1, -1].first
68
69
  end
69
70
 
70
71
  self[self.column_count - 1, self.row_count - 1] = ']'
@@ -1,3 +1,3 @@
1
1
  module RMatrix
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmatrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wouter Coppieters
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-24 00:00:00.000000000 Z
11
+ date: 2018-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler