ruby_easy_rsa 0.10.0.pre.8 → 0.10.0.pre.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcb178c3cc51693c50831b26b5a7ead27c2930ff13ed9dd937619d06644e5729
4
- data.tar.gz: 2f9834bef0711d28b65067428b0551bec015d4e55ff41950aa7ac52c3715894f
3
+ metadata.gz: cc332f19eb98633977ed1bf7c65d9e33f2f17d8f40b5fcc55c8cc3a134553781
4
+ data.tar.gz: a1aec57346382357cde9aeaea502a86e566890aaac4e3824ff03811d1adc3ec7
5
5
  SHA512:
6
- metadata.gz: eac992afcb2beba9a54714d7f38d2fd7eedc20136e61f5e0f66c3199bd5a89c916a9f0e4fc672b4e4cdb480657d8c18852553708ec84bd75f4fc0c227a0299bd
7
- data.tar.gz: 9daa2b0ddfacadf12c675e80ca0adcb8abf656844e715868a3d8d82e57bc17ec33179d559d63ad0ba34c87e512f3186a3defd47eb5661f5d8089341b3536402f
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.8)
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.0)
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.2.1)
87
+ regexp_parser (2.6.0)
87
88
  rexml (3.2.5)
88
- rspec (3.11.0)
89
- rspec-core (~> 3.11.0)
90
- rspec-expectations (~> 3.11.0)
91
- rspec-mocks (~> 3.11.0)
92
- rspec-core (3.11.0)
93
- rspec-support (~> 3.11.0)
94
- rspec-expectations (3.11.0)
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.11.0)
97
- rspec-mocks (3.11.0)
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.11.0)
100
- rspec-support (3.11.0)
101
- rubocop (1.27.0)
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.0.0)
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.16.0, < 2.0)
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.16.0)
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.9.0)
115
- rubocop (~> 1.19)
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.1.0)
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.11
156
+ 2.3.24
data/Rakefile CHANGED
@@ -66,7 +66,7 @@ namespace :library do
66
66
  task check: [:rubocop]
67
67
 
68
68
  desc 'Attempt to automatically fix issues with the library'
69
- task fix: [:'rubocop:auto_correct']
69
+ task fix: [:'rubocop:autocorrect']
70
70
  end
71
71
 
72
72
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyEasyRSA
4
- VERSION = '0.10.0.pre.8'
4
+ VERSION = '0.10.0.pre.9'
5
5
  end
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.8
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-04-09 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino