clicksign-ruby-sdk 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/REVISION +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 024ed685d9449c137feb29b2f17f28ad7527d192054b55579d43392ee8ad082b
|
|
4
|
+
data.tar.gz: 7163973ef76a1401ada8987d4a1fb28cc46aa84d894c2ad5e842ec17d92dd8f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8316e8dbe6a8ffc356f218abfc8cc083a27cea9ad8f59d4bdbeafc3604d27d2e6a244e15ad9ab7b4f56e05d08a83eb617286365fc9e875c644bd8b79113ad96
|
|
7
|
+
data.tar.gz: becaa5c383cc36e13d6b4541cf37908bf9581e6e5066e735e6a890c02c204fae0229c64d49ee36e5faedb6a13860622c7044e8ea3d7b803780ddd3a20a6e7cec
|
data/REVISION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.10
|
metadata
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clicksign-ruby-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Danilo Josino
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
13
|
-
management, signing workflows and webhooks. JSON:API compliant, no runtime
|
|
14
|
-
beyond the Ruby stdlib.
|
|
12
|
+
description: Unofficial Ruby SDK for the Clicksign e-signature API (v3). Supports
|
|
13
|
+
envelope management, signing workflows and webhooks. JSON:API compliant, no runtime
|
|
14
|
+
dependencies beyond the Ruby stdlib.
|
|
15
15
|
executables: []
|
|
16
16
|
extensions: []
|
|
17
17
|
extra_rdoc_files: []
|