tanker-core 3.2.0 → 3.2.1.alpha.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: 6cfd689f511aa2ae7ad3a73a796a6b254706017431a325fb68a5b37f195e946f
4
- data.tar.gz: 2883c169384e4c75397ddf0117cbae3959ec9974b16e39b1f82fe8bfa5bf1f4a
3
+ metadata.gz: 3881f9dc37a85017e1ada18396bb6dd48c162c62916a66fefdc7efce3e953e0c
4
+ data.tar.gz: 5db95dde323d1edf22bb79f3d8fa33ac8add2227160d832123ac66afddc6282f
5
5
  SHA512:
6
- metadata.gz: 38cb6ca3434f042971e16ddf8cf14e384c9d378d2b6b05fcb60b4ea3100e4ec36ff7aa021bf94f5b1bebf4f56e4c5c15be17888847f4ed1b8348151d1fc7bc6b
7
- data.tar.gz: c3ade9fac7b20aaa43c3fdafb25d4d13515a4770940271ab62dcfb4fd96baedb6dd27efb48318e83870df9988a0eb34891b0646eea5efb0dd28ae585ebdfb5f1
6
+ metadata.gz: 07a701f33ef1ef04567c421a64759e41298d8ed75cb51f1aa190d08e0b21f46cef160b95f1792d25ca3ad52c0223ad42bc36ad4fb8b35c73b91d1cb2a87280e3
7
+ data.tar.gz: d601fbe8fa5d7d511dbd621e1e689d37060d25f3ef325a0536197f4afca28a6e6e7ee33e4e05c383e3767f6f724d2d4d29ff22efcf51d31971d70a2f5c2c2626
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Tanker
4
4
  class Core
5
- VERSION = '3.2.0'
5
+ VERSION = '3.2.1.alpha.1'
6
6
 
7
7
  def self.native_version
8
8
  CTanker.tanker_version_string
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.0
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: 2022-12-19 00:00:00.000000000 Z
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: https://tanker.io
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
@@ -100,12 +97,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
97
  version: 2.7.0
101
98
  required_rubygems_version: !ruby/object:Gem::Requirement
102
99
  requirements:
103
- - - ">="
100
+ - - ">"
104
101
  - !ruby/object:Gem::Version
105
- version: '0'
102
+ version: 1.3.1
106
103
  requirements: []
107
- rubygems_version: 3.3.26
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
-