matrix_disp 0.0.2 → 0.0.3

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: 90f3a171022a59a76588af5a17118568b36c015b
4
- data.tar.gz: 9cb596c942318ba7d8575a6cd84b0d061df4f13b
3
+ metadata.gz: 1a5d944e57567c4009f85b51cbc5f74c1d324ea0
4
+ data.tar.gz: 5edc563f1d3cc039bc40bf9c25bb220057b119d0
5
5
  SHA512:
6
- metadata.gz: ca4c07378b2dad9f7ed7b0da6cdbc7a6c9131341421c4bad23fb271ce5ef02a1869d2a5c8fa0b573c8652f11f794d51d5c1bcae691b71eca2e43c69fc7b9b46a
7
- data.tar.gz: e7956434933c72595d68fd98579506e8cebd5b4bacaa11fffae2b9ed9dc5e189355a4eac2aa7bb4208fd1dc9cc2d0e962e1c8fe6f93fe73d0781280b3dbaad0c
6
+ metadata.gz: 739ad4d6e628307d7ef5aadfa0fa32e2cef55d461706a64747111a15f81baef3ca1929f2de9d312318d2e1f1c499b4532889ae108ef26234b8c44a1a62c664e7
7
+ data.tar.gz: ae24b33f7029d5fda496f7920d7b8b23919a213fabf241b8070d770a096c818da13ac6de51ae86bce3d1d18ab512d60cf8dc57ac95604d5898568620d676b5d6
@@ -1,3 +1,3 @@
1
1
  module MatrixDisp
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/matrix_disp.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'matrix_disp/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "matrix_disp"
8
8
  spec.version = MatrixDisp::VERSION
9
- spec.authors = ["Jonás López Mesa", "Sergio"]
9
+ spec.authors = ["Jonás López Mesa", "Sergio Miguel Delgado"]
10
10
  spec.email = ["alu0100608359@ull.edu.es", "alu0100706468@ull.edu.es"]
11
11
  spec.description = %q{Gema para realizar operaciones básicas con matrices (Tanto densas como dispersas)}
12
12
  spec.summary = %q{Gema para realizar operaciones básicas con matrices (Tanto densas como dispersas)}
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matrix_disp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonás López Mesa
8
- - Sergio
8
+ - Sergio Miguel Delgado
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []