stateful.rb 2.3.5 → 2.3.6
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/Stateful/VERSION.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a720d28c3d06ccdcb1155a089d8ec9033126ec6fa89788cd2c09c578a4bc9816
|
|
4
|
+
data.tar.gz: b52ee4a6ae84108488c462b0f4a422d7995cec4facff811fefd57316388fc3ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53b371f9b4646cf9457fc4d0735bcc1dcf0e3bc36d5f2b7bcc322232fa5e37c853ad92d0a07adfdb73a9a0a72f4b8ff4cb5bc14c3a48d47999a07b27dd41325a
|
|
7
|
+
data.tar.gz: a5e4e6642b2a27f2aaf59e812706e867a608a5588bb953ea67beeb0d304f88d843c8999b2769c0cdd5eb5c092a9cb295e413e95ab7a8e91a347b9bc54b0636d3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# stateful/CHANGELOG.md
|
|
2
2
|
|
|
3
|
+
## 2.3.6 (20260912): ~ .gitignore: + current default contents
|
|
4
|
+
----------------------------------------------------------------------------------------------------
|
|
5
|
+
|
|
6
|
+
### ~
|
|
7
|
+
1. .gitignore: 3 lines --> the standard 47, covering gem builds, bundler, RDoc and YARD output, .DS_Store, editor files and coverage output. What was there was *.gem, Gemfile.lock and .claude.
|
|
8
|
+
2. Stateful::VERSION: /2.3.5/2.3.6/
|
|
9
|
+
|
|
3
10
|
## 2.3.5 (20260912): ~ the requires: /File.join('a', 'b')/'a\/b'/; - the blank line inside each class and module.
|
|
4
11
|
----------------------------------------------------------------------------------------------------
|
|
5
12
|
|
data/lib/Stateful/VERSION.rb
CHANGED