Skip to content

Prepare RubyGems release#3

Merged
tylergibbs1 merged 1 commit into
masterfrom
codex/sdk-distribution-readiness
May 23, 2026
Merged

Prepare RubyGems release#3
tylergibbs1 merged 1 commit into
masterfrom
codex/sdk-distribution-readiness

Conversation

@tylergibbs1
Copy link
Copy Markdown
Collaborator

@tylergibbs1 tylergibbs1 commented May 23, 2026

Summary

  • add Gemfile, gem metadata, CI, RubyGems trusted-publishing release workflow, and Bundler gem release tasks
  • make README distinguish GitHub install today from RubyGems install after first release

Validation

  • ruby -c lib/verity.rb
  • gem build verity-sdk.gemspec
  • GitHub Actions matrix passes Ruby 2.7 through 3.4

Release note

Requires a pending RubyGems Trusted Publisher for gem verity-sdk, repo backworkai/verity-ruby, workflow release.yml, environment release.

@tylergibbs1 tylergibbs1 force-pushed the codex/sdk-distribution-readiness branch from 3170bc9 to 3502dc2 Compare May 23, 2026 19:40
@tylergibbs1 tylergibbs1 force-pushed the codex/sdk-distribution-readiness branch from 3502dc2 to c988237 Compare May 23, 2026 19:50
@tylergibbs1 tylergibbs1 marked this pull request as ready for review May 23, 2026 19:59
Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@tylergibbs1 tylergibbs1 merged commit 194c26a into master May 23, 2026
6 checks passed
@tylergibbs1 tylergibbs1 deleted the codex/sdk-distribution-readiness branch May 23, 2026 20:00
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c988237af5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
pull_request:
push:
branches:
- master
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Run CI on main branch pushes

The workflow only triggers on push to master, so commits pushed to the repository’s active main branch will not run CI at all. In this repo, that means the new syntax/build/load-path checks can be bypassed on normal branch updates, allowing regressions to land without automated validation.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant