similatron 0.1.0 → 0.1.1

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: ad680fcf560bab8fa96a85ecc6f5cecf7d32053c
4
- data.tar.gz: f5eb8e425ffdf0118d4e54da4ffce28e5acbba35
3
+ metadata.gz: 9f676649095b87596ec9c42ff37d16066e10e90c
4
+ data.tar.gz: b44f328dba0dc07eafe6f478d0ba9c49a2fe86ab
5
5
  SHA512:
6
- metadata.gz: 43f8ab420051ec7199ce5f678a17d3037e265b4c3f0f6b0dff6ab65bceed63d35645c284b63a9c4ae333cfb97ad17ecabd010f1c0b6dc9f4802fc5a3edaeb967
7
- data.tar.gz: 52bc0875f0314d97f3de537fa28bba4a5bd8a3d080dc39cdcac29a8a095952083a2e5ab65113540d6baae740d2d08c9d90eb815aa84a3b5e92113125d59a2e75
6
+ metadata.gz: 936419756140ab8adc5ef7cc7ab0defd458f12afab9f20d406c02eab63f9ff37abb9fe55fc650f0a7871ab0e8f2d4013cc0e04bebd8573da8baac3b991e71b9d
7
+ data.tar.gz: fac95688369f2abaf5f9ec8bba9b47482eb060f122ef48fd4eb217043ea8933c3b2f7d92bcd4452d8bf2c66a82861d1a123778f6a10fdc3ca894dc341307c1c4
@@ -1,3 +1,3 @@
1
1
  module Similatron
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/similatron.gemspec CHANGED
@@ -10,7 +10,11 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Diego Guerra"]
11
11
  spec.email = ["diego.guerra.suarez@gmail.com"]
12
12
 
13
- spec.summary = 'Check image similarities'
13
+ spec.summary = 'Find similarities between files'
14
+ spec.description =
15
+ "Similatron reports similarities between images, PDFs, or plain text files." \
16
+ "It's particularly useful for tests for image generating functionalities"
17
+ spec.homepage = "https://github.com/dgsuarez/similatron"
14
18
  spec.license = "MIT"
15
19
 
16
20
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: similatron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Guerra
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-03 00:00:00.000000000 Z
11
+ date: 2017-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description:
55
+ description: Similatron reports similarities between images, PDFs, or plain text files.It's
56
+ particularly useful for tests for image generating functionalities
56
57
  email:
57
58
  - diego.guerra.suarez@gmail.com
58
59
  executables: []
@@ -79,7 +80,7 @@ files:
79
80
  - lib/similatron/run.rb
80
81
  - lib/similatron/version.rb
81
82
  - similatron.gemspec
82
- homepage:
83
+ homepage: https://github.com/dgsuarez/similatron
83
84
  licenses:
84
85
  - MIT
85
86
  metadata: {}
@@ -102,5 +103,5 @@ rubyforge_project:
102
103
  rubygems_version: 2.5.1
103
104
  signing_key:
104
105
  specification_version: 4
105
- summary: Check image similarities
106
+ summary: Find similarities between files
106
107
  test_files: []