codex-ruby 0.1.2 → 0.1.3

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: db45d058e2d271fe579ab9e4a614b571e194496c70d60b36470ad5fb5a7ebcbc
4
- data.tar.gz: e243fc97acdb98e1ee2aaf2554b5f13c51a98e41df256fcb9f476ce61f8bf7e3
3
+ metadata.gz: cd89bf1b7b6902ec808109dce2c8f679038d2d2262838bfe65a9082150b89f1a
4
+ data.tar.gz: 74c7018a03c9582547a85ccfcb7bc5c6c88c243143e74ed2af6b35e8e98ca470
5
5
  SHA512:
6
- metadata.gz: 00453f4fa7796cd76712465d9830264b57b79fc8a0261ad4092889ca3387a2db5bee8ffd23ba06349930666458789eff4d95c19761de97c1460ff11c5a046a3e
7
- data.tar.gz: f28130158754e20ed7bb5452e14f43f453b436184fbe25ab804cfb8f02236edca1b1968b335f512dd329715e153fc7692f18e6b00953be2c00f425e6af0e3bd2
6
+ metadata.gz: fe17a60cfa4b006765eeebe42ec102bca9f5a2fb4291964a3d32600009ca01a191bab4d2984ea916b2a3ebbafa54cf959a07578b0d5b77f51acc642125182218
7
+ data.tar.gz: aa1b452e07cfd8e30152b3de77ccf03c0546d95f70982595532f77f02b3f640ca1692cf57a91c0938c01e1d31253bcce3bda0408b3c7436c8963fb71d595cb67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.3 (2026-06-16)
4
+
5
+ - Add `AGENTS.md` with contributor and release rules for AI agents
6
+ - Disable the `Gemspec/RequireMFA` RuboCop cop to match the intentionally MFA-free release setup
7
+
3
8
  ## 0.1.2 (2026-04-19)
4
9
 
5
10
  - Expose rollout-derived `context_snapshot` data on `Exec`, `AgentThread`, and blocking `Turn` results
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodexSDK
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codex-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Kopylov
@@ -37,7 +37,6 @@ metadata:
37
37
  homepage_uri: https://github.com/tonic20/codex-ruby
38
38
  source_code_uri: https://github.com/tonic20/codex-ruby
39
39
  changelog_uri: https://github.com/tonic20/codex-ruby/blob/main/CHANGELOG.md
40
- rubygems_mfa_required: 'true'
41
40
  rdoc_options: []
42
41
  require_paths:
43
42
  - lib