quonfig 0.0.21 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 417fb2012b91e48124294300c5d480ef08a822a6f5c42efff05e9334336ae884
4
- data.tar.gz: a5fe1a4548e4d332ada2ce2c01c4d74f604d1273ad8d58338d3ea8653670629c
3
+ metadata.gz: 4a4a3747c89f6d3eff1e1708f103c4b131784bb39826be73df5756bf2c52582a
4
+ data.tar.gz: 2346cd0fb9d75dc3bcbd382ffa312bfa1b67ae2fb6cb57321bf964f40aebc089
5
5
  SHA512:
6
- metadata.gz: aa3cd21079aad1feb9b7ddab61dacb4e9ebb79dcf1562b2283b46b50daa613fe844f9685015bd3f82efd3200817b8ba032899ce0a7a785a3fcfeda994417daf3
7
- data.tar.gz: 0d848cebe378a700f9accd09cdbe6dcd78071a83a9c56734fa765e094b36acadf5f888d46fbb7dbc81c76e06a0611ac68dc1a2689833aef08f57e2674cfe8c71
6
+ metadata.gz: 662491807b3ba2c9267c96b5cfbc9f9243e7fe0f096707710a354d27df339a5e058889d41dca1d5d4268b3bdac5d62db7b3f3577478343e70366091c198e61ad
7
+ data.tar.gz: f5d9141986179a7b184ef638e541d62fd575683f2c42b42387c87c9facacaaab0ec25fd7c50260310d74872f11edee11ef136597503b701dc1bea3c705a444d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.0 - 2026-06-06
4
+
5
+ - **Stable 1.0.0 release.** The Quonfig Ruby SDK is now declared stable. No API or
6
+ behavior changes from 0.0.21 — this is a coordinated 1.0.0 version stamp across
7
+ the entire Quonfig SDK family.
8
+
3
9
  ## 0.0.21 - 2026-06-02
4
10
 
5
11
  - **Dev-context injection is now default-on (qfg-bw7g.5).** `enable_quonfig_user_context` now defaults to `nil` (unset). When left unset it defaults to **on**, gated solely by the presence of `~/.quonfig/tokens.json`; the loader no-ops without that file, so this stays inert in production. New `dev_context_enabled?` precedence: explicit `enable_quonfig_user_context` option ?? `QUONFIG_DEV_CONTEXT` env (`true`/`false`) ?? `true`. Pass `enable_quonfig_user_context: false` or set `QUONFIG_DEV_CONTEXT=false` to opt out.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Quonfig
4
- VERSION = '0.0.21'
4
+ VERSION = '1.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quonfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Dwyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-02 00:00:00.000000000 Z
11
+ date: 2026-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport