Project

eet_signer

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Fork of original Signer gem with explicit namespaces possible
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 1.5.1
 Project Readme

Signer

This is a fork of original Signer gem with applied patch for explicit signature namespaces and some defaults changes.

Why?

We needed the explicit namespaces feature for other gems and it's much easier to do so with normal ruby gem rather than github fork.

Installation

gem install eet_signer

Usage

For usage please see original gem's documentation. This gem should be rebased with the original gem regularly.

Explicit signature namespaces

If you need Signature tags to be in explicit namespace (say, <ds:Signature>) instead of to be in implicit default namespace you can specify next option:

signer.ds_namespace_prefix = 'ds'