logosoup 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: a6dfca01c38d15c3faf7708d2a2969d716d6c960bd333a215a0e242825ae73b3
4
- data.tar.gz: c8a6d79fb63790101d9979cd464828f966690a934584d56176f9fed4c343f9a9
3
+ metadata.gz: 67fe5b6b9aadb1128fe57bac05b3648e437eadf2adf3e54a14a863955e651fd5
4
+ data.tar.gz: f107127c8f3465d130023f1cea0dd2c319d897110d4c5363fa2722cc61d02958
5
5
  SHA512:
6
- metadata.gz: dcf293baabf9c0ca7f89eb2494e18ff663e8ef44955c903deee10826b4dff6a7911f19bf7432a8e245017f6f0aaf2f3e135bd2ee804095e57a67c2926da302d3
7
- data.tar.gz: c2f6d1b147e2bc1bf63cdc602e707bbf28a2b80c3a05a24deca65fbb33594b21e3e111868191903f364759f46e834ab290f6d2727ba5c0211ac005b62a864424
6
+ metadata.gz: 2e59620a2b73dfdabe91648bc1340518547fc6770014212b46787a87d72ea0f5f94e56343a93209c53db68777031f3f0b6fd9686cd3e673d827d46a5b6441892
7
+ data.tar.gz: 210817731df69c3d4fb82aab1684c61961c98bc0859038ea7da8b171b92f3b9986118c16af27e86db0d0c715c0a25f6200c7243d261f94a14b0898db4df4d33f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LogoSoup
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,10 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logosoup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Camillo
8
+ - Edy Silva
9
+ - Carlos Lopes
8
10
  bindir: bin
9
11
  cert_chain: []
10
12
  date: 1980-01-02 00:00:00.000000000 Z
@@ -18,7 +20,7 @@ dependencies:
18
20
  version: '1.15'
19
21
  - - "<"
20
22
  - !ruby/object:Gem::Version
21
- version: '1.19'
23
+ version: '2'
22
24
  type: :runtime
23
25
  prerelease: false
24
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +30,7 @@ dependencies:
28
30
  version: '1.15'
29
31
  - - "<"
30
32
  - !ruby/object:Gem::Version
31
- version: '1.19'
33
+ version: '2'
32
34
  - !ruby/object:Gem::Dependency
33
35
  name: ruby-vips
34
36
  requirement: !ruby/object:Gem::Requirement
@@ -217,14 +219,13 @@ dependencies:
217
219
  version: '6.1'
218
220
  description: Compute CSS sizing/alignment styles for SVG and raster logos with consistent
219
221
  perceived rendering.
220
- email:
221
- - alexandre.camillo@codeminer42.com
222
+ email: opensource@codeminer42.com
222
223
  executables: []
223
224
  extensions: []
224
225
  extra_rdoc_files: []
225
226
  files:
226
227
  - CHANGELOG.md
227
- - LICENSE.txt
228
+ - LICENSE
228
229
  - README.md
229
230
  - lib/logosoup.rb
230
231
  - lib/logosoup/core/background_detector.rb
@@ -237,7 +238,7 @@ files:
237
238
  - lib/logosoup/core/visual_center_transform.rb
238
239
  - lib/logosoup/style.rb
239
240
  - lib/logosoup/version.rb
240
- homepage: https://example.com/logosoup
241
+ homepage: https://github.com/Codeminer42/ruby-logo-soup
241
242
  licenses:
242
243
  - MIT
243
244
  metadata:
File without changes