kubesealr 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile +0 -1
- data/Gemfile.lock +17 -27
- data/kubesealr.gemspec +1 -1
- data/lib/kubeseal/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 497ae6657001dac7babd49b5630c9835c72e76408df81b70a70e728d3164bde9
|
4
|
+
data.tar.gz: 1e0adf7fec39fcbf12fefb2d23151361e348b9b4051ceceeed04c1d4e61f985d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 163d399988082d08175f14d174d56389309aa140ae2044396be44301a872e1c28949b35eb9feb445dd7278951aeedea90a3a36123d41e7bb8a103f1d47332ade
|
7
|
+
data.tar.gz: bcab1dff2a394282afbb001f0cafe3a4659f1d7e0e33a6d9d3b6e57ad8b62032b9a53bbbd961e3fea54b44199914ac95f2c65edff97039a727ea24a0870750c8
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
@@ -8,7 +8,6 @@ gemspec
|
|
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
10
|
gem 'k8s-ruby', github: 'tsutsu/k8s-ruby', branch: 'fork-master'
|
11
|
-
gem 'recursive-open-struct', github: 'tsutsu/recursive-open-struct', branch: 'fix-ruby3-support'
|
12
11
|
|
13
12
|
# development dependencies
|
14
13
|
gem 'rake', '~> 13.0'
|
data/Gemfile.lock
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
GIT
|
2
|
-
remote:
|
3
|
-
revision:
|
2
|
+
remote: git://github.com/tsutsu/k8s-ruby.git
|
3
|
+
revision: 3e3e3cd1c05dd893774c11adcc5fa112500f3fdf
|
4
4
|
branch: fork-master
|
5
5
|
specs:
|
6
6
|
k8s-ruby (0.10.5)
|
7
|
-
dry-struct (~> 1.
|
8
|
-
dry-types (~> 1.
|
7
|
+
dry-struct (~> 1.4.0)
|
8
|
+
dry-types (~> 1.5.0)
|
9
9
|
excon (~> 0.78)
|
10
10
|
hashdiff (~> 1.0.1)
|
11
11
|
jsonpath (~> 1.1.0)
|
@@ -13,24 +13,17 @@ GIT
|
|
13
13
|
yajl-ruby (~> 1.4.1)
|
14
14
|
yaml-safe_load_stream2 (~> 0.1)
|
15
15
|
|
16
|
-
GIT
|
17
|
-
remote: https://github.com/tsutsu/recursive-open-struct.git
|
18
|
-
revision: 1467ac3107582ab32de016fa320c1e204b10a1af
|
19
|
-
branch: fix-ruby3-support
|
20
|
-
specs:
|
21
|
-
recursive-open-struct (1.1.3)
|
22
|
-
|
23
16
|
PATH
|
24
17
|
remote: .
|
25
18
|
specs:
|
26
|
-
kubesealr (0.1.
|
19
|
+
kubesealr (0.1.2)
|
27
20
|
k8s-ruby
|
28
21
|
openssl-oaep
|
29
22
|
|
30
23
|
GEM
|
31
24
|
remote: https://rubygems.org/
|
32
25
|
specs:
|
33
|
-
concurrent-ruby (1.1.
|
26
|
+
concurrent-ruby (1.1.8)
|
34
27
|
diff-lcs (1.4.4)
|
35
28
|
dry-configurable (0.12.0)
|
36
29
|
concurrent-ruby (~> 1.0)
|
@@ -40,24 +33,21 @@ GEM
|
|
40
33
|
dry-configurable (~> 0.1, >= 0.1.3)
|
41
34
|
dry-core (0.5.0)
|
42
35
|
concurrent-ruby (~> 1.0)
|
43
|
-
dry-equalizer (0.3.0)
|
44
36
|
dry-inflector (0.2.0)
|
45
37
|
dry-logic (1.1.0)
|
46
38
|
concurrent-ruby (~> 1.0)
|
47
39
|
dry-core (~> 0.5, >= 0.5)
|
48
|
-
dry-struct (1.
|
49
|
-
dry-core (~> 0.
|
50
|
-
dry-
|
51
|
-
dry-types (~> 1.3)
|
40
|
+
dry-struct (1.4.0)
|
41
|
+
dry-core (~> 0.5, >= 0.5)
|
42
|
+
dry-types (~> 1.5)
|
52
43
|
ice_nine (~> 0.11)
|
53
|
-
dry-types (1.
|
44
|
+
dry-types (1.5.0)
|
54
45
|
concurrent-ruby (~> 1.0)
|
55
46
|
dry-container (~> 0.3)
|
56
|
-
dry-core (~> 0.
|
57
|
-
dry-equalizer (~> 0.3)
|
47
|
+
dry-core (~> 0.5, >= 0.5)
|
58
48
|
dry-inflector (~> 0.1, >= 0.1.2)
|
59
49
|
dry-logic (~> 1.0, >= 1.0.2)
|
60
|
-
excon (0.
|
50
|
+
excon (0.79.0)
|
61
51
|
hashdiff (1.0.1)
|
62
52
|
ice_nine (0.11.2)
|
63
53
|
jsonpath (1.1.0)
|
@@ -65,6 +55,7 @@ GEM
|
|
65
55
|
multi_json (1.15.0)
|
66
56
|
openssl-oaep (0.1.0)
|
67
57
|
rake (13.0.3)
|
58
|
+
recursive-open-struct (1.1.3)
|
68
59
|
rspec (3.10.0)
|
69
60
|
rspec-core (~> 3.10.0)
|
70
61
|
rspec-expectations (~> 3.10.0)
|
@@ -74,22 +65,21 @@ GEM
|
|
74
65
|
rspec-expectations (3.10.1)
|
75
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
76
67
|
rspec-support (~> 3.10.0)
|
77
|
-
rspec-mocks (3.10.
|
68
|
+
rspec-mocks (3.10.2)
|
78
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
79
70
|
rspec-support (~> 3.10.0)
|
80
|
-
rspec-support (3.10.
|
71
|
+
rspec-support (3.10.2)
|
81
72
|
yajl-ruby (1.4.1)
|
82
73
|
yaml-safe_load_stream2 (0.1.1)
|
83
74
|
|
84
75
|
PLATFORMS
|
85
|
-
|
76
|
+
ruby
|
86
77
|
|
87
78
|
DEPENDENCIES
|
88
79
|
k8s-ruby!
|
89
80
|
kubesealr!
|
90
81
|
rake (~> 13.0)
|
91
|
-
recursive-open-struct!
|
92
82
|
rspec (~> 3.0)
|
93
83
|
|
94
84
|
BUNDLED WITH
|
95
|
-
|
85
|
+
1.17.2
|
data/kubesealr.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
EOF
|
18
18
|
spec.homepage = "https://github.com/tsutsu/kubesealr"
|
19
19
|
spec.license = "MIT"
|
20
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.
|
20
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
|
21
21
|
|
22
22
|
spec.metadata["homepage_uri"] = spec.homepage
|
23
23
|
spec.metadata["source_code_uri"] = spec.homepage
|
data/lib/kubeseal/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.2
|
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-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: k8s-ruby
|
@@ -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
|
@@ -78,15 +78,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
79
79
|
- - ">="
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 2.
|
81
|
+
version: 2.6.0
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
84
|
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
89
|
-
signing_key:
|
88
|
+
rubygems_version: 3.0.3
|
89
|
+
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: K8s sealed-secret client and KustomizeR transformer
|
92
92
|
test_files: []
|