Skip to content

lukaso/savon_fixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fixes all the savon bugs that are not merged

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages