okf-pro 1.0.1 → 1.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/lib/okf/pro/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c5dff457148e61a7f91e645012e321abbdd9b88305702a5cbdd369f91137488
4
- data.tar.gz: feced15759f2fe7643cd01134598732b21308c833add9c2afb065a583ca8b1de
3
+ metadata.gz: a908d8394cc7ea78e25a744f080813d34eb656b77274e3bb8db4397d222c3950
4
+ data.tar.gz: 687919c65db7bf0d42bc48f475cd88f636c01aaf87f49443d92c6de0fd434fb9
5
5
  SHA512:
6
- metadata.gz: 07a56060142661db3556dbf9c291a4547be629d0239f15b2e62f465fd41951ef278df7a5a61c08a4ad9b5c708d88ec6e82366129b6541cb2d47ff353dc9134f8
7
- data.tar.gz: 8896cc0a0dd77ff5f68d7ee3f2e9d56f5d2fad686b812a41509f7b98c647285e527011270ca5276f60c000ac3399cb48c250669f005855104807e0ee24010f45
6
+ metadata.gz: '0589ad1bd8edb04b767044692d20b271614fe37d60f598fe1b51ba436384142049da27d94d8281df54b0a485b658751e7ef2fe3d4c84a292b4593a61502d6c87'
7
+ data.tar.gz: 7afe1c08143bf0524f9deb5ce47e827276b59aa805f62cb65b2be5e5414bb542b1208a4b2a59826443ab1fde4e5680066fd047e6236007afc8b3e1b0e04e7ae3
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to okf-pro are documented here. The format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this gem uses
5
5
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.1.0] - 2026-08-22
8
+
9
+ ### Changed
10
+
11
+ - **The `okf` floor moves to 2.2.0**, with no change to this gem's own code. The
12
+ floor tracks the kernel each sibling develops against and may never lag it, so
13
+ the PR that bumps okf moves every sibling's line — `test/unit/gemspec_test.rb`
14
+ fails until it does. Nothing here reads a 2.2.0 surface yet; the rule is
15
+ defensive, and this is the gem where it matters most, since a missing okf
16
+ method raises inside a check whose crash the hook protocol reads as
17
+ *non-blocking* — a floor that lags does not error here, it stops gating.
18
+
19
+ A floor is part of the published contract, so moving it is a release even when
20
+ no code changed. Hence a version of its own rather than a line riding along
21
+ with the kernel's.
22
+
7
23
  ## [1.0.1] - 2026-08-20
8
24
 
9
25
  ### Fixed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OKF
4
4
  module Pro
5
- VERSION = "1.0.1"
5
+ VERSION = "1.1.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: okf-pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Serradura
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 2.1.1
18
+ version: 2.2.0
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: '3'
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 2.1.1
28
+ version: 2.2.0
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: '3'