Sha256: e76a9c45c0ce8307ffeb9c69a9725898bbd6e1c4ec1cc8cbae23f5e385fdca5b
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
# Faraday Verbose Ws Wrapper [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/masciugo/faraday-verbose_ws_wrapper/ci)](https://github.com/masciugo/faraday-verbose_ws_wrapper/actions?query=branch%3Amain) [![Gem](https://img.shields.io/gem/v/faraday-verbose_ws_wrapper.svg?style=flat-square)](https://rubygems.org/gems/faraday-verbose_ws_wrapper) [![License](https://img.shields.io/github/license/masciugo/faraday-verbose_ws_wrapper.svg?style=flat-square)](LICENSE.md) faraday middleware to make Rails logger more verbose. ## Installation Add this line to your application's Gemfile: ```ruby gem 'faraday-verbose_ws_wrapper' ``` And then execute: ```shell bundle install ``` Or install it yourself as: ```shell gem install faraday-verbose_ws_wrapper ``` ## Usage ```ruby require 'faraday/verbose_ws_wrapper' # TODO ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. To install this gem onto your local machine, run `rake build`. To release a new version, make a commit with a message such as "Bumped to 0.0.2" and then run `rake release`. See how it works [here](https://bundler.io/guides/creating_gem.html#releasing-the-gem). ## Contributing Bug reports and pull requests are welcome on [GitHub](https://github.com/masciugo/faraday-verbose_ws_wrapper). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faraday-verbose_ws_wrapper-0.1.1 | README.md |
faraday-verbose_ws_wrapper-0.1.0 | README.md |