Recent Releases of https://github.com/thoughtbot/terrapin
https://github.com/thoughtbot/terrapin - v1.1.1
What's Changed
- Automatically Generated: Update Dynamic Section in README by @github-actions in https://github.com/thoughtbot/terrapin/pull/50
- Ruby 3.4 frozen string issues by @franmomu in https://github.com/thoughtbot/terrapin/pull/49
- Reset stubs for class methods and attributes by @sej3506 in https://github.com/thoughtbot/terrapin/pull/51
New Contributors
- @franmomu made their first contribution in https://github.com/thoughtbot/terrapin/pull/49
- @sej3506 made their first contribution in https://github.com/thoughtbot/terrapin/pull/51
- Ruby
Published by sej3506 8 months ago
https://github.com/thoughtbot/terrapin - v1.1.0
This release brings in several features which are merged into the wrong primary branch some time ago, plus brings working CI and fixes some tests too.
- Remove Travis CI configuration
- Fix the stderr test
- Add Ruby 3.3, 3.4 to the build matrix
- Upgrade actions/checkout from v2 to v4
- Upgrade JRuby to 9.4.12.0
- Insert an inspect on the exit status
- Don't hang on stderr
- Add 'logger' as development dependency (fixes ruby 3.4 warning)
- Use String.new to create a mutable string
- Ruby
Published by nickcharlton 11 months ago
https://github.com/thoughtbot/terrapin - terrapin v1.0.0
Breaking changes
Terrapin::CommandLine::PosixRunner was removed. The underlying posix-spawn gem hasn’t been supported for a while and was beginning to accumulate bugs. You can replace any usage of this with Terrapin::CommandLine::ProcessRunner, which uses Ruby’s builtin Process.spawn, and actually is more performant anyway. (#19)
Housekeeping
Moved CI from Travis to GitHub Actions (#16)
#16 Introduce GitHub Actions for CI
- Ruby
Published by elisuh about 3 years ago