ruby_easy_rsa 0.10.0.pre.8 → 0.10.0.pre.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +25 -23
- data/Rakefile +1 -1
- data/lib/ruby_easy_rsa/version.rb +1 -1
- data/lib/ruby_easy_rsa.rb +0 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc332f19eb98633977ed1bf7c65d9e33f2f17d8f40b5fcc55c8cc3a134553781
|
4
|
+
data.tar.gz: a1aec57346382357cde9aeaea502a86e566890aaac4e3824ff03811d1adc3ec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe98bd2c123b28a05b3c2aaa117918dc2e263c59504a5dc152a4d435b5717682a70d01bdf85cbca53379eca7fe8399fe4bfd89093c5bfbd73e77d844e8f8af93
|
7
|
+
data.tar.gz: e4d1e0c6ae6abb3c2cff96526740cae4575aa935883f97579cc40c834f62579b4bd3499c66148f65975fd576ad8575d4ebff721520c3063dcdf17458d217714c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_easy_rsa (0.10.0.pre.
|
4
|
+
ruby_easy_rsa (0.10.0.pre.9)
|
5
5
|
lino (~> 3.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -48,6 +48,7 @@ GEM
|
|
48
48
|
concurrent-ruby (~> 1.0)
|
49
49
|
i18n (1.10.0)
|
50
50
|
concurrent-ruby (~> 1.0)
|
51
|
+
json (2.6.2)
|
51
52
|
lino (3.0.0)
|
52
53
|
hamster (~> 3.0)
|
53
54
|
open4 (~> 1.3)
|
@@ -58,7 +59,7 @@ GEM
|
|
58
59
|
sawyer (~> 0.8.0, >= 0.5.3)
|
59
60
|
open4 (1.3.4)
|
60
61
|
parallel (1.22.1)
|
61
|
-
parser (3.1.1
|
62
|
+
parser (3.1.2.1)
|
62
63
|
ast (~> 2.4.1)
|
63
64
|
public_suffix (4.0.6)
|
64
65
|
rainbow (3.1.1)
|
@@ -83,36 +84,37 @@ GEM
|
|
83
84
|
colored2 (~> 3.1)
|
84
85
|
rake_factory (~> 0.23)
|
85
86
|
sshkey (~> 2.0)
|
86
|
-
regexp_parser (2.
|
87
|
+
regexp_parser (2.6.0)
|
87
88
|
rexml (3.2.5)
|
88
|
-
rspec (3.
|
89
|
-
rspec-core (~> 3.
|
90
|
-
rspec-expectations (~> 3.
|
91
|
-
rspec-mocks (~> 3.
|
92
|
-
rspec-core (3.
|
93
|
-
rspec-support (~> 3.
|
94
|
-
rspec-expectations (3.
|
89
|
+
rspec (3.12.0)
|
90
|
+
rspec-core (~> 3.12.0)
|
91
|
+
rspec-expectations (~> 3.12.0)
|
92
|
+
rspec-mocks (~> 3.12.0)
|
93
|
+
rspec-core (3.12.0)
|
94
|
+
rspec-support (~> 3.12.0)
|
95
|
+
rspec-expectations (3.12.0)
|
95
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
96
|
-
rspec-support (~> 3.
|
97
|
-
rspec-mocks (3.
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-mocks (3.12.0)
|
98
99
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
|
-
rspec-support (~> 3.
|
100
|
-
rspec-support (3.
|
101
|
-
rubocop (1.
|
100
|
+
rspec-support (~> 3.12.0)
|
101
|
+
rspec-support (3.12.0)
|
102
|
+
rubocop (1.37.1)
|
103
|
+
json (~> 2.3)
|
102
104
|
parallel (~> 1.10)
|
103
|
-
parser (>= 3.1.
|
105
|
+
parser (>= 3.1.2.1)
|
104
106
|
rainbow (>= 2.2.2, < 4.0)
|
105
107
|
regexp_parser (>= 1.8, < 3.0)
|
106
|
-
rexml
|
107
|
-
rubocop-ast (>= 1.
|
108
|
+
rexml (>= 3.2.5, < 4.0)
|
109
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
108
110
|
ruby-progressbar (~> 1.7)
|
109
111
|
unicode-display_width (>= 1.4.0, < 3.0)
|
110
|
-
rubocop-ast (1.
|
112
|
+
rubocop-ast (1.23.0)
|
111
113
|
parser (>= 3.1.1.0)
|
112
114
|
rubocop-rake (0.6.0)
|
113
115
|
rubocop (~> 1.0)
|
114
|
-
rubocop-rspec (2.
|
115
|
-
rubocop (~> 1.
|
116
|
+
rubocop-rspec (2.14.2)
|
117
|
+
rubocop (~> 1.33)
|
116
118
|
ruby-progressbar (1.11.0)
|
117
119
|
ruby2_keywords (0.0.5)
|
118
120
|
ruby_gpg2 (0.8.0)
|
@@ -129,7 +131,7 @@ GEM
|
|
129
131
|
sshkey (2.0.0)
|
130
132
|
tzinfo (2.0.4)
|
131
133
|
concurrent-ruby (~> 1.0)
|
132
|
-
unicode-display_width (2.
|
134
|
+
unicode-display_width (2.3.0)
|
133
135
|
|
134
136
|
PLATFORMS
|
135
137
|
arm64-darwin-21
|
@@ -151,4 +153,4 @@ DEPENDENCIES
|
|
151
153
|
simplecov
|
152
154
|
|
153
155
|
BUNDLED WITH
|
154
|
-
2.3.
|
156
|
+
2.3.24
|
data/Rakefile
CHANGED
data/lib/ruby_easy_rsa.rb
CHANGED
@@ -93,17 +93,13 @@ module RubyEasyRSA
|
|
93
93
|
Commands::ExportP12.new.execute(opts)
|
94
94
|
end
|
95
95
|
|
96
|
-
# rubocop:disable Naming/AccessorMethodName
|
97
96
|
def set_rsa_pass(opts = {})
|
98
97
|
Commands::SetRSAPass.new.execute(opts)
|
99
98
|
end
|
100
|
-
# rubocop:enable Naming/AccessorMethodName
|
101
99
|
|
102
|
-
# rubocop:disable Naming/AccessorMethodName
|
103
100
|
def set_ec_pass(opts = {})
|
104
101
|
Commands::SetECPass.new.execute(opts)
|
105
102
|
end
|
106
|
-
# rubocop:enable Naming/AccessorMethodName
|
107
103
|
|
108
104
|
def upgrade(opts = {})
|
109
105
|
Commands::Upgrade.new.execute(opts)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_easy_rsa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.0.pre.
|
4
|
+
version: 0.10.0.pre.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lino
|