0.0
No commit activity in last 3 years
No release in over 3 years
Patches the Savon gem so fixes are included
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.14
~> 0
~> 3.0
>= 0
~> 10.1
~> 2.14

Runtime

= 2.12.0
 Project Readme

Savon_fixes

This gem has been designed to be included if you require some of the open PRs on Savon and cannot upgrade the gem because of them.

Build

What does it do?

It monkey patches the Savon 2.12.0 version of the gem (will not work with other versions). This should not be a problem as it has been well over two years as of May 2020 since this version was release (17 Jan 2018).

Usage

Add in your Gemfile

gem 'savon_fixes'

Wherever you require savon, add:

require 'savon_fixes'

So that should end up looking like:

require 'savon'
require 'savon_fixes'

PRs incorporated and bugs fixed

Currently there is only one fix incorporated. There are many issues filed against this problem as the stalebot shuts them all down.

Contributing

Please create PR and follow the monkey patching approach already taken. Also please ensure there is a working test for your fix and that all the tests continue to pass.

Maintainers

Once all tests are passing, update lib/savon_fixes/version.rb to a new version, commit to master and the gem will be pushed to rubygems.