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 +4 -4
- data/lib/logosoup/version.rb +1 -1
- metadata +8 -7
- /data/{LICENSE.txt → LICENSE} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67fe5b6b9aadb1128fe57bac05b3648e437eadf2adf3e54a14a863955e651fd5
|
|
4
|
+
data.tar.gz: f107127c8f3465d130023f1cea0dd2c319d897110d4c5363fa2722cc61d02958
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e59620a2b73dfdabe91648bc1340518547fc6770014212b46787a87d72ea0f5f94e56343a93209c53db68777031f3f0b6fd9686cd3e673d827d46a5b6441892
|
|
7
|
+
data.tar.gz: 210817731df69c3d4fb82aab1684c61961c98bc0859038ea7da8b171b92f3b9986118c16af27e86db0d0c715c0a25f6200c7243d261f94a14b0898db4df4d33f
|
data/lib/logosoup/version.rb
CHANGED
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.
|
|
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: '
|
|
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: '
|
|
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
|
|
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://
|
|
241
|
+
homepage: https://github.com/Codeminer42/ruby-logo-soup
|
|
241
242
|
licenses:
|
|
242
243
|
- MIT
|
|
243
244
|
metadata:
|
/data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|