eventful.rb 2.1.1 → 2.1.2
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/CHANGELOG.md +7 -0
- data/lib/Eventful/VERSION.rb +1 -1
- data/lib/Eventful.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b570065ce6deae8ebafaa50d8abb0d1b94796a7f578a6f349ce6f58f8511ebb
|
|
4
|
+
data.tar.gz: a9586974108f22ea35ee47bb917a21a407b8ee5201b143e4797347e12061bb9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88f2bb73d3a3a68f4cb69528ceb834705379571d4d08c389e133a631e6b1018e18e8e3defa0d5a3b9372f982d14ef7e779a1b299b8879d48143a3b0000588e52
|
|
7
|
+
data.tar.gz: 6ead4eae95793cc73cfb0149bb7a306e8ea7a0478483c207845ff558c4e777a9e483857f40387abaf821c57e38f159e95dabdc2272c67970338c050ccfed3caa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# eventful/CHANGELOG.md
|
|
2
2
|
|
|
3
|
+
## 2.1.2 (20260910): ~ lib/Eventful.rb: + require of Eventful/VERSION, so a consumer can ask the library its version.
|
|
4
|
+
-----------------------------------------------------------------------------------------------------------------------
|
|
5
|
+
|
|
6
|
+
### ~
|
|
7
|
+
1. lib/Eventful.rb: + `require_relative File.join('Eventful', 'VERSION')`. The file has been present and unreached, so `require 'eventful.rb'` left Eventful::VERSION undefined and the gemspec was the only thing loading it.
|
|
8
|
+
2. Eventful::VERSION: /2.1.1/2.1.2/
|
|
9
|
+
|
|
3
10
|
## 2.1.1 (20260817): Populate .gitignore, + LICENSE.txt, include LICENSE.txt in the gemspec, and correct the README.
|
|
4
11
|
-----------------------------------------------------------------------------------------------------------------------
|
|
5
12
|
|
data/lib/Eventful/VERSION.rb
CHANGED
data/lib/Eventful.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eventful.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thoran
|
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
|
-
rubygems_version: 4.0.
|
|
125
|
+
rubygems_version: 4.0.19
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: Automatically change state with stateful.rb state machines.
|
|
128
128
|
test_files: []
|