logosoup 0.1.2 → 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 -10
- /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,14 +1,15 @@
|
|
|
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
|
-
|
|
8
|
+
- Edy Silva
|
|
9
|
+
- Carlos Lopes
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: nokogiri
|
|
@@ -218,14 +219,13 @@ dependencies:
|
|
|
218
219
|
version: '6.1'
|
|
219
220
|
description: Compute CSS sizing/alignment styles for SVG and raster logos with consistent
|
|
220
221
|
perceived rendering.
|
|
221
|
-
email:
|
|
222
|
-
- alexandre.camillo@codeminer42.com
|
|
222
|
+
email: opensource@codeminer42.com
|
|
223
223
|
executables: []
|
|
224
224
|
extensions: []
|
|
225
225
|
extra_rdoc_files: []
|
|
226
226
|
files:
|
|
227
227
|
- CHANGELOG.md
|
|
228
|
-
- LICENSE
|
|
228
|
+
- LICENSE
|
|
229
229
|
- README.md
|
|
230
230
|
- lib/logosoup.rb
|
|
231
231
|
- lib/logosoup/core/background_detector.rb
|
|
@@ -238,12 +238,11 @@ files:
|
|
|
238
238
|
- lib/logosoup/core/visual_center_transform.rb
|
|
239
239
|
- lib/logosoup/style.rb
|
|
240
240
|
- lib/logosoup/version.rb
|
|
241
|
-
homepage: https://
|
|
241
|
+
homepage: https://github.com/Codeminer42/ruby-logo-soup
|
|
242
242
|
licenses:
|
|
243
243
|
- MIT
|
|
244
244
|
metadata:
|
|
245
245
|
rubygems_mfa_required: 'true'
|
|
246
|
-
post_install_message:
|
|
247
246
|
rdoc_options: []
|
|
248
247
|
require_paths:
|
|
249
248
|
- lib
|
|
@@ -261,8 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
260
|
- !ruby/object:Gem::Version
|
|
262
261
|
version: '0'
|
|
263
262
|
requirements: []
|
|
264
|
-
rubygems_version: 3.
|
|
265
|
-
signing_key:
|
|
263
|
+
rubygems_version: 3.6.9
|
|
266
264
|
specification_version: 4
|
|
267
265
|
summary: Framework-agnostic logo normalization (CSS style output)
|
|
268
266
|
test_files: []
|
/data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|