hybrid-state-model 0.1.0 → 0.1.1

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: ccb639c4ad5854bb0d7d81dd251af7d7bff899112e2a19588b004b2a5c62d4b7
4
- data.tar.gz: 00a6d76e7b17bca056d3cc61cc3a77d0cd37aadb1246bff82c6c1c1c4becf3a6
3
+ metadata.gz: 28f6926c6badb24a3bb3f556ab10024bd815828b7e02b81f02b240ded414e776
4
+ data.tar.gz: edd079cd68176cb42570a22be7d2416531ad60c698f25c87308d9089d7d23d38
5
5
  SHA512:
6
- metadata.gz: 869f995dd5b782d748a2c64ee1f6c6419fa73a906897ea9579d1d8872ba3ba3ce415a8f5ee1b1a19ebaf6e6be56d7c04850a8bd9afda82a3e6c778e8d1e9694f
7
- data.tar.gz: 29f58c5169ee5c1444931632799e118647387016bab884b91bfffd592de5ce6f2d02b83d83db5c54c7f054dd5f9de4aa82f1e951e91e3eac8e9b4908824a9611
6
+ metadata.gz: 3e94488ec4a711356472754b5799d876a499a7b70f6d4e650bd6553fbe9a0470d010fee52b7bf1f7eab78235164ff2f926f7c26e3731ab8913fa75323f647fdc
7
+ data.tar.gz: d405af75952c993b9dbd5e2d75bdabc66fd6eb6774c53516ffebd450c6446ce6f48674f33eb3b4934f12a7ead4dc2134f1252a2b1814866f4ba86a3a219a67ae
@@ -5,8 +5,8 @@ require_relative "lib/hybrid_state_model/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "hybrid-state-model"
7
7
  spec.version = HybridStateModel::VERSION
8
- spec.authors = ["Your Name"]
9
- spec.email = ["your.email@example.com"]
8
+ spec.authors = ["Afshmini"]
9
+ spec.email = ["afshmini@gmail.com"]
10
10
 
11
11
  spec.summary = "A two-layer hierarchical state system for Ruby models"
12
12
  spec.description = <<~DESC
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HybridStateModel
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hybrid-state-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Afshmini
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-20 00:00:00.000000000 Z
11
+ date: 2025-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -85,7 +85,7 @@ description: |
85
85
  Primary State (high-level lifecycle) and Secondary Micro-State (small steps within primary state).
86
86
  Perfect for complex workflows that are too complex for flat state machines but don't need full orchestration.
87
87
  email:
88
- - your.email@example.com
88
+ - afshmini@gmail.com
89
89
  executables: []
90
90
  extensions: []
91
91
  extra_rdoc_files: []