image_svd 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66400751ae0908db2cc49a77f51d2aacaa0418f1
4
- data.tar.gz: 40c59891f1db50ca96860464314c5b9f3d839cf4
3
+ metadata.gz: fbd4eb6daa67d38d9e364e65ee9f879917eee137
4
+ data.tar.gz: 86990b7c199a07d748f42dcfcf83c87e1039daef
5
5
  SHA512:
6
- metadata.gz: 24a2168981ee91080b1555416a17944e8c1e638c4aec9cf4bbd79c320b1a21ef7af1080aecb27127137f16f10de1cc1314592559f1aaaccc549c4a90ca151a75
7
- data.tar.gz: 1dc02a67c48e6869952854d86cd16a2b96212d95c31378b91585ba0f9fb7647be461a544db513ba8e20befe66020f89eaebc7e0a0e54aed920121595982ed9cd
6
+ metadata.gz: e56ab9aaaf75089644a09854b8fbb05b5b910e97b077632f40d889929fe1eca6060d4b86f0527f95f3d0e3f8b42f071dc0910f78eb83e90073a8d59af57e3878
7
+ data.tar.gz: bdd91086b238a63bbd88b72456155655347316f316942e0ce1bf04c89fed82afe069bb41c714b4c9969fa95ec3ef266c0efe2b21798fd5bb4a9a101616ef4e98
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['ilya@artsymail.com']
11
11
  spec.summary = 'Compress images with Linear Algebra.'
12
12
  spec.description = <<-EOF
13
- Break down grayscale image matricies into their
14
- singular value decomposition. Space saving, but CPU intensive.
13
+ Break down images into their singular value decomposition.
15
14
  EOF
16
15
  spec.homepage = 'https://github.com/ilyakava/image_svd'
17
16
  spec.license = 'MIT'
@@ -1,4 +1,4 @@
1
1
  # This module holds the gem's code
2
2
  module ImageSvd
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_svd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Kavalerov
@@ -95,8 +95,7 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  description: |2
98
- Break down grayscale image matricies into their
99
- singular value decomposition. Space saving, but CPU intensive.
98
+ Break down images into their singular value decomposition.
100
99
  email:
101
100
  - ilya@artsymail.com
102
101
  executables: