1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-07 11:25:51 +03:00

Replace ffi-backed HTTP client

Этот коммит содержится в:
Gleb Tv
2026-07-02 22:57:59 +03:00
родитель 85e97dc70c
Коммит 60319cb6bb
7 изменённых файлов: 209 добавлений и 142 удалений

Просмотреть файл

@@ -125,6 +125,16 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
- Write, clarify, or fix documentation
- Suggest or add new features
## Development
This gem uses the `glebtv/httpclient` fork for local development to avoid the `http` gem's `llhttp-ffi` dependency chain.
```sh
bin/setup
bundle exec rspec
bundle exec rubocop
```
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).