hellosign-api 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15ab87c5fd112e345b597a6003f2614a14e1823e8e797f55b782e8ed2d1d5228
4
- data.tar.gz: ed736391c8754d83803b8c3af891b6769febee68d24bad1877c959f942597711
3
+ metadata.gz: 001baad3aa7c23febe7af8ad714f20019ba34e9928917fe25ed90d3a67617493
4
+ data.tar.gz: 3f2bf84222a797ec9075bc4613caa9ac2edde3146bf98b90931d9c22016a1d35
5
5
  SHA512:
6
- metadata.gz: 9f280d46b5e049341a2ff061753f382c7b687850868ea5d4042ae8b03feff053f61e1c0fc173a9a563f6b78dc8cb814b97234bc5d61b49dadae8f1bf6e75746b
7
- data.tar.gz: 63e5a92a49eadcabaa3397b8c7b6895f8ffaf0717eeebeedb2c5ae67944e92c588c11b36196ca1472e4f1d09d62a7b30f89991e6a6ed96bcb66c05f390e79d78
6
+ metadata.gz: 928ea0c0ef71686fee9d9ba74622691cb9241a9c5cb85329cb4395c85c3d348bc6591b4b3acb34a30eda9ca5983cc92e88d35ed0bc4f1e5e611c84dab3b3c272
7
+ data.tar.gz: a580a733c71d27e79f4400f7ead99b169042745c8dd6d77b9ce004899a931216b3177989c8197b36200ae3b30815615bec313f7e66d52a4826d3ac8de0d4d16f
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.email = 'aubrey@withgrayce.com'
36
36
  spec.summary = 'A Ruby SDK for the HelloSign API.'
37
37
  spec.description = ''
38
- spec.homepage = 'http://www.hellosign.com'
38
+ spec.homepage = 'https://github.com/withgrayce/hellosign-api'
39
39
  spec.license = 'MIT'
40
40
 
41
41
  spec.files = `git ls-files -z`.split("\x0")
@@ -21,5 +21,5 @@
21
21
  # SOFTWARE.
22
22
 
23
23
  module HelloSign
24
- VERSION = '1.0.0'
24
+ VERSION = '1.0.1'
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellosign-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign, Aubrey Holland
@@ -201,7 +201,7 @@ files:
201
201
  - spec/hello_sign_spec.rb
202
202
  - spec/scenarios/uploads_spec.rb
203
203
  - spec/spec_helper.rb
204
- homepage: http://www.hellosign.com
204
+ homepage: https://github.com/withgrayce/hellosign-api
205
205
  licenses:
206
206
  - MIT
207
207
  metadata: {}