ruby_easy_rsa 0.9.0 → 0.10.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 651f77cbca38484931ad5c083252e86418ad9fe5c69dbcf815a33ff4f081e15a
4
- data.tar.gz: 3b3082e4ed14d328c2da34b1f9d9d142d6ca911fc99b5c78744dfc4da8fcde68
3
+ metadata.gz: 2908bda1c35eaca3f7c0dc26edde24b86405c0a8fdee97be555372d181d3b27f
4
+ data.tar.gz: 354e851a7b8dbcc91fd8b77c95d2b38a37c90a03c976e2daf320de4a9d786fb3
5
5
  SHA512:
6
- metadata.gz: 8ee434e06a9fd9979a5e4db6759b70947b91337984c9a66d6cd49094c1376a6f670977c239921745a83088364d58475cbe6a668558124cc7ed30801b039371cb
7
- data.tar.gz: 28521fedfeb654c438042c4b8e73f4acfd3a9dd0bd36113b85c8e218692f56c0d8d07869454cf306db86bba9a6126a02766dd73af45c5c512f8ce3f9616289cf
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 tobyclemson@gmail.com. All
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.9.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.0.3.1)
10
+ activesupport (6.1.3.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2, >= 2.2.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.6)
20
- diff-lcs (1.3)
21
- excon (0.78.1)
22
- faraday (1.0.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
- gem-release (2.1.1)
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.2)
38
+ i18n (1.8.10)
28
39
  concurrent-ruby (~> 1.0)
29
- lino (1.5.0)
40
+ lino (3.0.0)
30
41
  hamster (~> 3.0)
31
42
  open4 (~> 1.3)
32
- minitest (5.14.1)
43
+ minitest (5.14.4)
33
44
  multipart-post (2.1.1)
34
- octokit (4.18.0)
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.5)
39
- rake (13.0.1)
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.27.0)
56
+ rake_factory (0.29.0)
46
57
  activesupport (>= 4)
47
58
  rake (~> 13.0)
48
- rake_github (0.5.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.14.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.4.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.9.0)
61
- rspec-core (~> 3.9.0)
62
- rspec-expectations (~> 3.9.0)
63
- rspec-mocks (~> 3.9.0)
64
- rspec-core (3.9.2)
65
- rspec-support (~> 3.9.3)
66
- rspec-expectations (3.9.2)
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.9.0)
69
- rspec-mocks (3.9.1)
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.9.0)
72
- rspec-support (3.9.3)
73
- ruby_gpg2 (0.6.0)
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
- thread_safe (0.3.6)
80
- tzinfo (1.2.7)
81
- thread_safe (~> 0.1)
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.4
110
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module RubyEasyRSA
2
- VERSION = '0.9.0'
2
+ VERSION = '0.10.0.pre.1'
3
3
  end
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.9.0
4
+ version: 0.10.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-02 00:00:00.000000000 Z
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
- - tobyclemson@gmail.com
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: '0'
204
+ version: 1.3.1
205
205
  requirements: []
206
206
  rubygems_version: 3.0.1
207
207
  signing_key: