jsii-ruby-runtime (reserved)

This is a placeholder release reserving the jsii-ruby-runtime gem name for the AWS CDK Ruby language bindings project, currently under review as aws/aws-cdk-rfcs#939.

It contains no functional code, is prerelease-versioned so dependency resolution never selects it by default, and carries a standing commitment to transfer ownership to AWS (gem owner --add) on request.

A working preview of the real gem is installable today from the credential-free preview channel:

source "https://rubygems.omarqureshi.net" do
  gem "jsii-ruby-runtime", ">= 0.0.0.pre"
end