ruby_easy_rsa 0.9.0 → 0.10.0.pre.1
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 +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +49 -38
- data/lib/ruby_easy_rsa/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2908bda1c35eaca3f7c0dc26edde24b86405c0a8fdee97be555372d181d3b27f
|
|
4
|
+
data.tar.gz: 354e851a7b8dbcc91fd8b77c95d2b38a37c90a03c976e2daf320de4a9d786fb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1478c32661a532b84bac55422ed0f26d71ebd4712c57d739d83563df57e84906db30e40e684f47dee260083dbc3808e1ce060fdee70c94fa1a497455925d67d5
|
|
7
|
+
data.tar.gz: 69fd8fe5b0ab7065d166bd3589f0f62ac45aec761c85ef9d61c787110249a5f7f288dffcc84f7fd1c1dbe99a5c1bc618f6220316b190a6832d6eec7708bca4c1
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at
|
|
58
|
+
reported by contacting the project team at maintainers@infrablocks.io. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/Gemfile.lock
CHANGED
|
@@ -1,85 +1,96 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ruby_easy_rsa (0.
|
|
4
|
+
ruby_easy_rsa (0.10.0.pre.1)
|
|
5
5
|
lino (>= 1.5)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (6.
|
|
10
|
+
activesupport (6.1.3.2)
|
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
|
-
i18n (>=
|
|
13
|
-
minitest (
|
|
14
|
-
tzinfo (~>
|
|
15
|
-
zeitwerk (~> 2.
|
|
12
|
+
i18n (>= 1.6, < 2)
|
|
13
|
+
minitest (>= 5.1)
|
|
14
|
+
tzinfo (~> 2.0)
|
|
15
|
+
zeitwerk (~> 2.3)
|
|
16
16
|
addressable (2.7.0)
|
|
17
17
|
public_suffix (>= 2.0.2, < 5.0)
|
|
18
18
|
colored2 (3.1.2)
|
|
19
|
-
concurrent-ruby (1.1.
|
|
20
|
-
diff-lcs (1.
|
|
21
|
-
excon (0.
|
|
22
|
-
faraday (1.
|
|
19
|
+
concurrent-ruby (1.1.8)
|
|
20
|
+
diff-lcs (1.4.4)
|
|
21
|
+
excon (0.82.0)
|
|
22
|
+
faraday (1.4.2)
|
|
23
|
+
faraday-em_http (~> 1.0)
|
|
24
|
+
faraday-em_synchrony (~> 1.0)
|
|
25
|
+
faraday-excon (~> 1.1)
|
|
26
|
+
faraday-net_http (~> 1.0)
|
|
27
|
+
faraday-net_http_persistent (~> 1.1)
|
|
23
28
|
multipart-post (>= 1.2, < 3)
|
|
24
|
-
|
|
29
|
+
ruby2_keywords (>= 0.0.4)
|
|
30
|
+
faraday-em_http (1.0.0)
|
|
31
|
+
faraday-em_synchrony (1.0.0)
|
|
32
|
+
faraday-excon (1.1.0)
|
|
33
|
+
faraday-net_http (1.0.1)
|
|
34
|
+
faraday-net_http_persistent (1.1.0)
|
|
35
|
+
gem-release (2.2.1)
|
|
25
36
|
hamster (3.0.0)
|
|
26
37
|
concurrent-ruby (~> 1.0)
|
|
27
|
-
i18n (1.8.
|
|
38
|
+
i18n (1.8.10)
|
|
28
39
|
concurrent-ruby (~> 1.0)
|
|
29
|
-
lino (
|
|
40
|
+
lino (3.0.0)
|
|
30
41
|
hamster (~> 3.0)
|
|
31
42
|
open4 (~> 1.3)
|
|
32
|
-
minitest (5.14.
|
|
43
|
+
minitest (5.14.4)
|
|
33
44
|
multipart-post (2.1.1)
|
|
34
|
-
octokit (4.
|
|
45
|
+
octokit (4.21.0)
|
|
35
46
|
faraday (>= 0.9)
|
|
36
47
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
37
48
|
open4 (1.3.4)
|
|
38
|
-
public_suffix (4.0.
|
|
39
|
-
rake (13.0.
|
|
49
|
+
public_suffix (4.0.6)
|
|
50
|
+
rake (13.0.3)
|
|
40
51
|
rake_circle_ci (0.9.0)
|
|
41
52
|
colored2 (~> 3.1)
|
|
42
53
|
excon (~> 0.72)
|
|
43
54
|
rake_factory (~> 0.23)
|
|
44
55
|
sshkey (~> 2.0)
|
|
45
|
-
rake_factory (0.
|
|
56
|
+
rake_factory (0.29.0)
|
|
46
57
|
activesupport (>= 4)
|
|
47
58
|
rake (~> 13.0)
|
|
48
|
-
rake_github (0.
|
|
59
|
+
rake_github (0.7.0)
|
|
49
60
|
colored2 (~> 3.1)
|
|
50
61
|
octokit (~> 4.16)
|
|
51
62
|
rake_factory (~> 0.23)
|
|
52
63
|
sshkey (~> 2.0)
|
|
53
|
-
rake_gpg (0.
|
|
64
|
+
rake_gpg (0.16.0)
|
|
54
65
|
rake_factory (>= 0.23, < 1)
|
|
55
66
|
ruby_gpg2 (>= 0.6, < 1)
|
|
56
|
-
rake_ssh (0.
|
|
67
|
+
rake_ssh (0.6.0)
|
|
57
68
|
colored2 (~> 3.1)
|
|
58
69
|
rake_factory (~> 0.23)
|
|
59
70
|
sshkey (~> 2.0)
|
|
60
|
-
rspec (3.
|
|
61
|
-
rspec-core (~> 3.
|
|
62
|
-
rspec-expectations (~> 3.
|
|
63
|
-
rspec-mocks (~> 3.
|
|
64
|
-
rspec-core (3.
|
|
65
|
-
rspec-support (~> 3.
|
|
66
|
-
rspec-expectations (3.
|
|
71
|
+
rspec (3.10.0)
|
|
72
|
+
rspec-core (~> 3.10.0)
|
|
73
|
+
rspec-expectations (~> 3.10.0)
|
|
74
|
+
rspec-mocks (~> 3.10.0)
|
|
75
|
+
rspec-core (3.10.1)
|
|
76
|
+
rspec-support (~> 3.10.0)
|
|
77
|
+
rspec-expectations (3.10.1)
|
|
67
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
68
|
-
rspec-support (~> 3.
|
|
69
|
-
rspec-mocks (3.
|
|
79
|
+
rspec-support (~> 3.10.0)
|
|
80
|
+
rspec-mocks (3.10.2)
|
|
70
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
71
|
-
rspec-support (~> 3.
|
|
72
|
-
rspec-support (3.
|
|
73
|
-
|
|
82
|
+
rspec-support (~> 3.10.0)
|
|
83
|
+
rspec-support (3.10.2)
|
|
84
|
+
ruby2_keywords (0.0.4)
|
|
85
|
+
ruby_gpg2 (0.8.0)
|
|
74
86
|
lino (>= 1.5)
|
|
75
87
|
sawyer (0.8.2)
|
|
76
88
|
addressable (>= 2.3.5)
|
|
77
89
|
faraday (> 0.8, < 2.0)
|
|
78
90
|
sshkey (2.0.0)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
zeitwerk (2.3.0)
|
|
91
|
+
tzinfo (2.0.4)
|
|
92
|
+
concurrent-ruby (~> 1.0)
|
|
93
|
+
zeitwerk (2.4.2)
|
|
83
94
|
|
|
84
95
|
PLATFORMS
|
|
85
96
|
ruby
|
|
@@ -96,4 +107,4 @@ DEPENDENCIES
|
|
|
96
107
|
ruby_easy_rsa!
|
|
97
108
|
|
|
98
109
|
BUNDLED WITH
|
|
99
|
-
2.2.
|
|
110
|
+
2.2.18
|
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.
|
|
4
|
+
version: 0.10.0.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lino
|
|
@@ -139,7 +139,7 @@ dependencies:
|
|
|
139
139
|
description: Wraps the EasyRSA scripts so that they can be invoked from a Ruby script
|
|
140
140
|
or Rakefile.
|
|
141
141
|
email:
|
|
142
|
-
-
|
|
142
|
+
- maintainers@infrablocks.io
|
|
143
143
|
executables: []
|
|
144
144
|
extensions: []
|
|
145
145
|
extra_rdoc_files: []
|
|
@@ -199,9 +199,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
version: '2.6'
|
|
200
200
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
201
|
requirements:
|
|
202
|
-
- - "
|
|
202
|
+
- - ">"
|
|
203
203
|
- !ruby/object:Gem::Version
|
|
204
|
-
version:
|
|
204
|
+
version: 1.3.1
|
|
205
205
|
requirements: []
|
|
206
206
|
rubygems_version: 3.0.1
|
|
207
207
|
signing_key:
|