clicksign-api 1.1.7.alpha → 1.1.8.alpha
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/Gemfile.lock +1 -1
- data/lib/clicksign/api/requests.rb +0 -8
- data/lib/clicksign/api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c6e4b5ae39f037d3ea4ce8ce455ebc92ca492832e54de93e24286fbb108ab8e
|
|
4
|
+
data.tar.gz: 79fc0a42e8a53fb4081a5a6861a1ffdcd63b67b03793683659627f57de982913
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26a9030878a01ea4c5867a3b07345b939a9a48bfcb6a8f0a46f7ce66d0a965ad09e5eb67a8bd6235dd02e44dfb757b502986ca348a50fb81d8f4b7963d453b95
|
|
7
|
+
data.tar.gz: 471e4123343623857176947d282862fd16f22f071889015603eaba9ceba6c7d311868179a127fefc08c72a9ac0f8d8fe2e99b05c46f48aa21eeb8e3c28cd263b
|
data/Gemfile.lock
CHANGED
|
@@ -32,14 +32,6 @@ module Clicksign
|
|
|
32
32
|
|
|
33
33
|
private
|
|
34
34
|
|
|
35
|
-
def patch(request_path, body, token)
|
|
36
|
-
conn.patch do |req|
|
|
37
|
-
req.url request_path, { access_token: Clicksign::API.credentials[token] }
|
|
38
|
-
req.headers['Content-Type'] = 'application/json'
|
|
39
|
-
req.body = body.to_json
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
|
|
43
35
|
def conn
|
|
44
36
|
@conn ||= Faraday.new(url: Clicksign::API.url)
|
|
45
37
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clicksign-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.8.alpha
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francisco Martins
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
199
|
version: 1.3.1
|
|
200
200
|
requirements: []
|
|
201
|
-
rubygems_version: 3.0.
|
|
201
|
+
rubygems_version: 3.0.9
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
204
|
summary: Clicksign API ruby interface
|