rake_factory 0.29.0 → 0.30.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 +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +31 -23
- data/lib/rake_factory/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d25b0d779ab0be7b1f88b99930137a64834fce3a9fdcfd755204d17a24be018
|
|
4
|
+
data.tar.gz: d1a5e802fdc5d074e361bedf1c28e05044799b7f991a0b54888def6c0870421d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5b1f71572c4d70d402d5a05489e9e59e21ada05a5cc7e67c1206bdd505b89e5900a36feff96283a1e07b6bd09a62efd3978c3937cd40f75b8314b8259ba9cb5
|
|
7
|
+
data.tar.gz: a5d5866a4da7e939a3bc1e694c54fce5d6e74184fb9be1b38aa529383ed55018fca829055aae5eb70e64e8ea0c41ea6cfb51cb204186b60e267d28ff5569e1fd
|
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
|
|
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
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_factory (0.
|
|
4
|
+
rake_factory (0.30.0.pre.1)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
rake (~> 13.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (6.1.
|
|
11
|
+
activesupport (6.1.3.2)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
13
|
i18n (>= 1.6, < 2)
|
|
14
14
|
minitest (>= 5.1)
|
|
@@ -17,27 +17,35 @@ GEM
|
|
|
17
17
|
addressable (2.7.0)
|
|
18
18
|
public_suffix (>= 2.0.2, < 5.0)
|
|
19
19
|
colored2 (3.1.2)
|
|
20
|
-
concurrent-ruby (1.1.
|
|
20
|
+
concurrent-ruby (1.1.8)
|
|
21
21
|
diff-lcs (1.4.4)
|
|
22
|
-
docile (1.
|
|
23
|
-
excon (0.
|
|
22
|
+
docile (1.4.0)
|
|
23
|
+
excon (0.82.0)
|
|
24
24
|
fakefs (0.20.1)
|
|
25
|
-
faraday (1.
|
|
25
|
+
faraday (1.4.2)
|
|
26
|
+
faraday-em_http (~> 1.0)
|
|
27
|
+
faraday-em_synchrony (~> 1.0)
|
|
28
|
+
faraday-excon (~> 1.1)
|
|
26
29
|
faraday-net_http (~> 1.0)
|
|
30
|
+
faraday-net_http_persistent (~> 1.1)
|
|
27
31
|
multipart-post (>= 1.2, < 3)
|
|
28
|
-
ruby2_keywords
|
|
29
|
-
faraday-
|
|
30
|
-
|
|
32
|
+
ruby2_keywords (>= 0.0.4)
|
|
33
|
+
faraday-em_http (1.0.0)
|
|
34
|
+
faraday-em_synchrony (1.0.0)
|
|
35
|
+
faraday-excon (1.1.0)
|
|
36
|
+
faraday-net_http (1.0.1)
|
|
37
|
+
faraday-net_http_persistent (1.1.0)
|
|
38
|
+
gem-release (2.2.1)
|
|
31
39
|
hamster (3.0.0)
|
|
32
40
|
concurrent-ruby (~> 1.0)
|
|
33
|
-
i18n (1.8.
|
|
41
|
+
i18n (1.8.10)
|
|
34
42
|
concurrent-ruby (~> 1.0)
|
|
35
|
-
lino (
|
|
43
|
+
lino (3.0.0)
|
|
36
44
|
hamster (~> 3.0)
|
|
37
45
|
open4 (~> 1.3)
|
|
38
|
-
minitest (5.14.
|
|
46
|
+
minitest (5.14.4)
|
|
39
47
|
multipart-post (2.1.1)
|
|
40
|
-
octokit (4.
|
|
48
|
+
octokit (4.21.0)
|
|
41
49
|
faraday (>= 0.9)
|
|
42
50
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
43
51
|
open4 (1.3.4)
|
|
@@ -48,15 +56,15 @@ GEM
|
|
|
48
56
|
excon (~> 0.72)
|
|
49
57
|
rake_factory (~> 0.23)
|
|
50
58
|
sshkey (~> 2.0)
|
|
51
|
-
rake_github (0.
|
|
59
|
+
rake_github (0.7.0)
|
|
52
60
|
colored2 (~> 3.1)
|
|
53
61
|
octokit (~> 4.16)
|
|
54
62
|
rake_factory (~> 0.23)
|
|
55
63
|
sshkey (~> 2.0)
|
|
56
|
-
rake_gpg (0.
|
|
64
|
+
rake_gpg (0.16.0)
|
|
57
65
|
rake_factory (>= 0.23, < 1)
|
|
58
66
|
ruby_gpg2 (>= 0.6, < 1)
|
|
59
|
-
rake_ssh (0.
|
|
67
|
+
rake_ssh (0.6.0)
|
|
60
68
|
colored2 (~> 3.1)
|
|
61
69
|
rake_factory (~> 0.23)
|
|
62
70
|
sshkey (~> 2.0)
|
|
@@ -69,22 +77,22 @@ GEM
|
|
|
69
77
|
rspec-expectations (3.10.1)
|
|
70
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
71
79
|
rspec-support (~> 3.10.0)
|
|
72
|
-
rspec-mocks (3.10.
|
|
80
|
+
rspec-mocks (3.10.2)
|
|
73
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
74
82
|
rspec-support (~> 3.10.0)
|
|
75
|
-
rspec-support (3.10.
|
|
76
|
-
ruby2_keywords (0.0.
|
|
77
|
-
ruby_gpg2 (0.
|
|
83
|
+
rspec-support (3.10.2)
|
|
84
|
+
ruby2_keywords (0.0.4)
|
|
85
|
+
ruby_gpg2 (0.8.0)
|
|
78
86
|
lino (>= 1.5)
|
|
79
87
|
sawyer (0.8.2)
|
|
80
88
|
addressable (>= 2.3.5)
|
|
81
89
|
faraday (> 0.8, < 2.0)
|
|
82
|
-
simplecov (0.
|
|
90
|
+
simplecov (0.21.2)
|
|
83
91
|
docile (~> 1.1)
|
|
84
92
|
simplecov-html (~> 0.11)
|
|
85
93
|
simplecov_json_formatter (~> 0.1)
|
|
86
94
|
simplecov-html (0.12.3)
|
|
87
|
-
simplecov_json_formatter (0.1.
|
|
95
|
+
simplecov_json_formatter (0.1.3)
|
|
88
96
|
sshkey (2.0.0)
|
|
89
97
|
tzinfo (2.0.4)
|
|
90
98
|
concurrent-ruby (~> 1.0)
|
|
@@ -107,4 +115,4 @@ DEPENDENCIES
|
|
|
107
115
|
simplecov (~> 0.16)
|
|
108
116
|
|
|
109
117
|
BUNDLED WITH
|
|
110
|
-
2.2.
|
|
118
|
+
2.2.18
|
data/lib/rake_factory/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_factory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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: 2021-
|
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -181,7 +181,7 @@ dependencies:
|
|
|
181
181
|
description: Provides base classes and modules to allow declarative definition of
|
|
182
182
|
rake tasks.
|
|
183
183
|
email:
|
|
184
|
-
-
|
|
184
|
+
- maintainers@infrablocks.io
|
|
185
185
|
executables: []
|
|
186
186
|
extensions: []
|
|
187
187
|
extra_rdoc_files: []
|
|
@@ -226,9 +226,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
226
226
|
version: '2.6'
|
|
227
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
228
228
|
requirements:
|
|
229
|
-
- - "
|
|
229
|
+
- - ">"
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version:
|
|
231
|
+
version: 1.3.1
|
|
232
232
|
requirements: []
|
|
233
233
|
rubygems_version: 3.0.1
|
|
234
234
|
signing_key:
|