tanker-core 4.3.0.alpha.1 → 4.3.0.alpha.2

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: 646aacdef995028da941416820f722d17a21ea374d08b2a736914b09df78acd0
4
- data.tar.gz: 67f254c17c13353fc60d1d41fbbc046fedb9fec3cf2d36207d06de81c6019c1a
3
+ metadata.gz: 6f707da22c3fe58482a8324ef101febd1404a981e3c0edb3d852caaffd445233
4
+ data.tar.gz: 1aef05aa1997a2f161fc54771d9bbae03a50d42c6cd000bfa2681ee75b077dcb
5
5
  SHA512:
6
- metadata.gz: a3b57594fac7d9b78deec0aced563b7eee7ef1a0a27a754d587994af17d6fdc53e855310f75210747b8bc0dfad95264f6943285051ad8ccb55796902ed64faa3
7
- data.tar.gz: ab8e10d48c28de75a40a2860bb1d4f346fd23a081d839722b3cc8a69c95b90fca10a7268a582a3b2b398927d42879af3962465e69386505edeefbb9423f3f40d
6
+ metadata.gz: eb99d079a0bd15a60f15488f0924678fa0725b22f286e03bcdca41fc329e1bc7e49fc33a0b8015e722469c8008d86c90d6bd320a5dc3dc5e67ad3499f173be41
7
+ data.tar.gz: 3a770be3e676a9a922a6621dcc77b735b4c5e87223a5a34dccb3d726332bccf8894c1123d57684bfc0383618e678267178d561fcbba44df649e36bf902e41cf4
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Tanker
4
4
  class Core
5
- VERSION = '4.3.0.alpha.1'
5
+ VERSION = '4.3.0.alpha.2'
6
6
 
7
7
  def self.native_version
8
8
  CTanker.tanker_version_string
data/lib/tanker/core.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'set'
4
3
  # always keep this file first, it defines the module and the class
5
4
  require_relative 'core/version'
6
5
  require_relative 'c_tanker'
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.alpha.1
4
+ version: 4.3.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanker team
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-20 00:00:00.000000000 Z
10
+ date: 2025-01-03 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.1.0
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: 1.3.1
105
+ version: '0'
110
106
  requirements: []
111
- rubygems_version: 3.4.10
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: []