microfsm 0.1.9 → 0.1.10

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: 0d2e652821a740ba42ae709c3e978631c4a1467649e15b69aedaa07d257141f4
4
- data.tar.gz: c333a20cee8e96dec737b822d6aa96909458a0f61801751d6c0857fa71ee87a6
3
+ metadata.gz: a01daa1886bcb3bd776f670e34fb6dae95a817707e6061bddbded1cec021661b
4
+ data.tar.gz: 28775fed9e92be9913912508ec3ca66c27e70d361d7bbe17c08bd84ce6170d25
5
5
  SHA512:
6
- metadata.gz: 577d4e3640dd78a8a8ee56f5a10c726c180a2e9d47d0775bb53162be29196cb88e37534189fd644e537e0f3da0fa11b93783e66fa08d5ab5298dc3d613748209
7
- data.tar.gz: '0950e2d2b4dbf8733c24890e065e4d3ac4973b6fddd02e0b31e523215200d3caa81843a634070dc6f04e018dee58f1808b7882338d034f25f7fcb60fb9755bc3'
6
+ metadata.gz: 9734e1f849e44ccae2a55e1f2f48487980a0965ad25464b1b3a65f07e31cc27a23be56ede14ea8a28db569637f3be4e7830e32bfe59cf5106c8dd9d97791c357
7
+ data.tar.gz: cf2b4b5d2be2e14b8711922c6bd3143134f807fcdf78490c7c6b1ab622894fb54aad7552324a7d0bf2f8eb079d39093f4c82fbfd4ca3bd3378a37ac8b54b2e73
data/MIT-LICENSE CHANGED
@@ -1,5 +1,3 @@
1
- The MIT License (MIT)
2
-
3
1
  Copyright (c) 2021-2024 Dittmar Krall (www.matiq.com)
4
2
 
5
3
  Permission is hereby granted, free of charge, to any person obtaining
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/microfsm.svg)](https://badge.fury.io/rb/microfsm)
4
4
  [![GEM Downloads](https://img.shields.io/gem/dt/microfsm?color=168AFE&logo=ruby&logoColor=FE1616)](https://rubygems.org/gems/microfsm)
5
+ [![rake](https://github.com/matique/microfsm/actions/workflows/rake.yml/badge.svg)](https://github.com/matique/microfsm/actions/workflows/rake.yml)
6
+ [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standardrb/standard)
7
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
5
8
 
6
9
  MicroFSM implements a minimal/simple Finite-State Machine (FSM).
7
10
  Transitions are triggered by events.
@@ -106,5 +109,5 @@ Check the _examples_ directory for more information.
106
109
 
107
110
  ## Miscellaneous
108
111
 
109
- Copyright (c) 2021-2023 Dittmar Krall (www.matiq.com),
112
+ Copyright (c) 2021-2024 Dittmar Krall (www.matiq.com),
110
113
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class MicroFSM
4
- VERSION = "0.1.9" # 2024-05-22
4
+ VERSION = "0.1.10" # 2024-10-20
5
+ # VERSION = "0.1.9" # 2024-05-22
5
6
  # VERSION = "0.1.7" # 2023-12-12
6
7
  # VERSION = "0.1.6" # 2023-04-25
7
8
  # VERSION = "0.1.5" # 2022-12-22
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ class MicroFSM
4
+ VERSION = "0.1.9" # 2024-05-22
5
+ # VERSION = "0.1.7" # 2023-12-12
6
+ # VERSION = "0.1.6" # 2023-04-25
7
+ # VERSION = "0.1.5" # 2022-12-22
8
+ # VERSION = "0.1.3" # 2021-06-22
9
+ # VERSION = "0.1.2" # 2021-02-10
10
+ # VERSION = "0.1.1" # 2021-02-08
11
+ # VERSION = "0.0.1" # 2021-01-24
12
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microfsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-22 00:00:00.000000000 Z
11
+ date: 2024-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -54,11 +54,12 @@ files:
54
54
  - examples/callbacks.rb
55
55
  - lib/microfsm.rb
56
56
  - lib/microfsm/version.rb
57
+ - lib/microfsm/version.rb.bak
57
58
  homepage: https://github.com/matique/microfsm
58
59
  licenses:
59
60
  - MIT
60
61
  metadata: {}
61
- post_install_message:
62
+ post_install_message:
62
63
  rdoc_options: []
63
64
  require_paths:
64
65
  - lib
@@ -73,8 +74,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  - !ruby/object:Gem::Version
74
75
  version: '0'
75
76
  requirements: []
76
- rubygems_version: 3.5.10
77
- signing_key:
77
+ rubygems_version: 3.5.20
78
+ signing_key:
78
79
  specification_version: 4
79
80
  summary: Minimal Finite State Machine.
80
81
  test_files: []