trinsic_api 0.6.1 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86c4c956da0035fc576218c035b56c1dae7c3d66abb3f1cab8afd907d5ab9854
4
- data.tar.gz: e00ccdc044f6194b62a351a56b598a29c34ca85f4dd9557c1ef1fcc65b5f7eb3
3
+ metadata.gz: 2dfa1673bc3c15db37e252b2ffcda469f8d87c2ab86e4a916ed7ba59df70609c
4
+ data.tar.gz: 8157e0b1460965f9dfa48b8702783dc13dc7b81f2fd6368829ce1b883ba2d8ce
5
5
  SHA512:
6
- metadata.gz: 124a24c8d4ddf24ee9f77845185e36f8fb9d9e8fd0a38b0dbf3433a7a638ffc1b6b4012c451a48aed6bbeed5b5def90a400a1487ebbace323a171181d50467b7
7
- data.tar.gz: 6c97f710358db92f6d68a6d283440a1e8e0f71f8801f17772508ed535d23952d71a80242d0fe9d1ca83bbf52400b62f1c93196be49850faa464198e30d9c1ad3
6
+ metadata.gz: a0907f19f741a20b3d9c1012bd208c27c21fb1703e21ea7c054021fd93f057d238b7a141fa039fe79a0496932305c0b54fb7c6b9bfc1118733d30ec20673684f
7
+ data.tar.gz: 76d776c45014e61b9ba34f713686cd52edae1df84c3abc10bf394accb7ecb5e37ca28bf89a9894baebce8b236d5e066f87fcd699616f57b80ef1967c28c4a849
data/README.md CHANGED
@@ -8,7 +8,7 @@ applications written in Ruby.
8
8
 
9
9
  ## Documentation
10
10
 
11
- See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
11
+ See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
12
12
 
13
13
  ## Installation
14
14
 
@@ -43,13 +43,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h
43
43
 
44
44
  ## Support
45
45
 
46
- New features and bug fixes are released on the latest major version of the `trinsic_api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
46
+ New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
47
47
 
48
48
  Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).
49
49
 
50
50
  ## More Information
51
51
 
52
- - [API Reference](https://connect.docs.trinsic.id/reference)
52
+ - [API Reference](https://docs.trinsic.id/reference)
53
53
  - [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
54
54
  - [Our Blog](https://trinsic.id/blog/)
55
55
  - [Schedule a demo](https://trinsic.id/contact/)
@@ -11,5 +11,5 @@ Generator version: 7.8.0
11
11
  =end
12
12
 
13
13
  module TrinsicApi
14
- VERSION = '0.6.1'
14
+ VERSION = '1.0.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinsic_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trinsic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus