tanker-core 3.2.0.beta.1 → 3.2.1.alpha.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3881f9dc37a85017e1ada18396bb6dd48c162c62916a66fefdc7efce3e953e0c
|
4
|
+
data.tar.gz: 5db95dde323d1edf22bb79f3d8fa33ac8add2227160d832123ac66afddc6282f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07a701f33ef1ef04567c421a64759e41298d8ed75cb51f1aa190d08e0b21f46cef160b95f1792d25ca3ad52c0223ad42bc36ad4fb8b35c73b91d1cb2a87280e3
|
7
|
+
data.tar.gz: d601fbe8fa5d7d511dbd621e1e689d37060d25f3ef325a0536197f4afca28a6e6e7ee33e4e05c383e3767f6f724d2d4d29ff22efcf51d31971d70a2f5c2c2626
|
data/lib/tanker/core/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tanker-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1.alpha.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tanker team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -41,14 +41,12 @@ dependencies:
|
|
41
41
|
description: |
|
42
42
|
Ruby bindings for the Tanker SDK.
|
43
43
|
Tanker is a platform as a service that allows you to easily protect your users' data with end-to-end encryption through a SDK
|
44
|
-
email:
|
45
|
-
- tech@tanker.io
|
44
|
+
email:
|
46
45
|
executables: []
|
47
46
|
extensions: []
|
48
47
|
extra_rdoc_files: []
|
49
48
|
files:
|
50
49
|
- LICENSE
|
51
|
-
- README.rst
|
52
50
|
- lib/tanker-core.rb
|
53
51
|
- lib/tanker/c_tanker.rb
|
54
52
|
- lib/tanker/c_tanker/c_datastore.rb
|
@@ -82,14 +80,13 @@ files:
|
|
82
80
|
- vendor/tanker/darwin-aarch64/libctanker.dylib
|
83
81
|
- vendor/tanker/darwin-x86_64/libctanker.dylib
|
84
82
|
- vendor/tanker/linux-x86_64/libctanker.so
|
85
|
-
homepage:
|
83
|
+
homepage:
|
86
84
|
licenses:
|
87
85
|
- Apache-2.0
|
88
86
|
metadata:
|
89
|
-
homepage_uri: https://tanker.io
|
90
87
|
rubygems_mfa_required: 'true'
|
91
88
|
source_code_uri: https://github.com/TankerHQ/sdk-ruby
|
92
|
-
post_install_message:
|
89
|
+
post_install_message:
|
93
90
|
rdoc_options: []
|
94
91
|
require_paths:
|
95
92
|
- lib
|
@@ -104,8 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
101
|
- !ruby/object:Gem::Version
|
105
102
|
version: 1.3.1
|
106
103
|
requirements: []
|
107
|
-
rubygems_version: 3.
|
108
|
-
signing_key:
|
104
|
+
rubygems_version: 3.4.6
|
105
|
+
signing_key:
|
109
106
|
specification_version: 4
|
110
107
|
summary: Ruby SDK for Tanker
|
111
108
|
test_files: []
|
data/README.rst
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
|
2
|
-
:target: https://opensource.org/licenses/Apache-2.0
|
3
|
-
|
4
|
-
Tanker Ruby SDK
|
5
|
-
=================
|
6
|
-
|
7
|
-
Overview
|
8
|
-
--------
|
9
|
-
|
10
|
-
The `Tanker SDK <https://tanker.io>`_ provides an easy-to-use SDK allowing you to protect your users'
|
11
|
-
data.
|
12
|
-
|
13
|
-
This repository only contains Ruby bindings. The core library can be found in the `TankerHQ/sdk-native GitHub project <https://github.com/TankerHQ/sdk-native>`_.
|
14
|
-
|
15
|
-
Contributing
|
16
|
-
------------
|
17
|
-
|
18
|
-
We are actively working to allow external developers to build and test this project
|
19
|
-
from source. That being said, we welcome feedback of any kind. Feel free to
|
20
|
-
open issues on the GitHub bug tracker.
|
21
|
-
|
22
|
-
Running the tests: `bundle exec rake spec`
|
23
|
-
|
24
|
-
Checking vulnerabilities in the dependencies: `bundle exec bundle-audit check --update`
|
25
|
-
|
26
|
-
Documentation
|
27
|
-
-------------
|
28
|
-
|
29
|
-
See the `API documentation <https://docs.tanker.io/latest/api/core/ruby>`_.
|
30
|
-
|