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 +4 -4
- data/README.md +3 -3
- data/lib/trinsic_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: 2dfa1673bc3c15db37e252b2ffcda469f8d87c2ab86e4a916ed7ba59df70609c
|
4
|
+
data.tar.gz: 8157e0b1460965f9dfa48b8702783dc13dc7b81f2fd6368829ce1b883ba2d8ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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://
|
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
|
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://
|
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/)
|
data/lib/trinsic_api/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|