kubesealr 0.1.2 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +36 -43
- data/kubesealr.gemspec +1 -1
- data/lib/kubeseal/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b19a9f942ddfb1da9039aae9da18d4680fe30ef21f0e1268b16e5a89e2d97b18
|
4
|
+
data.tar.gz: fca020fe6c313466fe1a0ea4e546cb9591f1397c12a77e115ddda7861bcb488e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '038962b8ef12e1cf96fb588a9d826440912a9a5a1f9668fc67b26abf182624ba7c7be2956b4d9c057c84236a6cb1706a4e5b28e68618eb2e47888f41adbbabb0'
|
7
|
+
data.tar.gz: 9a84b1e5b3733e01bd178c36c616dc9e1e478da6ee309869e6cc5d60798b41d31cfedacbef4d70494ce33ee4818bba5885b0065ba5cde85ba2935c0df83c1004
|
data/Gemfile
CHANGED
@@ -7,7 +7,7 @@ gemspec
|
|
7
7
|
|
8
8
|
# override dep resolution to fix Ruby 3.0 support
|
9
9
|
# (libs dependent on this lib must do this on their own)
|
10
|
-
gem 'k8s-ruby', github: 'tsutsu/k8s-ruby', branch: 'fork-master'
|
10
|
+
# gem 'k8s-ruby', github: 'tsutsu/k8s-ruby', branch: 'fork-master'
|
11
11
|
|
12
12
|
# development dependencies
|
13
13
|
gem 'rake', '~> 13.0'
|
data/Gemfile.lock
CHANGED
@@ -1,85 +1,78 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/tsutsu/k8s-ruby.git
|
3
|
-
revision: 3e3e3cd1c05dd893774c11adcc5fa112500f3fdf
|
4
|
-
branch: fork-master
|
5
|
-
specs:
|
6
|
-
k8s-ruby (0.10.5)
|
7
|
-
dry-struct (~> 1.4.0)
|
8
|
-
dry-types (~> 1.5.0)
|
9
|
-
excon (~> 0.78)
|
10
|
-
hashdiff (~> 1.0.1)
|
11
|
-
jsonpath (~> 1.1.0)
|
12
|
-
recursive-open-struct (~> 1.1.3)
|
13
|
-
yajl-ruby (~> 1.4.1)
|
14
|
-
yaml-safe_load_stream2 (~> 0.1)
|
15
|
-
|
16
1
|
PATH
|
17
2
|
remote: .
|
18
3
|
specs:
|
19
|
-
kubesealr (0.1.
|
20
|
-
k8s-
|
4
|
+
kubesealr (0.1.6)
|
5
|
+
k8s-ruby2 (~> 2.0.13)
|
21
6
|
openssl-oaep
|
22
7
|
|
23
8
|
GEM
|
24
9
|
remote: https://rubygems.org/
|
25
10
|
specs:
|
26
|
-
concurrent-ruby (1.1.
|
27
|
-
diff-lcs (1.
|
28
|
-
dry-configurable (0.
|
11
|
+
concurrent-ruby (1.1.9)
|
12
|
+
diff-lcs (1.5.0)
|
13
|
+
dry-configurable (0.14.0)
|
29
14
|
concurrent-ruby (~> 1.0)
|
30
|
-
dry-core (~> 0.
|
31
|
-
dry-container (0.
|
15
|
+
dry-core (~> 0.6)
|
16
|
+
dry-container (0.9.0)
|
32
17
|
concurrent-ruby (~> 1.0)
|
33
|
-
dry-configurable (~> 0.
|
34
|
-
dry-core (0.
|
18
|
+
dry-configurable (~> 0.13, >= 0.13.0)
|
19
|
+
dry-core (0.7.1)
|
35
20
|
concurrent-ruby (~> 1.0)
|
36
|
-
dry-inflector (0.2.
|
37
|
-
dry-logic (1.
|
21
|
+
dry-inflector (0.2.1)
|
22
|
+
dry-logic (1.2.0)
|
38
23
|
concurrent-ruby (~> 1.0)
|
39
24
|
dry-core (~> 0.5, >= 0.5)
|
40
25
|
dry-struct (1.4.0)
|
41
26
|
dry-core (~> 0.5, >= 0.5)
|
42
27
|
dry-types (~> 1.5)
|
43
28
|
ice_nine (~> 0.11)
|
44
|
-
dry-types (1.5.
|
29
|
+
dry-types (1.5.1)
|
45
30
|
concurrent-ruby (~> 1.0)
|
46
31
|
dry-container (~> 0.3)
|
47
32
|
dry-core (~> 0.5, >= 0.5)
|
48
33
|
dry-inflector (~> 0.1, >= 0.1.2)
|
49
34
|
dry-logic (~> 1.0, >= 1.0.2)
|
50
|
-
excon (0.
|
35
|
+
excon (0.91.0)
|
51
36
|
hashdiff (1.0.1)
|
52
37
|
ice_nine (0.11.2)
|
53
38
|
jsonpath (1.1.0)
|
54
39
|
multi_json
|
40
|
+
k8s-ruby2 (2.0.13)
|
41
|
+
dry-struct (~> 1.4.0)
|
42
|
+
dry-types (~> 1.5.0)
|
43
|
+
excon (~> 0.78)
|
44
|
+
hashdiff (~> 1.0.1)
|
45
|
+
jsonpath (~> 1.1.0)
|
46
|
+
recursive-open-struct (~> 1.1.3)
|
47
|
+
yajl-ruby (~> 1.4.1)
|
48
|
+
yaml-safe_load_stream2 (~> 0.1.1)
|
55
49
|
multi_json (1.15.0)
|
56
50
|
openssl-oaep (0.1.0)
|
57
|
-
rake (13.0.
|
51
|
+
rake (13.0.6)
|
58
52
|
recursive-open-struct (1.1.3)
|
59
|
-
rspec (3.
|
60
|
-
rspec-core (~> 3.
|
61
|
-
rspec-expectations (~> 3.
|
62
|
-
rspec-mocks (~> 3.
|
63
|
-
rspec-core (3.
|
64
|
-
rspec-support (~> 3.
|
65
|
-
rspec-expectations (3.
|
53
|
+
rspec (3.11.0)
|
54
|
+
rspec-core (~> 3.11.0)
|
55
|
+
rspec-expectations (~> 3.11.0)
|
56
|
+
rspec-mocks (~> 3.11.0)
|
57
|
+
rspec-core (3.11.0)
|
58
|
+
rspec-support (~> 3.11.0)
|
59
|
+
rspec-expectations (3.11.0)
|
66
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
67
|
-
rspec-support (~> 3.
|
68
|
-
rspec-mocks (3.
|
61
|
+
rspec-support (~> 3.11.0)
|
62
|
+
rspec-mocks (3.11.0)
|
69
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
-
rspec-support (~> 3.
|
71
|
-
rspec-support (3.
|
64
|
+
rspec-support (~> 3.11.0)
|
65
|
+
rspec-support (3.11.0)
|
72
66
|
yajl-ruby (1.4.1)
|
73
67
|
yaml-safe_load_stream2 (0.1.1)
|
74
68
|
|
75
69
|
PLATFORMS
|
76
|
-
|
70
|
+
arm64-darwin-21
|
77
71
|
|
78
72
|
DEPENDENCIES
|
79
|
-
k8s-ruby!
|
80
73
|
kubesealr!
|
81
74
|
rake (~> 13.0)
|
82
75
|
rspec (~> 3.0)
|
83
76
|
|
84
77
|
BUNDLED WITH
|
85
|
-
|
78
|
+
2.3.7
|
data/kubesealr.gemspec
CHANGED
@@ -31,6 +31,6 @@ Gem::Specification.new do |spec|
|
|
31
31
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
32
32
|
spec.require_paths = ["lib"]
|
33
33
|
|
34
|
-
spec.add_runtime_dependency 'k8s-
|
34
|
+
spec.add_runtime_dependency 'k8s-ruby2', '~> 2.0.13'
|
35
35
|
spec.add_runtime_dependency 'openssl-oaep'
|
36
36
|
end
|
data/lib/kubeseal/version.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kubesealr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Levi Aul
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: k8s-
|
14
|
+
name: k8s-ruby2
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.0.13
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.0.13
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: openssl-oaep
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -70,7 +70,7 @@ licenses:
|
|
70
70
|
metadata:
|
71
71
|
homepage_uri: https://github.com/tsutsu/kubesealr
|
72
72
|
source_code_uri: https://github.com/tsutsu/kubesealr
|
73
|
-
post_install_message:
|
73
|
+
post_install_message:
|
74
74
|
rdoc_options: []
|
75
75
|
require_paths:
|
76
76
|
- lib
|
@@ -85,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
89
|
-
signing_key:
|
88
|
+
rubygems_version: 3.3.3
|
89
|
+
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: K8s sealed-secret client and KustomizeR transformer
|
92
92
|
test_files: []
|