kubesealr 0.1.2 → 0.1.3
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 +23 -30
- 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: c81c1abd2e2e6787347bde7bf0ac1f1202525c2ea290c23de2933f891ceba4d3
|
4
|
+
data.tar.gz: 17b1850dd1ba18ead5d746a9609bfc8fca68679fcc47b2ce365b3fb7191e5ca0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458ac8b377d116b31311bf943bcc174ebc6ab8c256e3867195538e105c1b43f7ebe358656dd5d53626caf5095b6f1c6efe54c53b2e177fffecfb8f440dca7fe1
|
7
|
+
data.tar.gz: 8b16626b61a389c67924960bc4bee6a672533ac4a52f0985faa57854ee58af03a833b431e84d690fb9137a93af4697ce7662d78e01e8aa6b0ef9f319ede9f42f
|
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,60 +1,54 @@
|
|
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.3)
|
5
|
+
k8s-ruby2 (~> 0.10.6)
|
21
6
|
openssl-oaep
|
22
7
|
|
23
8
|
GEM
|
24
9
|
remote: https://rubygems.org/
|
25
10
|
specs:
|
26
|
-
concurrent-ruby (1.1.
|
11
|
+
concurrent-ruby (1.1.9)
|
27
12
|
diff-lcs (1.4.4)
|
28
|
-
dry-configurable (0.
|
13
|
+
dry-configurable (0.13.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.88.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 (0.10.6)
|
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
53
|
rspec (3.10.0)
|
60
54
|
rspec-core (~> 3.10.0)
|
@@ -76,10 +70,9 @@ PLATFORMS
|
|
76
70
|
ruby
|
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.2.30
|
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', '~> 0.10.6'
|
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.3
|
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: 2021-
|
11
|
+
date: 2021-10-29 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: 0.10.6
|
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: 0.10.6
|
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.2.22
|
89
|
+
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: K8s sealed-secret client and KustomizeR transformer
|
92
92
|
test_files: []
|