Sha256: cdbc601665f21cd4664418dfe1aba1bdd0497ca89a817e8866212ff881e8b1ef
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
# Faraday XML [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gemhome/faraday-xml/ci)](https://github.com/gemhome/faraday-xml/actions?query=branch%3Amain) [![Gem](https://img.shields.io/gem/v/faraday-xml.svg?style=flat-square)](https://rubygems.org/gems/faraday-xml) [![License](https://img.shields.io/github/license/gemhome/faraday-xml.svg?style=flat-square)](LICENSE.md) Faraday XML Middleware. ## Installation Add this line to your application's Gemfile: ```ruby gem 'faraday-xml' ``` And then execute: ```shell bundle install ``` Or install it yourself as: ```shell gem install faraday-xml ``` ## Usage ```ruby require 'faraday/xml' # 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/gemhome/faraday-xml). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faraday-xml-0.0.1 | README.md |