rake_easy_rsa 0.12.0.pre.2 → 0.12.0.pre.4

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: 9763f394954b34abfd9ed44b6b776855071e36cd62961b293868644182c800b7
4
- data.tar.gz: 1b5d7a84b02defd5aa6d7314823166687def68a68ffa7efd4c0e9ea8db81b8aa
3
+ metadata.gz: 865b806da02f492540c5115c305457a67b890c6ea99641cc4ae89853fe06087c
4
+ data.tar.gz: 01562e6761ec59eec627b23354910ca9ded678f8a4a131f139cbdc49d6cfa8a4
5
5
  SHA512:
6
- metadata.gz: 49badc6d60381ff091da95f44d95cdbe2b01aa01f3242779e8e54d608fbd2f3743252f11469c48f3e96d963b6d7c374ac6aba23ca2d9e1ae2ff49bb5cdbb93d1
7
- data.tar.gz: de2a4199d67c7c0dfc4b5dd3cd27d0e1920db22677de6742ac798d3c72b41f29680de535ac4e91b819eb21fcdd096a1fccf03fde24b70e38d3ca12698d22c91f
6
+ metadata.gz: 5a1796c552f7adc24fcbceee6c20496410fd47604efc3c36295cb213451535b25edff742e8e0f68567d863680566cd83fd228ba9ca1e21be874d2fe84e98cde1
7
+ data.tar.gz: 338d2d16898cb7f3c09e36224ad6abab1ebf9ed5c5aada1627a6ff9bd9a1cd647408fec158238af4b54f3f6070420cb18562cc4c962f25181f00e617593a0058
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_easy_rsa (0.12.0.pre.2)
4
+ rake_easy_rsa (0.12.0.pre.4)
5
5
  rake_dependencies (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  ruby_easy_rsa (~> 0.7)
@@ -10,140 +10,125 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.2.3)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- addressable (2.8.0)
19
- public_suffix (>= 2.0.2, < 5.0)
18
+ addressable (2.8.1)
19
+ public_suffix (>= 2.0.2, < 6.0)
20
20
  ast (2.4.2)
21
21
  colored2 (3.1.2)
22
22
  concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
24
  docile (1.4.0)
25
- excon (0.92.2)
26
- fakefs (1.4.1)
27
- faraday (1.10.0)
28
- faraday-em_http (~> 1.0)
29
- faraday-em_synchrony (~> 1.0)
30
- faraday-excon (~> 1.1)
31
- faraday-httpclient (~> 1.0)
32
- faraday-multipart (~> 1.0)
33
- faraday-net_http (~> 1.0)
34
- faraday-net_http_persistent (~> 1.0)
35
- faraday-patron (~> 1.0)
36
- faraday-rack (~> 1.0)
37
- faraday-retry (~> 1.0)
25
+ down (5.4.0)
26
+ addressable (~> 2.8)
27
+ excon (0.95.0)
28
+ fakefs (1.9.0)
29
+ faraday (2.7.2)
30
+ faraday-net_http (>= 2.0, < 3.1)
38
31
  ruby2_keywords (>= 0.0.4)
39
- faraday-em_http (1.0.0)
40
- faraday-em_synchrony (1.0.0)
41
- faraday-excon (1.1.0)
42
- faraday-httpclient (1.0.1)
43
- faraday-multipart (1.0.3)
44
- multipart-post (>= 1.2, < 3)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- faraday-retry (1.0.3)
32
+ faraday-net_http (3.0.2)
50
33
  gem-release (2.2.2)
51
34
  hamster (3.0.0)
52
35
  concurrent-ruby (~> 1.0)
53
- i18n (1.10.0)
36
+ i18n (1.12.0)
54
37
  concurrent-ruby (~> 1.0)
55
- lino (3.0.0)
38
+ json (2.6.3)
39
+ lino (3.1.0)
56
40
  hamster (~> 3.0)
57
41
  open4 (~> 1.3)
58
42
  minitar (0.9)
59
- minitest (5.15.0)
60
- multipart-post (2.1.1)
61
- octokit (4.22.0)
62
- faraday (>= 0.9)
63
- sawyer (~> 0.8.0, >= 0.5.3)
43
+ minitest (5.16.3)
44
+ octokit (6.0.1)
45
+ faraday (>= 1, < 3)
46
+ sawyer (~> 0.9)
64
47
  open4 (1.3.4)
65
48
  parallel (1.22.1)
66
- parser (3.1.1.0)
49
+ parser (3.1.3.0)
67
50
  ast (~> 2.4.1)
68
- public_suffix (4.0.6)
51
+ public_suffix (5.0.1)
69
52
  rainbow (3.1.1)
70
53
  rake (13.0.6)
71
- rake_circle_ci (0.9.0)
54
+ rake_circle_ci (0.11.0)
72
55
  colored2 (~> 3.1)
73
56
  excon (~> 0.72)
74
57
  rake_factory (~> 0.23)
75
58
  sshkey (~> 2.0)
76
- rake_dependencies (3.1.0)
59
+ rake_dependencies (3.3.0)
60
+ down (~> 5.3)
77
61
  hamster (~> 3.0)
78
62
  minitar (~> 0.9)
79
63
  rake_factory (~> 0.23)
80
64
  rubyzip (>= 1.3)
81
- rake_factory (0.29.0)
65
+ rake_factory (0.31.0)
82
66
  activesupport (>= 4)
83
67
  rake (~> 13.0)
84
- rake_github (0.9.0)
68
+ rake_github (0.11.0)
85
69
  colored2 (~> 3.1)
86
- octokit (~> 4.16)
70
+ octokit (>= 4.16, < 7.0)
87
71
  rake_factory (~> 0.23)
