composable-core 0.0.12 → 0.0.13

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: c96ef190ca77b40d2f3cefd876a7a9b4ebba438ba691ca2d19e0f5324d8a204b
4
- data.tar.gz: f20b1305822b2563168c981cc31189cff9c0297361885d48a44534a64d87c022
3
+ metadata.gz: 70e5155da7770ce04fad201ba581124b87f97ea3979d58f6d632667332c19128
4
+ data.tar.gz: 71d9e06091dd8393992300ef63511e47ca0cd82ad8f31721b310088d4e502f63
5
5
  SHA512:
6
- metadata.gz: 3d6aa5b78ac5e5e44d88f0a892d8cd4f041b21785ca51616e9e3e79e73472348d25361b94f3ed32464b6f8106d7b530c2cdbc2d1b475a3d692c16bf94d7a0eec
7
- data.tar.gz: b63929830119a1d174f42377e718d1d8bb04b0f9f0952d1b5ca1f3620addf66fc647bd9aa707c4226b428378bb9256b042fca6b7caea571733a3a0966b29dfe2
6
+ metadata.gz: d49c2269c53bfc9547cb5a3a17962fc2db38ac490b377e75250f503f091e232efcb1aef030db020d1ed8f4f138b9b3986b5b768f07c5560c7f1278209db8882a
7
+ data.tar.gz: 85397c8020abf54b51976494ccc9aef9ba71e8714b2618990243aa0845687b246627950afc71e2f1c1e1cc52a9621ffaef7355d435e7e4c46dd85c7d03fa2f27
@@ -10,7 +10,7 @@ module Composable
10
10
  module VERSION
11
11
  MAJOR = 0
12
12
  MINOR = 0
13
- TINY = 12
13
+ TINY = 13
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: composable-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jairo Vazquez
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-03-02 00:00:00.000000000 Z
10
+ date: 2025-08-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -64,7 +63,6 @@ metadata:
64
63
  homepage_uri: https://github.com/jairovm/composables
65
64
  source_code_uri: https://github.com/jairovm/composables/tree/main/composable-core
66
65
  changelog_uri: https://github.com/jairovm/composables/tree/main/composable-core/CHANGELOG.md
67
- post_install_message:
68
66
  rdoc_options: []
69
67
  require_paths:
70
68
  - lib
@@ -79,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
77
  - !ruby/object:Gem::Version
80
78
  version: '0'
81
79
  requirements: []
82
- rubygems_version: 3.5.5
83
- signing_key:
80
+ rubygems_version: 3.6.2
84
81
  specification_version: 4
85
82
  summary: Core Composable Object
86
83
  test_files: []