We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64d0cb commit 6107366Copy full SHA for 6107366
fern/products/sdks/overview/ruby/changelog/2025-12-11.mdx
@@ -0,0 +1,9 @@
1
+## 1.0.0-rc65
2
+**`(feat):`** Add CI workflow generation, .gitignore file, and wire test infrastructure:
3
+- Generate `.github/workflows/ci.yml` with lint and test jobs (triggers on push and pull_request)
4
+- Generate `.gitignore` file with `*.gem`
5
+- Config-driven wire-tests job: when `enableWireTests: true`, generates wire-tests CI job
6
+- Add `wire_helper.rb` for WireMock container lifecycle management using Minitest's `after_run` hook,
7
+ allowing users to run `bundle exec rake test` locally without manually managing docker compose
8
+
9
0 commit comments