ruby_easy_rsa 0.11.0 → 0.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fce98e01a78f2ddade4ffdb7e71bdad3c34694ab274cd2e2d79f383ca67762e
4
- data.tar.gz: c9232308c06525839a44604722a7bd48cb7708915f5ee1c3c99c970fd5d71f32
3
+ metadata.gz: a26329cbc5fb89c72665658d8eb1643aa131c14b695d3890ed62ba06509a5db8
4
+ data.tar.gz: edfd558042fc9e9a1c079f50447f1879f348d89d8506fd99e2130462a3f200c3
5
5
  SHA512:
6
- metadata.gz: 388584488339a2084534cd108f88a748e225ed00ec6411422bc6a9c0c0497007ff93b0ac50d4bb959fd5f680145c733a9f1b203f4bb9475d439dc858ddeb6a3c
7
- data.tar.gz: 2309b1031fc28a669d2a22bd4678cc639a6edb303465df385ed637f4ebe19573c433ee8c410e3d028aa88e4edf165df8f5deee12824c8e7f2e9b7298fbe745b0
6
+ metadata.gz: db32a18263af6ae419a49b11761fca5fa3739c8eadb6fb49a3d5c0fae1e3d1b50e27de0ed882e3b014d6f95812533ad355db7d0098cf7011da986245768a9c90
7
+ data.tar.gz: 3498c0b6e30760f1674e656d68e80a29bea69ee41fbf147c4bafb823f9ee5b92588c13992880ad8f0d62cea61b222223e30b32ecb7dbe7c3fb0c2d349c43bdaa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_easy_rsa (0.11.0)
4
+ ruby_easy_rsa (0.12.0.pre.1)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
@@ -33,8 +33,8 @@ GEM
33
33
  lino (3.1.0)
34
34
  hamster (~> 3.0)
35
35
  open4 (~> 1.3)
36
- minitest (5.16.3)
37
- octokit (4.25.1)
36
+ minitest (5.17.0)
37
+ octokit (6.0.1)
38
38
  faraday (>= 1, < 3)
39
39
  sawyer (~> 0.9)
40
40
  open4 (1.3.4)
@@ -52,15 +52,15 @@ GEM
52
52
  rake_factory (0.31.0)
53
53
  activesupport (>= 4)
54
54
  rake (~> 13.0)
55
- rake_github (0.9.0)
55
+ rake_github (0.11.0)
56
56
  colored2 (~> 3.1)
57
- octokit (~> 4.16)
57
+ octokit (>= 4.16, < 7.0)
58
58
  rake_factory (~> 0.23)
59
59
  sshkey (~> 2.0)
60
- rake_gpg (0.16.0)
61
- rake_factory (>= 0.23, < 1)
62
- ruby_gpg2 (>= 0.6, < 1)
63
- rake_ssh (0.6.0)
60
+ rake_gpg (0.18.0)
61
+ rake_factory (~> 0.23)
62
+ ruby_gpg2 (~> 0.6)
63
+ rake_ssh (0.8.0)
64
64
  colored2 (~> 3.1)
65
65
  rake_factory (~> 0.23)
66
66
  sshkey (~> 2.0)
@@ -79,17 +79,17 @@ GEM
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
80
  rspec-support (~> 3.12.0)
81
81
  rspec-support (3.12.0)
82
- rubocop (1.41.1)
82
+ rubocop (1.42.0)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
85
  parser (>= 3.1.2.1)
86
86
  rainbow (>= 2.2.2, < 4.0)
87
87
  regexp_parser (>= 1.8, < 3.0)
88
88
  rexml (>= 3.2.5, < 4.0)
89
- rubocop-ast (>= 1.23.0, < 2.0)
89
+ rubocop-ast (>= 1.24.1, < 2.0)
90
90
  ruby-progressbar (~> 1.7)
91
91
  unicode-display_width (>= 1.4.0, < 3.0)
92
- rubocop-ast (1.24.0)
92
+ rubocop-ast (1.24.1)
93
93
  parser (>= 3.1.1.0)
94
94
  rubocop-rake (0.6.0)
95
95
  rubocop (~> 1.0)
@@ -97,8 +97,8 @@ GEM
97
97
  rubocop (~> 1.33)
98
98
  ruby-progressbar (1.11.0)
99
99
  ruby2_keywords (0.0.5)
100
- ruby_gpg2 (0.8.0)
101
- lino (>= 1.5)
100
+ ruby_gpg2 (0.10.0)
101
+ lino (~> 3.0)
102
102
  sawyer (0.9.2)
103
103
  addressable (>= 2.3.5)
104
104
  faraday (>= 0.17.3, < 3)
@@ -133,4 +133,4 @@ DEPENDENCIES
133
133
  simplecov
134
134
 
135
135
  BUNDLED WITH
136
- 2.4.0
136
+ 2.4.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyEasyRSA
4
- VERSION = '0.11.0'
4
+ VERSION = '0.12.0.pre.1'
5
5
  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.11.0
4
+ version: 0.12.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: 2022-12-24 00:00:00.000000000 Z
11
+ date: 2023-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino
@@ -257,9 +257,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
257
257
  version: '2.7'
258
258
  required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  requirements:
260
- - - ">="
260
+ - - ">"
261
261
  - !ruby/object:Gem::Version
262
- version: '0'
262
+ version: 1.3.1
263
263
  requirements: []
264
264
  rubygems_version: 3.1.6
265
265
  signing_key: