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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1761760dd3ea36d9e6ce508b67e68bbdc439e0c150cf3f28a7a10d0502f53d5f
4
- data.tar.gz: 201f333ece9454c3b96cd999d70afecfa690933f1278240fc1d275a9a19e4807
3
+ metadata.gz: 67fe5b6b9aadb1128fe57bac05b3648e437eadf2adf3e54a14a863955e651fd5
4
+ data.tar.gz: f107127c8f3465d130023f1cea0dd2c319d897110d4c5363fa2722cc61d02958
5
5
  SHA512:
6
- metadata.gz: f939c30e60a8f59f342f4df5f2bce3b41b61c4b22e2b01f6466c803011934ac1eb1718d200984cb41a44e46c29bcc5d9757ae6cbd91b1cb92824f2a7691bab83
7
- data.tar.gz: 3d466f541437795ca9cdb53fbc3c6bf4a8e99608c505f766b044bf9764b1aead25e2e92d5b0783b42f8855de72094a40824e31c3f47e05e33379f7bc5f148e79
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.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Camillo
8
- autorequire:
8
+ - Edy Silva
9
+ - Carlos Lopes
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2026-02-20 00:00:00.000000000 Z
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.txt
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://example.com/logosoup
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.3.27
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: []
File without changes