88
72
  sshkey (~> 2.0)
89
- rake_gpg (0.16.0)
90
- rake_factory (>= 0.23, < 1)
91
- ruby_gpg2 (>= 0.6, < 1)
92
- rake_ssh (0.6.0)
73
+ rake_gpg (0.18.0)
74
+ rake_factory (~> 0.23)
75
+ ruby_gpg2 (~> 0.6)
76
+ rake_ssh (0.8.0)
93
77
  colored2 (~> 3.1)
94
78
  rake_factory (~> 0.23)
95
79
  sshkey (~> 2.0)
96
- regexp_parser (2.2.1)
80
+ regexp_parser (2.6.1)
97
81
  rexml (3.2.5)
98
- rspec (3.11.0)
99
- rspec-core (~> 3.11.0)
100
- rspec-expectations (~> 3.11.0)
101
- rspec-mocks (~> 3.11.0)
102
- rspec-core (3.11.0)
103
- rspec-support (~> 3.11.0)
104
- rspec-expectations (3.11.0)
82
+ rspec (3.12.0)
83
+ rspec-core (~> 3.12.0)
84
+ rspec-expectations (~> 3.12.0)
85
+ rspec-mocks (~> 3.12.0)
86
+ rspec-core (3.12.0)
87
+ rspec-support (~> 3.12.0)
88
+ rspec-expectations (3.12.1)
105
89
  diff-lcs (>= 1.2.0, < 2.0)
106
- rspec-support (~> 3.11.0)
107
- rspec-mocks (3.11.1)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-mocks (3.12.1)
108
92
  diff-lcs (>= 1.2.0, < 2.0)
109
- rspec-support (~> 3.11.0)
110
- rspec-support (3.11.0)
111
- rubocop (1.26.1)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-support (3.12.0)
95
+ rubocop (1.41.1)
96
+ json (~> 2.3)
112
97
  parallel (~> 1.10)
113
- parser (>= 3.1.0.0)
98
+ parser (>= 3.1.2.1)
114
99
  rainbow (>= 2.2.2, < 4.0)
115
100
  regexp_parser (>= 1.8, < 3.0)
116
- rexml
117
- rubocop-ast (>= 1.16.0, < 2.0)
101
+ rexml (>= 3.2.5, < 4.0)
102
+ rubocop-ast (>= 1.23.0, < 2.0)
118
103
  ruby-progressbar (~> 1.7)
119
104
  unicode-display_width (>= 1.4.0, < 3.0)
120
- rubocop-ast (1.16.0)
105
+ rubocop-ast (1.24.0)
121
106
  parser (>= 3.1.1.0)
122
107
  rubocop-rake (0.6.0)
123
108
  rubocop (~> 1.0)
124
- rubocop-rspec (2.9.0)
125
- rubocop (~> 1.19)
109
+ rubocop-rspec (2.16.0)
110
+ rubocop (~> 1.33)
126
111
  ruby-progressbar (1.11.0)
127
112
  ruby2_keywords (0.0.5)
128
- ruby_easy_rsa (0.9.0)
129
- lino (>= 1.5)
130
- ruby_gpg2 (0.8.0)
131
- lino (>= 1.5)
113
+ ruby_easy_rsa (0.11.0)
114
+ lino (~> 3.0)
115
+ ruby_gpg2 (0.10.0)
116
+ lino (~> 3.0)
132
117
  rubyzip (2.3.2)
133
- sawyer (0.8.2)
118
+ sawyer (0.9.2)
134
119
  addressable (>= 2.3.5)
135
- faraday (> 0.8, < 2.0)
120
+ faraday (>= 0.17.3, < 3)
136
121
  semantic (1.6.1)
137
- simplecov (0.21.2)
122
+ simplecov (0.22.0)
138
123
  docile (~> 1.1)
139
124
  simplecov-html (~> 0.11)
140
125
  simplecov_json_formatter (~> 0.1)
141
126
  simplecov-html (0.12.3)
142
127
  simplecov_json_formatter (0.1.4)
143
128
  sshkey (2.0.0)
144
- tzinfo (2.0.4)
129
+ tzinfo (2.0.5)
145
130
  concurrent-ruby (~> 1.0)
146
- unicode-display_width (2.1.0)
131
+ unicode-display_width (2.3.0)
147
132
 
148
133
  PLATFORMS
149
134
  ruby
@@ -166,4 +151,4 @@ DEPENDENCIES
166
151
  simplecov
167
152
 
168
153
  BUNDLED WITH
169
- 2.3.10
154
+ 2.4.1
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ namespace :library do
51
51
  task check: [:rubocop]
52
52
 
53
53
  desc 'Attempt to automatically fix issues with the library'
54
- task fix: [:'rubocop:auto_correct']
54
+ task fix: [:'rubocop:autocorrect_all']
55
55
  end
56
56
 
57
57
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeEasyRSA
4
- VERSION = '0.12.0.pre.2'
4
+ VERSION = '0.12.0.pre.4'
5
5
  end
data/lib/rake_easy_rsa.rb CHANGED
@@ -58,8 +58,8 @@ module RakeEasyRSA
58
58
  end
59
59
 
60
60
  def uri_template(_)
61
- 'https://github.com/OpenVPN/easy-rsa/releases/'\
62
- 'download/v<%= @version %>/'\
61
+ 'https://github.com/OpenVPN/easy-rsa/releases/' \
62
+ 'download/v<%= @version %>/' \
63
63
  'EasyRSA-<%= @version %>.tgz'
64
64
  end
65
65
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_easy_rsa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0.pre.2
4
+ version: 0.12.0.pre.4
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-06 00:00:00.000000000 Z
11
+ date: 2022-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_dependencies