flu-rails 8.0.1 → 8.0.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 +1 -1
- data/README.md +2 -2
- data/lib/flu-rails/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: fde08f865924f75af0fc55c572bb6d10c617275772848055f838234cbf64a515
|
|
4
|
+
data.tar.gz: f675884b945492c91c6dbb8713156e2559da185d3b585aac2598525f61ae0d3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4084a87a8b3ac4b9b3de65b6fd3e0c0c2cf6cc912afcb0570212dc38baa706fac873033cda2fd38e177659c62d0fe8e5f7fef941feee8419874b9064d865b32b
|
|
7
|
+
data.tar.gz: c4648f491c6d74e4f0a48cbcc5cedd164aee43b9e615f6c51108fdb5390869a96332b758a87c9b1203a65d9b96e35f7061e0bee317ed94b76535b26aa00add34
|
data/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
### [
|
|
8
|
+
### [8.0.2] - 2026-08-01
|
|
9
9
|
|
|
10
10
|
**Fixed**
|
|
11
11
|
|
data/README.md
CHANGED
|
@@ -304,8 +304,8 @@ scoped RubyGems credential.
|
|
|
304
304
|
3. Tag the commit and push the tag:
|
|
305
305
|
|
|
306
306
|
```
|
|
307
|
-
$ git tag -a v8.0.
|
|
308
|
-
$ git push origin v8.0.
|
|
307
|
+
$ git tag -a v8.0.2 -m "Version 8.0.2"
|
|
308
|
+
$ git push origin v8.0.2
|
|
309
309
|
```
|
|
310
310
|
|
|
311
311
|
The workflow then checks that the tag matches `Flu::VERSION`, runs the tests, builds the gem
|
data/lib/flu-rails/version.rb
CHANGED