tanker-core 4.3.0.alpha.1 → 4.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7351faaf5b46d8898994cc57af3cc21f62f96360b26215c695543d31ebe800c2
|
4
|
+
data.tar.gz: a8aeb5d50520c671dba658b67201b9ee3faec1a6cb9c978b849fd62712a3d706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 791ffee71d78127505cd90d3ce74fc2adc908077099c0a883ddc48c16adcb2c3e4685bec991d3b12581e66520dc430423debe76f5b24112af20425840e2d80d8
|
7
|
+
data.tar.gz: e85640e544a1c73ad2db7ed887ca437fe68a57477246041dfac84de4d311ae79fb885b7fcf67a7cd043c2a7ed2a69b9bd57109f9a5d437618bf5c3356b38b016
|
data/lib/tanker/core/version.rb
CHANGED
data/lib/tanker/core.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tanker-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.0
|
4
|
+
version: 4.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tanker team
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-06 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: faraday
|
@@ -47,7 +46,6 @@ dependencies:
|
|
47
46
|
description: |
|
48
47
|
Ruby bindings for the Tanker SDK.
|
49
48
|
Tanker is a platform as a service that allows you to easily protect your users' data with end-to-end encryption through a SDK
|
50
|
-
email:
|
51
49
|
executables: []
|
52
50
|
extensions: []
|
53
51
|
extra_rdoc_files: []
|
@@ -87,13 +85,11 @@ files:
|
|
87
85
|
- vendor/tanker/darwin-aarch64/libctanker.dylib
|
88
86
|
- vendor/tanker/darwin-x86_64/libctanker.dylib
|
89
87
|
- vendor/tanker/linux-x86_64/libctanker.so
|
90
|
-
homepage:
|
91
88
|
licenses:
|
92
89
|
- Apache-2.0
|
93
90
|
metadata:
|
94
91
|
rubygems_mfa_required: 'true'
|
95
92
|
source_code_uri: https://github.com/TankerHQ/sdk-ruby
|
96
|
-
post_install_message:
|
97
93
|
rdoc_options: []
|
98
94
|
require_paths:
|
99
95
|
- lib
|
@@ -101,15 +97,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
97
|
requirements:
|
102
98
|
- - ">="
|
103
99
|
- !ruby/object:Gem::Version
|
104
|
-
version: 3.
|
100
|
+
version: 3.2.0
|
105
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
102
|
requirements:
|
107
|
-
- - "
|
103
|
+
- - ">="
|
108
104
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
105
|
+
version: '0'
|
110
106
|
requirements: []
|
111
|
-
rubygems_version: 3.
|
112
|
-
signing_key:
|
107
|
+
rubygems_version: 3.6.2
|
113
108
|
specification_version: 4
|
114
109
|
summary: Ruby SDK for Tanker
|
115
110
|
test_files: []
|