docusign_dtr 0.3.6 → 0.3.7

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: f49b1b0c24da28abca9520e5faa9e77a705b418453b7d6773f28efb9f7a5496b
4
- data.tar.gz: 2ae8cc61e0d4296be70df17eed684992a3b480c1b3fa32833208de63af6d75f5
3
+ metadata.gz: d56607dfeb92e64937b9b0324272ba30ddc153a91b845d94e203560cad946606
4
+ data.tar.gz: 34c33093ed66ab988d20bfb8f4b2f60c6717f6f6e85391e05f7635c71470b78d
5
5
  SHA512:
6
- metadata.gz: 2ad67fb2bf2830cb362c51a738bd01da25fcfaa8c4bfe7e67ab63bd845b059b52f0f46b56018e03b01ef9663440a1a4bb23283f30107341c040a88123dfc5e49
7
- data.tar.gz: 21abc17dc833593aab1fc1afc257cc19f9dba2c9dd27393950cf82337e8970385351a280cf7fa473fc781296a0747a5ee0dc4f24486a5824e30b82b17c5a3165
6
+ metadata.gz: 042ca675e6c664d9dd0186f7f73dd2fda0263486561dd208a03f93c74693044ce0f7d7482ac108fa6d31e80d3eb053b052a1d47a093daf8553951d66c4f1dcfc
7
+ data.tar.gz: 83ad04197d10309bd2af7a3d081e4fd86a57c2098b3513a02ac11b6fe8dc3f1475ab9189e0bc60c49016c85cb511254a5e92ed951d3ef1d37d858b03c1a49ce2
@@ -1,4 +1,2 @@
1
- `��w6
2
- gs�v��|n���#� ��#�(���>��E(�η�+��v���
3
- ��jդ��� �9�l��h�������Х���u�kvg�QR~��a5�S��:
4
- eRr��4�O���N˶�ۿ��,:[��SU]�r릤���L'CA�
1
+ ��x���1YA�`5�Վ�(���� +cz�䤗�!�ą���GUC�IS��s';�^9G�fsto�W9�鳕�d��nx?�e/
2
+ �>s��<�OD���u���*��I�#��6wWˡ�j� �\2q�&X���??%WW��m{_mО��u���z ��%��o����G�cxO)T$e|gd�~!U��ҏ$+��Ö���ċ�j��h5p%���O�W���`��hH_O�kZ�wv��������Ԙ��R.�Ū��[�ɢ���w �� ���
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -37,7 +37,7 @@ end
37
37
 
38
38
  puts "Your access token is #{auth.access_token}"
39
39
  ```
40
- Now you can use the ```access_token``` in the docusign [api explorer](https://stage.cartavi.com/restapi/swashbuckle/ui/index).
40
+ Now you can use the ```access_token``` in the docusign [api explorer](https://demo.rooms.docusign.com/restapi/swashbuckle/ui/index).
41
41
 
42
42
  When you receive a DocusignDtr::ConsentRequired error Send your client to the grant_url above and they will be required to authenticate your app. Once they authorize your app they will be redirected to the redirect_url (for now its google.com)
43
43
  When you receive an auth object you can use the access_token to connect to resources:
@@ -157,7 +157,7 @@ module DocusignDtr
157
157
  end
158
158
 
159
159
  def base_uri
160
- @base_uri ||= @test_mode ? 'https://stage.cartavi.com/restapi/v1' : 'https://realestate.docusign.com/restapi/v1'
160
+ @base_uri ||= @test_mode ? 'https://demo.rooms.docusign.com/restapi/v1' : 'https://rooms.docusign.com/restapi/v1'
161
161
  end
162
162
 
163
163
  private
@@ -1,3 +1,3 @@
1
1
  module DocusignDtr
2
- VERSION = '0.3.6'.freeze
2
+ VERSION = '0.3.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docusign_dtr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loft47
@@ -34,7 +34,7 @@ cert_chain:
34
34
  yOvdqdXagQS1TU48a0H7/FD4KPhHAknpwcdrwauM6J+qCAROlwuQXeBylhs4rkJA
35
35
  TPT0mp1duWsnjwSWtSfLG8IE0L3oXHV0KzDLQg==
36
36
  -----END CERTIFICATE-----
37
- date: 2019-08-22 00:00:00.000000000 Z
37
+ date: 2019-09-16 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: coveralls
metadata.gz.sig CHANGED
Binary file