rake_leiningen 0.30.0 → 0.31.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 +33 -25
- data/lib/rake_leiningen/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: eb4046dabd3398c742e1103b330d5286825662c7fb6f2ec6fc9a8144cc5e3746
|
|
4
|
+
data.tar.gz: c44e01d6777d8c28f8aa1f9c3be48f8a479b6bc19a0fa5817feeb5addcf14db1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd7e4980bca89c9488331cdf33e6918efa7390e31d5115a9093444d80f2e79e5e61c3660b9048058123a73c290b733089d322a11fa742e5565e1ca6f43098094
|
|
7
|
+
data.tar.gz: 1b52d31283dafb00e2fbb02ba73cec32a397c008a6138984a4c9909bb1433e8ee9d53139896e811eef15638f3f2d221cf606004b2fbe7175b7c95b204e4fd58e
|
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 incident.
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_leiningen (0.
|
|
4
|
+
rake_leiningen (0.31.0.pre.1)
|
|
5
5
|
rake_dependencies (~> 2, < 3)
|
|
6
6
|
rake_factory (>= 0.23, < 1)
|
|
7
7
|
ruby_leiningen (>= 0.21)
|
|
@@ -10,7 +10,7 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (6.1.
|
|
13
|
+
activesupport (6.1.3.2)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
15
|
i18n (>= 1.6, < 2)
|
|
16
16
|
minitest (>= 5.1)
|
|
@@ -19,28 +19,36 @@ GEM
|
|
|
19
19
|
addressable (2.7.0)
|
|
20
20
|
public_suffix (>= 2.0.2, < 5.0)
|
|
21
21
|
colored2 (3.1.2)
|
|
22
|
-
concurrent-ruby (1.1.
|
|
22
|
+
concurrent-ruby (1.1.8)
|
|
23
23
|
diff-lcs (1.4.4)
|
|
24
|
-
docile (1.
|
|
25
|
-
excon (0.
|
|
26
|
-
fakefs (1.3.
|
|
27
|
-
faraday (1.
|
|
24
|
+
docile (1.4.0)
|
|
25
|
+
excon (0.82.0)
|
|
26
|
+
fakefs (1.3.2)
|
|
27
|
+
faraday (1.4.2)
|
|
28
|
+
faraday-em_http (~> 1.0)
|
|
29
|
+
faraday-em_synchrony (~> 1.0)
|
|
30
|
+
faraday-excon (~> 1.1)
|
|
28
31
|
faraday-net_http (~> 1.0)
|
|
32
|
+
faraday-net_http_persistent (~> 1.1)
|
|
29
33
|
multipart-post (>= 1.2, < 3)
|
|
30
|
-
ruby2_keywords
|
|
31
|
-
faraday-
|
|
32
|
-
|
|
34
|
+
ruby2_keywords (>= 0.0.4)
|
|
35
|
+
faraday-em_http (1.0.0)
|
|
36
|
+
faraday-em_synchrony (1.0.0)
|
|
37
|
+
faraday-excon (1.1.0)
|
|
38
|
+
faraday-net_http (1.0.1)
|
|
39
|
+
faraday-net_http_persistent (1.1.0)
|
|
40
|
+
gem-release (2.2.1)
|
|
33
41
|
hamster (3.0.0)
|
|
34
42
|
concurrent-ruby (~> 1.0)
|
|
35
|
-
i18n (1.8.
|
|
43
|
+
i18n (1.8.10)
|
|
36
44
|
concurrent-ruby (~> 1.0)
|
|
37
|
-
lino (
|
|
45
|
+
lino (3.0.0)
|
|
38
46
|
hamster (~> 3.0)
|
|
39
47
|
open4 (~> 1.3)
|
|
40
48
|
minitar (0.9)
|
|
41
|
-
minitest (5.14.
|
|
49
|
+
minitest (5.14.4)
|
|
42
50
|
multipart-post (2.1.1)
|
|
43
|
-
octokit (4.
|
|
51
|
+
octokit (4.21.0)
|
|
44
52
|
faraday (>= 0.9)
|
|
45
53
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
46
54
|
open4 (1.3.4)
|
|
@@ -51,7 +59,7 @@ GEM
|
|
|
51
59
|
excon (~> 0.72)
|
|
52
60
|
rake_factory (~> 0.23)
|
|
53
61
|
sshkey (~> 2.0)
|
|
54
|
-
rake_dependencies (2.
|
|
62
|
+
rake_dependencies (2.11.0)
|
|
55
63
|
hamster (~> 3.0)
|
|
56
64
|
minitar (~> 0.9)
|
|
57
65
|
rake_factory (~> 0.23)
|
|
@@ -64,10 +72,10 @@ GEM
|
|
|
64
72
|
octokit (~> 4.16)
|
|
65
73
|
rake_factory (~> 0.23)
|
|
66
74
|
sshkey (~> 2.0)
|
|
67
|
-
rake_gpg (0.
|
|
75
|
+
rake_gpg (0.16.0)
|
|
68
76
|
rake_factory (>= 0.23, < 1)
|
|
69
77
|
ruby_gpg2 (>= 0.6, < 1)
|
|
70
|
-
rake_ssh (0.
|
|
78
|
+
rake_ssh (0.6.0)
|
|
71
79
|
colored2 (~> 3.1)
|
|
72
80
|
rake_factory (~> 0.23)
|
|
73
81
|
sshkey (~> 2.0)
|
|
@@ -80,14 +88,14 @@ GEM
|
|
|
80
88
|
rspec-expectations (3.10.1)
|
|
81
89
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
82
90
|
rspec-support (~> 3.10.0)
|
|
83
|
-
rspec-mocks (3.10.
|
|
91
|
+
rspec-mocks (3.10.2)
|
|
84
92
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
85
93
|
rspec-support (~> 3.10.0)
|
|
86
|
-
rspec-support (3.10.
|
|
87
|
-
ruby2_keywords (0.0.
|
|
88
|
-
ruby_gpg2 (0.
|
|
94
|
+
rspec-support (3.10.2)
|
|
95
|
+
ruby2_keywords (0.0.4)
|
|
96
|
+
ruby_gpg2 (0.8.0)
|
|
89
97
|
lino (>= 1.5)
|
|
90
|
-
ruby_leiningen (0.
|
|
98
|
+
ruby_leiningen (0.23.0)
|
|
91
99
|
activesupport (~> 6.0, >= 6.0.2)
|
|
92
100
|
lino (>= 1.5)
|
|
93
101
|
rubyzip (2.3.0)
|
|
@@ -95,12 +103,12 @@ GEM
|
|
|
95
103
|
addressable (>= 2.3.5)
|
|
96
104
|
faraday (> 0.8, < 2.0)
|
|
97
105
|
semantic (1.6.1)
|
|
98
|
-
simplecov (0.
|
|
106
|
+
simplecov (0.21.2)
|
|
99
107
|
docile (~> 1.1)
|
|
100
108
|
simplecov-html (~> 0.11)
|
|
101
109
|
simplecov_json_formatter (~> 0.1)
|
|
102
110
|
simplecov-html (0.12.3)
|
|
103
|
-
simplecov_json_formatter (0.1.
|
|
111
|
+
simplecov_json_formatter (0.1.3)
|
|
104
112
|
sshkey (2.0.0)
|
|
105
113
|
tzinfo (2.0.4)
|
|
106
114
|
concurrent-ruby (~> 1.0)
|
|
@@ -126,4 +134,4 @@ DEPENDENCIES
|
|
|
126
134
|
simplecov (~> 0.16)
|
|
127
135
|
|
|
128
136
|
BUNDLED WITH
|
|
129
|
-
2.2.
|
|
137
|
+
2.2.18
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_leiningen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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_dependencies
|
|
@@ -235,7 +235,7 @@ dependencies:
|
|
|
235
235
|
description: Rake tasks for common leiningen commands allowing a leiningen project
|
|
236
236
|
to be managed as part of a build.
|
|
237
237
|
email:
|
|
238
|
-
-
|
|
238
|
+
- maintainers@infrablocks.io
|
|
239
239
|
executables: []
|
|
240
240
|
extensions: []
|
|
241
241
|
extra_rdoc_files: []
|
|
@@ -281,9 +281,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
281
281
|
version: 2.6.0
|
|
282
282
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
283
283
|
requirements:
|
|
284
|
-
- - "
|
|
284
|
+
- - ">"
|
|
285
285
|
- !ruby/object:Gem::Version
|
|
286
|
-
version:
|
|
286
|
+
version: 1.3.1
|
|
287
287
|
requirements: []
|
|
288
288
|
rubygems_version: 3.0.1
|
|
289
289
|
signing_key:
|