rake_vault 0.1.0.pre.13 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +47 -44
- data/Rakefile +1 -1
- data/lib/rake_vault/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 860786962846c498d1a92183fae7f9913fdc3ee99b73cd83391fda47f96fb2a7
|
4
|
+
data.tar.gz: 9c50d3a19ccc88cac19bd747749f2fd592695ea3c257a136651ac83bd9337133
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96343588dc07cf959ec54cb627cc4549b9b3abe6f66801de5854d40e14d773cd97185d6ebc4c4ef6e8a8ce86e7b9fb53a959dd958ab9debed07377191e88e7de
|
7
|
+
data.tar.gz: 4f371be2845cdcefc56e55c3d2814fb47358a83632d62be2b3311bd58565389ae3ed2e6c0c0a27c72e0aa24d05b21b0bd4e6c60e5c608434a7e02ebe3a359891
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_vault (0.
|
4
|
+
rake_vault (0.2.0)
|
5
5
|
colored2 (~> 3.1)
|
6
6
|
rake_dependencies (~> 3.1)
|
7
7
|
rake_factory (~> 0.23)
|
@@ -16,112 +16,115 @@ GEM
|
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
18
18
|
tzinfo (~> 2.0)
|
19
|
-
addressable (2.8.
|
20
|
-
public_suffix (>= 2.0.2, <
|
19
|
+
addressable (2.8.1)
|
20
|
+
public_suffix (>= 2.0.2, < 6.0)
|
21
21
|
ast (2.4.2)
|
22
22
|
aws-eventstream (1.2.0)
|
23
|
-
aws-sigv4 (1.5.
|
23
|
+
aws-sigv4 (1.5.2)
|
24
24
|
aws-eventstream (~> 1, >= 1.0.2)
|
25
25
|
colored2 (3.1.2)
|
26
26
|
concurrent-ruby (1.1.10)
|
27
27
|
diff-lcs (1.5.0)
|
28
28
|
docile (1.4.0)
|
29
|
-
|
30
|
-
|
31
|
-
|
29
|
+
down (5.4.0)
|
30
|
+
addressable (~> 2.8)
|
31
|
+
excon (0.95.0)
|
32
|
+
faraday (2.7.2)
|
33
|
+
faraday-net_http (>= 2.0, < 3.1)
|
32
34
|
ruby2_keywords (>= 0.0.4)
|
33
|
-
faraday-net_http (
|
35
|
+
faraday-net_http (3.0.2)
|
34
36
|
gem-release (2.2.2)
|
35
37
|
hamster (3.0.0)
|
36
38
|
concurrent-ruby (~> 1.0)
|
37
39
|
i18n (1.12.0)
|
38
40
|
concurrent-ruby (~> 1.0)
|
39
41
|
immutable-struct (2.4.1)
|
40
|
-
json (2.6.
|
41
|
-
lino (3.
|
42
|
+
json (2.6.3)
|
43
|
+
lino (3.1.0)
|
42
44
|
hamster (~> 3.0)
|
43
45
|
open4 (~> 1.3)
|
44
46
|
memfs (1.0.0)
|
45
47
|
minitar (0.9)
|
46
48
|
minitest (5.16.3)
|
47
|
-
octokit (
|
49
|
+
octokit (6.0.1)
|
48
50
|
faraday (>= 1, < 3)
|
49
51
|
sawyer (~> 0.9)
|
50
52
|
open4 (1.3.4)
|
51
53
|
parallel (1.22.1)
|
52
|
-
parser (3.1.
|
54
|
+
parser (3.1.3.0)
|
53
55
|
ast (~> 2.4.1)
|
54
|
-
public_suffix (
|
56
|
+
public_suffix (5.0.1)
|
55
57
|
rainbow (3.1.1)
|
56
58
|
rake (13.0.6)
|
57
|
-
rake_circle_ci (0.
|
59
|
+
rake_circle_ci (0.11.0)
|
58
60
|
colored2 (~> 3.1)
|
59
61
|
excon (~> 0.72)
|
60
62
|
rake_factory (~> 0.23)
|
61
63
|
sshkey (~> 2.0)
|
62
|
-
rake_dependencies (3.
|
64
|
+
rake_dependencies (3.3.0)
|
65
|
+
down (~> 5.3)
|
63
66
|
hamster (~> 3.0)
|
64
67
|
minitar (~> 0.9)
|
65
68
|
rake_factory (~> 0.23)
|
66
69
|
rubyzip (>= 1.3)
|
67
|
-
rake_factory (0.
|
70
|
+
rake_factory (0.31.0)
|
68
71
|
activesupport (>= 4)
|
69
72
|
rake (~> 13.0)
|
70
|
-
rake_github (0.
|
73
|
+
rake_github (0.11.0)
|
71
74
|
colored2 (~> 3.1)
|
72
|
-
octokit (
|
75
|
+
octokit (>= 4.16, < 7.0)
|
73
76
|
rake_factory (~> 0.23)
|
74
77
|
sshkey (~> 2.0)
|
75
|
-
rake_gpg (0.
|
76
|
-
rake_factory (
|
77
|
-
ruby_gpg2 (
|
78
|
-
rake_ssh (0.
|
78
|
+
rake_gpg (0.18.0)
|
79
|
+
rake_factory (~> 0.23)
|
80
|
+
ruby_gpg2 (~> 0.6)
|
81
|
+
rake_ssh (0.8.0)
|
79
82
|
colored2 (~> 3.1)
|
80
83
|
rake_factory (~> 0.23)
|
81
84
|
sshkey (~> 2.0)
|
82
|
-
regexp_parser (2.
|
85
|
+
regexp_parser (2.6.1)
|
83
86
|
rexml (3.2.5)
|
84
|
-
rspec (3.
|
85
|
-
rspec-core (~> 3.
|
86
|
-
rspec-expectations (~> 3.
|
87
|
-
rspec-mocks (~> 3.
|
88
|
-
rspec-core (3.
|
89
|
-
rspec-support (~> 3.
|
90
|
-
rspec-expectations (3.
|
87
|
+
rspec (3.12.0)
|
88
|
+
rspec-core (~> 3.12.0)
|
89
|
+
rspec-expectations (~> 3.12.0)
|
90
|
+
rspec-mocks (~> 3.12.0)
|
91
|
+
rspec-core (3.12.0)
|
92
|
+
rspec-support (~> 3.12.0)
|
93
|
+
rspec-expectations (3.12.1)
|
91
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-mocks (3.
|
95
|
+
rspec-support (~> 3.12.0)
|
96
|
+
rspec-mocks (3.12.1)
|
94
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-support (3.
|
97
|
-
rubocop (1.
|
98
|
+
rspec-support (~> 3.12.0)
|
99
|
+
rspec-support (3.12.0)
|
100
|
+
rubocop (1.41.1)
|
98
101
|
json (~> 2.3)
|
99
102
|
parallel (~> 1.10)
|
100
103
|
parser (>= 3.1.2.1)
|
101
104
|
rainbow (>= 2.2.2, < 4.0)
|
102
105
|
regexp_parser (>= 1.8, < 3.0)
|
103
106
|
rexml (>= 3.2.5, < 4.0)
|
104
|
-
rubocop-ast (>= 1.
|
107
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
105
108
|
ruby-progressbar (~> 1.7)
|
106
109
|
unicode-display_width (>= 1.4.0, < 3.0)
|
107
|
-
rubocop-ast (1.
|
110
|
+
rubocop-ast (1.24.0)
|
108
111
|
parser (>= 3.1.1.0)
|
109
112
|
rubocop-rake (0.6.0)
|
110
113
|
rubocop (~> 1.0)
|
111
|
-
rubocop-rspec (2.
|
114
|
+
rubocop-rspec (2.16.0)
|
112
115
|
rubocop (~> 1.33)
|
113
116
|
ruby-progressbar (1.11.0)
|
114
117
|
ruby2_keywords (0.0.5)
|
115
|
-
ruby_gpg2 (0.
|
116
|
-
lino (
|
117
|
-
ruby_vault (0.1.0
|
118
|
+
ruby_gpg2 (0.10.0)
|
119
|
+
lino (~> 3.0)
|
120
|
+
ruby_vault (0.1.0)
|
118
121
|
immutable-struct (~> 2.4)
|
119
122
|
lino (~> 3.0)
|
120
123
|
rubyzip (2.3.2)
|
121
124
|
sawyer (0.9.2)
|
122
125
|
addressable (>= 2.3.5)
|
123
126
|
faraday (>= 0.17.3, < 3)
|
124
|
-
simplecov (0.
|
127
|
+
simplecov (0.22.0)
|
125
128
|
docile (~> 1.1)
|
126
129
|
simplecov-html (~> 0.11)
|
127
130
|
simplecov_json_formatter (~> 0.1)
|
@@ -130,7 +133,7 @@ GEM
|
|
130
133
|
sshkey (2.0.0)
|
131
134
|
tzinfo (2.0.5)
|
132
135
|
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.
|
136
|
+
unicode-display_width (2.3.0)
|
134
137
|
vault (0.17.0)
|
135
138
|
aws-sigv4
|
136
139
|
|
@@ -158,4 +161,4 @@ DEPENDENCIES
|
|
158
161
|
simplecov
|
159
162
|
|
160
163
|
BUNDLED WITH
|
161
|
-
2.
|
164
|
+
2.4.1
|
data/Rakefile
CHANGED
data/lib/rake_vault/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_vault
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
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-
|
11
|
+
date: 2022-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colored2
|
@@ -319,9 +319,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
319
319
|
version: '2.7'
|
320
320
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
321
321
|
requirements:
|
322
|
-
- - "
|
322
|
+
- - ">="
|
323
323
|
- !ruby/object:Gem::Version
|
324
|
-
version:
|
324
|
+
version: '0'
|
325
325
|
requirements: []
|
326
326
|
rubygems_version: 3.1.6
|
327
327
|
signing_key:
|