rascal 0.3.8 → 0.4.0
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/.github/workflows/test.yml +3 -3
- data/.ruby-version +1 -1
- data/CHANGELOG.md +14 -0
- data/Gemfile.common +1 -0
- data/Gemfile.lock +4 -2
- data/README.md +48 -1
- data/lib/rascal/cli/environments.rb +15 -0
- data/lib/rascal/cli/main.rb +18 -0
- data/lib/rascal/cli/run.rb +29 -0
- data/lib/rascal/cli.rb +7 -5
- data/lib/rascal/docker/container.rb +2 -4
- data/lib/rascal/docker/interface.rb +1 -0
- data/lib/rascal/environment.rb +36 -0
- data/lib/rascal/environments_definition/gitlab.rb +1 -2
- data/lib/rascal/version.rb +1 -1
- data/media/logo.dark.shapes.svg +125 -0
- data/media/logo.dark.text.svg +107 -0
- data/media/logo.light.shapes.svg +125 -0
- data/media/logo.light.text.svg +107 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- metadata +11 -5
- data/Gemfile.2.5 +0 -1
- data/Gemfile.2.5.lock +0 -125
data/Gemfile.2.5.lock
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
rascal (0.3.8)
|
|
5
|
-
thor (>= 1.0.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
aruba (0.14.14)
|
|
11
|
-
childprocess (>= 0.6.3, < 4.0.0)
|
|
12
|
-
contracts (~> 0.9)
|
|
13
|
-
cucumber (>= 1.3.19)
|
|
14
|
-
ffi (~> 1.9)
|
|
15
|
-
rspec-expectations (>= 2.99)
|
|
16
|
-
thor (>= 0.19, < 2.0)
|
|
17
|
-
builder (3.2.4)
|
|
18
|
-
childprocess (1.0.0)
|
|
19
|
-
coderay (1.1.2)
|
|
20
|
-
contracts (0.16.0)
|
|
21
|
-
cucumber (7.1.0)
|
|
22
|
-
builder (~> 3.2, >= 3.2.4)
|
|
23
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
24
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
|
25
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
26
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
27
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
|
28
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
29
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
|
30
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
|
31
|
-
mime-types (~> 3.3, >= 3.3.1)
|
|
32
|
-
multi_test (~> 0.1, >= 0.1.2)
|
|
33
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
34
|
-
cucumber-core (10.1.1)
|
|
35
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
36
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
37
|
-
cucumber-tag-expressions (~> 4.1, >= 4.1.0)
|
|
38
|
-
cucumber-create-meta (6.0.4)
|
|
39
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
40
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
41
|
-
cucumber-cucumber-expressions (14.0.0)
|
|
42
|
-
cucumber-gherkin (22.0.0)
|
|
43
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
44
|
-
cucumber-html-formatter (17.0.0)
|
|
45
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
|
46
|
-
cucumber-messages (17.1.1)
|
|
47
|
-
cucumber-tag-expressions (4.1.0)
|
|
48
|
-
cucumber-wire (6.2.1)
|
|
49
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
50
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
51
|
-
diff-lcs (1.5.0)
|
|
52
|
-
ffi (1.10.0)
|
|
53
|
-
formatador (0.2.5)
|
|
54
|
-
guard (2.17.0)
|
|
55
|
-
formatador (>= 0.2.4)
|
|
56
|
-
listen (>= 2.7, < 4.0)
|
|
57
|
-
lumberjack (>= 1.0.12, < 2.0)
|
|
58
|
-
nenv (~> 0.1)
|
|
59
|
-
notiffany (~> 0.0)
|
|
60
|
-
pry (>= 0.9.12)
|
|
61
|
-
shellany (~> 0.0)
|
|
62
|
-
thor (>= 0.18.1)
|
|
63
|
-
guard-compat (1.2.1)
|
|
64
|
-
guard-cucumber (1.5.4)
|
|
65
|
-
cucumber (>= 1.3.0)
|
|
66
|
-
guard-compat (~> 1.0)
|
|
67
|
-
nenv (~> 0.1)
|
|
68
|
-
guard-rspec (4.7.3)
|
|
69
|
-
guard (~> 2.1)
|
|
70
|
-
guard-compat (~> 1.1)
|
|
71
|
-
rspec (>= 2.99.0, < 4.0)
|
|
72
|
-
listen (3.1.5)
|
|
73
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
74
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
|
75
|
-
ruby_dep (~> 1.2)
|
|
76
|
-
lumberjack (1.0.13)
|
|
77
|
-
method_source (0.9.2)
|
|
78
|
-
mime-types (3.4.1)
|
|
79
|
-
mime-types-data (~> 3.2015)
|
|
80
|
-
mime-types-data (3.2022.0105)
|
|
81
|
-
multi_test (0.1.2)
|
|
82
|
-
nenv (0.3.0)
|
|
83
|
-
notiffany (0.1.1)
|
|
84
|
-
nenv (~> 0.1)
|
|
85
|
-
shellany (~> 0.0)
|
|
86
|
-
pry (0.12.2)
|
|
87
|
-
coderay (~> 1.1.0)
|
|
88
|
-
method_source (~> 0.9.0)
|
|
89
|
-
rake (13.0.1)
|
|
90
|
-
rb-fsevent (0.10.3)
|
|
91
|
-
rb-inotify (0.10.0)
|
|
92
|
-
ffi (~> 1.0)
|
|
93
|
-
rspec (3.8.0)
|
|
94
|
-
rspec-core (~> 3.8.0)
|
|
95
|
-
rspec-expectations (~> 3.8.0)
|
|
96
|
-
rspec-mocks (~> 3.8.0)
|
|
97
|
-
rspec-core (3.8.0)
|
|
98
|
-
rspec-support (~> 3.8.0)
|
|
99
|
-
rspec-expectations (3.8.2)
|
|
100
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
101
|
-
rspec-support (~> 3.8.0)
|
|
102
|
-
rspec-mocks (3.8.0)
|
|
103
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
104
|
-
rspec-support (~> 3.8.0)
|
|
105
|
-
rspec-support (3.8.0)
|
|
106
|
-
ruby_dep (1.5.0)
|
|
107
|
-
shellany (0.0.1)
|
|
108
|
-
sys-uname (1.2.2)
|
|
109
|
-
ffi (~> 1.1)
|
|
110
|
-
thor (1.2.2)
|
|
111
|
-
|
|
112
|
-
PLATFORMS
|
|
113
|
-
ruby
|
|
114
|
-
|
|
115
|
-
DEPENDENCIES
|
|
116
|
-
aruba
|
|
117
|
-
cucumber
|
|
118
|
-
guard-cucumber
|
|
119
|
-
guard-rspec
|
|
120
|
-
rake (~> 13.0)
|
|
121
|
-
rascal!
|
|
122
|
-
rspec
|
|
123
|
-
|
|
124
|
-
BUNDLED WITH
|
|
125
|
-
2.3.27
|