Sha256: 3688e382b2abf8a3349270996d3f702fe452f842e59db3ce336fbde28e4bef5a
Contents?: true
Size: 725 Bytes
Versions: 1
Compression:
Stored size: 725 Bytes
Contents
# Signer This is a fork of original [Signer](https://badge.fury.io/rb/signer.svg) 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 ```bash 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: ```ruby signer.ds_namespace_prefix = 'ds' ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eet_signer-1.6.0 | README.md |