ruby-esvidi 0.5.2 → 0.5.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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 03766101e6f4fa0d77d72a2c30aa1f56170b5632
4
- data.tar.gz: 24265d2eb3e6ec16464ec5927ce162c2b04a7a7f
2
+ SHA256:
3
+ metadata.gz: f2a4d92012cd3bdd5a5e2b2b19d5f0cbb6f9dcb049923c4e6201fa058fdedb9c
4
+ data.tar.gz: d0b5eea02a7eac84905adef96af4bc7ec277bf75220db6e0b7385fb736c11627
5
5
  SHA512:
6
- metadata.gz: 3ed34234dc9d2ff57e2c7dcc5e5d1c8da7df7f94b5cbd8bfc1f77e3a186840c7c75cf18ae29870a5816bf7bae3ec59167488d2e6cab6cf8f89ccffaeba464cb6
7
- data.tar.gz: fc0100467875e5da37526471adfaa8bc332ffdbc10f9c0b34b069f506ef7aa5662a342919743dbd4975c6c021df8827d0329483a4cd7d512ce797999c0e53d96
6
+ metadata.gz: d4563f50cf8bb05e8f98366da2317ef7dd73a456abb52e440af4685c02d545124d013a58ee561ab6f81e0d1d62d745e73b99be43f470f2ebb387a4f6658c3628
7
+ data.tar.gz: 9c31b737119f42a05e862bd06a9ddfb05700b6b2fedc786b3822d19c083c76a4c337c533c077ab581dfb5638cf2528361772ce11631d41e504bde92c1adb983b
data/README.md CHANGED
@@ -12,7 +12,7 @@ method (decomposes the matrix, transposes matrix V, diagonalises the S array int
12
12
  Sample Usage
13
13
  ------------
14
14
  ```ruby
15
- require 'ruby-svd'
15
+ require 'ruby-esvidi'
16
16
 
17
17
  tdm = SVDMatrix.new(4, 2)
18
18
  tdm.set_row(0, [1,0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-esvidi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Cannings
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2017-12-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Singular Value Decomposition with no dependency on GSL or LAPACK
15
- email: me@willcannings.com
15
+ email: oicitrapdraz@gmail.com
16
16
  executables: []
17
17
  extensions:
18
18
  - ext/extconf.rb
@@ -29,7 +29,7 @@ files:
29
29
  - lib/lsa.rb
30
30
  - lib/ruby-esvidi.rb
31
31
  - lib/svd_matrix.rb
32
- homepage: http://github.com/willcannings/ruby-svd
32
+ homepage: https://github.com/oicitrapdraz/ruby-esvidi
33
33
  licenses: []
34
34
  metadata: {}
35
35
  post_install_message:
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  requirements: []
51
51
  rubyforge_project:
52
- rubygems_version: 2.6.14
52
+ rubygems_version: 2.7.3
53
53
  signing_key:
54
54
  specification_version: 3
55
55
  summary: SVD for Ruby