Skip to content

Commit 07415ad

Browse files
committed
feat: add make-env binary
1 parent 8ddd57a commit 07415ad

File tree

9 files changed

+586
-25
lines changed

9 files changed

+586
-25
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AllCops:
22
TargetRubyVersion: 2.6
3+
DefaultFormatter: simple
34

45
Style/StringLiterals:
56
Enabled: true

Gemfile.lock

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
PATH
2+
remote: .
3+
specs:
4+
make-env (0.1.0)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
ast (2.4.2)
10+
diff-lcs (1.5.0)
11+
json (2.6.3)
12+
parallel (1.22.1)
13+
parser (3.2.0.0)
14+
ast (~> 2.4.1)
15+
rainbow (3.1.1)
16+
rake (13.0.6)
17+
regexp_parser (2.6.1)
18+
rexml (3.2.5)
19+
rspec (3.12.0)
20+
rspec-core (~> 3.12.0)
21+
rspec-expectations (~> 3.12.0)
22+
rspec-mocks (~> 3.12.0)
23+
rspec-core (3.12.0)
24+
rspec-support (~> 3.12.0)
25+
rspec-expectations (3.12.1)
26+
diff-lcs (>= 1.2.0, < 2.0)
27+
rspec-support (~> 3.12.0)
28+
rspec-mocks (3.12.1)
29+
diff-lcs (>= 1.2.0, < 2.0)
30+
rspec-support (~> 3.12.0)
31+
rspec-support (3.12.0)
32+
rubocop (1.42.0)
33+
json (~> 2.3)
34+
parallel (~> 1.10)
35+
parser (>= 3.1.2.1)
36+
rainbow (>= 2.2.2, < 4.0)
37+
regexp_parser (>= 1.8, < 3.0)
38+
rexml (>= 3.2.5, < 4.0)
39+
rubocop-ast (>= 1.24.1, < 2.0)
40+
ruby-progressbar (~> 1.7)
41+
unicode-display_width (>= 1.4.0, < 3.0)
42+
rubocop-ast (1.24.1)
43+
parser (>= 3.1.1.0)
44+
ruby-progressbar (1.11.0)
45+
unicode-display_width (2.4.2)
46+
47+
PLATFORMS
48+
x86_64-linux
49+
50+
DEPENDENCIES
51+
make-env!
52+
rake (~> 13.0)
53+
rspec (~> 3.0)
54+
rubocop (~> 1.21)
55+
56+
BUNDLED WITH
57+
2.4.1

0 commit comments

Comments
 (0)