fast_matrix 0.1.2 → 0.1.4

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
  SHA256:
3
- metadata.gz: 3980488dbfc0f63bc9c5581eb26026e79e6b1a7e7a0215e610c19e0b2c403341
4
- data.tar.gz: 19c9066e3d2dcd0200a30e17eeeb757f62622cdf004e4df5610c7b2e80b67da8
3
+ metadata.gz: 4d2ffdbf4f0e25843620e0f1deef060ec8498cbd86571625bc265a20778b3fc8
4
+ data.tar.gz: 8574ff18ebbfc3763de8944d7697dfd3cdc17f6206581140dc27f6de207322bb
5
5
  SHA512:
6
- metadata.gz: f8ad8b5b92b9deaee09e3dff8c1834459711fda976b83b26347ae154ad34bdebdf519228f121ada1a706d3beafe332ecc2259cbefaf77f4054f52f7b3db1fea0
7
- data.tar.gz: feea35ee89d7510a221ba19e7c232f178e885b25afa2e051f3578dbcd6da3891e60472b3c5267ab2ec7450d509140bfaffaf97c1b1f8065cd01825a8148a034d
6
+ metadata.gz: 98dc2ee472302bd8314ec63529c7b36065e09bb99ff2af62f063bcbd4d5af26cb88786a10f0c64737daa82d46613352af30cb2cb650b60e42ec2cd511d4a0310
7
+ data.tar.gz: 75b445494ab54d32f46d79b1c2e9fb95d0b5e5b091bbbe4e3ed339a38ee9c7fbe650c7fcf9537b083e26bb7bde96f14862cfaa84c00c2b0ca654ce7665d60965
data/lib/fast_matrix.rb CHANGED
@@ -8,7 +8,7 @@ module FastMatrix
8
8
  # Matrix with fast implementations of + - * determinate in C
9
9
  class Matrix
10
10
 
11
- # Aliases just for capability with standard matrix
11
+ # Aliases just for compatibility with standard matrix
12
12
  #
13
13
  # Returns the number of rows.
14
14
  #
@@ -1,3 +1,3 @@
1
1
  module FastMatrix
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_matrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmcs_ruby
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.7.6
121
+ rubygems_version: 2.7.7
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Ruby wrapper around C matrices implementation