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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 721522defefd5f7c30f0cd24dd1773b6191cf93bc8162d791e349883dd91698f
4
- data.tar.gz: 3d5e0c52ddbffbdf5c021647a76460acde5726ca1201bda1022d21fdb3095a05
3
+ metadata.gz: fde08f865924f75af0fc55c572bb6d10c617275772848055f838234cbf64a515
4
+ data.tar.gz: f675884b945492c91c6dbb8713156e2559da185d3b585aac2598525f61ae0d3d
5
5
  SHA512:
6
- metadata.gz: 9965aef8635a94a1f2e8843253e3c8817b2b6b0f61f13b1f0137a1d555eb638c6e12d4f620c004e47f3365cec9fc9da57a2076e629f53ea11df045c21a0c0a27
7
- data.tar.gz: 5818a4c90e2b819a12483f9683a75119c33e6573b57e0952916a3cbd258dd6d0e536be85105efbb1b1415fafa105c5de9de478ae3976a06f12ab2f28a86203a8
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
- ### [Unreleased]
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.1 -m "Version 8.0.1"
308
- $ git push origin v8.0.1
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
@@ -1,3 +1,3 @@
1
1
  module Flu
2
- VERSION = "8.0.1"
2
+ VERSION = "8.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.1
4
+ version: 8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loïc Vigneron