rascal 0.3.7 → 0.3.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2c69b643b7dc14913085c3255cf11421dca933e19a3f148fb52e53fdacf8174
4
- data.tar.gz: c15df780599c8984ab20c44f5cde8f50bf7e0e4f6300ec82e4940f607916602f
3
+ metadata.gz: ffca96c320440170db495b607004508d9f60aac4d6f387e803084aff3480344f
4
+ data.tar.gz: ca02687246280f362e0035a697a9061eec1edf46de2ebccdc67fc8999f4902d5
5
5
  SHA512:
6
- metadata.gz: e727361949e6fc657fd995595cff0f19b6e0e7593a05e01ca9b81e75e1ab0ca7af055e506937b76948e1a175ff59df5c9df7437677589d6657678138f7f6c3e4
7
- data.tar.gz: 6854688dad1a0efec3b9278b8b2e9aa42b78bdc06f45f89d95eea0c17ff67ad430afd6c81f9fec43ee318207050053dc6ab314d3d5a355671ba856be9e49f9af
6
+ metadata.gz: 88d02bffc72f022deea6798ff1ff34561874367b4d30c796162eae4cbad6610018682ad9b7f1992e319d823a6745e5125c723aa0c97938b64ecf79695ca16652
7
+ data.tar.gz: cf2c78e81c688d8529828b06f7544bc03887005fbd456a09b23c64ccde685a5eecfa6859427a748c8abfca6e3529a1fc351679cdaa4b9aefa261e5a5e6ffc3dc
@@ -8,15 +8,15 @@ on:
8
8
  - main
9
9
  jobs:
10
10
  test:
11
- runs-on: ubuntu-20.04
11
+ runs-on: ubuntu-24.04
12
12
  strategy:
13
13
  fail-fast: false
14
14
  matrix:
15
15
  include:
16
- - ruby: 2.5.8
17
- gemfile: Gemfile.2.5
18
16
  - ruby: 3.2.0
19
17
  gemfile: Gemfile
18
+ - ruby: 3.4.1
19
+ gemfile: Gemfile
20
20
  env:
21
21
  BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
22
22
  steps:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.4.8
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to this project will be documented here.
4
4
 
5
5
  Rascal follows semantic versioning. This has little consequence pre 1.0, so expect breaking changes.
6
6
 
7
+ ## 0.3.9 (2026-06-19)
8
+
9
+ - Support variables within service definitions.
10
+ - Drop support for Ruby < 3.
11
+
12
+
13
+ ## 0.3.8 (2025-02-10)
14
+
15
+ - Ruby 3.4 support.
16
+
17
+
7
18
  ## 0.3.7 (2024-03-22)
8
19
 
9
20
  - Ignore `stage:` blocks in .gitlab-ci.yml.
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rascal (0.3.7)
5
- thor (~> 0.20.3)
4
+ rascal (0.3.9)
5
+ thor (>= 1.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -14,36 +14,38 @@ GEM
14
14
  ffi (~> 1.9)
15
15
  rspec-expectations (>= 2.99)
16
16
  thor (>= 0.19, < 2.0)
17
- builder (3.2.4)
17
+ bigdecimal (3.1.9)
18
+ builder (3.3.0)
18
19
  childprocess (3.0.0)
19
20
  coderay (1.1.3)
20
21
  contracts (0.17)
21
- cucumber (8.0.0)
22
- builder (~> 3.2, >= 3.2.4)
23
- cucumber-ci-environment (~> 9.0, >= 9.0.4)
24
- cucumber-core (~> 11.0, >= 11.0.0)
25
- cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
26
- cucumber-gherkin (~> 23.0, >= 23.0.1)
27
- cucumber-html-formatter (~> 19.1, >= 19.1.0)
28
- cucumber-messages (~> 18.0, >= 18.0.0)
29
- diff-lcs (~> 1.5, >= 1.5.0)
30
- mime-types (~> 3.4, >= 3.4.1)
31
- multi_test (~> 1.1, >= 1.1.0)
32
- sys-uname (~> 1.2, >= 1.2.2)
33
- cucumber-ci-environment (9.1.0)
34
- cucumber-core (11.0.0)
35
- cucumber-gherkin (~> 23.0, >= 23.0.1)
36
- cucumber-messages (~> 18.0, >= 18.0.0)
37
- cucumber-tag-expressions (~> 4.1, >= 4.1.0)
38
- cucumber-cucumber-expressions (15.2.0)
39
- cucumber-gherkin (23.0.1)
40
- cucumber-messages (~> 18.0, >= 18.0.0)
41
- cucumber-html-formatter (19.2.0)
42
- cucumber-messages (~> 18.0, >= 18.0.0)
43
- cucumber-messages (18.0.0)
44
- cucumber-tag-expressions (4.1.0)
45
- diff-lcs (1.5.0)
46
- ffi (1.15.5)
22
+ cucumber (9.2.1)
23
+ builder (~> 3.2)
24
+ cucumber-ci-environment (> 9, < 11)
25
+ cucumber-core (> 13, < 14)
26
+ cucumber-cucumber-expressions (~> 17.0)
27
+ cucumber-gherkin (> 24, < 28)
28
+ cucumber-html-formatter (> 20.3, < 22)
29
+ cucumber-messages (> 19, < 25)
30
+ diff-lcs (~> 1.5)
31
+ mini_mime (~> 1.1)
32
+ multi_test (~> 1.1)
33
+ sys-uname (~> 1.2)
34
+ cucumber-ci-environment (10.0.1)
35
+ cucumber-core (13.0.3)
36
+ cucumber-gherkin (>= 27, < 28)
37
+ cucumber-messages (>= 20, < 23)
38
+ cucumber-tag-expressions (> 5, < 7)
39
+ cucumber-cucumber-expressions (17.1.0)
40
+ bigdecimal
41
+ cucumber-gherkin (27.0.0)
42
+ cucumber-messages (>= 19.1.4, < 23)
43
+ cucumber-html-formatter (21.9.0)
44
+ cucumber-messages (> 19, < 28)
45
+ cucumber-messages (22.0.0)
46
+ cucumber-tag-expressions (6.1.2)
47
+ diff-lcs (1.5.1)
48
+ ffi (1.17.1)
47
49
  formatador (1.1.0)
48
50
  guard (2.18.0)
49
51
  formatador (>= 0.2.4)
@@ -67,9 +69,7 @@ GEM
67
69
  rb-inotify (~> 0.9, >= 0.9.10)
68
70
  lumberjack (1.2.8)
69
71
  method_source (1.0.0)
70
- mime-types (3.4.1)
71
- mime-types-data (~> 3.2015)
72
- mime-types-data (3.2022.0105)
72
+ mini_mime (1.1.5)
73
73
  multi_test (1.1.0)
74
74
  nenv (0.3.0)
75
75
  notiffany (0.1.3)
@@ -78,7 +78,7 @@ GEM
78
78
  pry (0.14.2)
79
79
  coderay (~> 1.1)
80
80
  method_source (~> 1.0)
81
- rake (13.0.6)
81
+ rake (13.2.1)
82
82
  rb-fsevent (0.11.2)
83
83
  rb-inotify (0.10.1)
84
84
  ffi (~> 1.0)
@@ -96,9 +96,9 @@ GEM
96
96
  rspec-support (~> 3.12.0)
97
97
  rspec-support (3.12.0)
98
98
  shellany (0.0.1)
99
- sys-uname (1.2.2)
99
+ sys-uname (1.3.1)
100
100
  ffi (~> 1.1)
101
- thor (0.20.3)
101
+ thor (1.3.2)
102
102
 
103
103
  PLATFORMS
104
104
  ruby
@@ -113,4 +113,4 @@ DEPENDENCIES
113
113
  rspec
114
114
 
115
115
  BUNDLED WITH
116
- 2.2.28
116
+ 2.6.3
data/README.md CHANGED
@@ -1,4 +1,20 @@
1
- # Rascal [![Tests](https://github.com/makandra/rascal/workflows/Tests/badge.svg)](https://github.com/makandra/rascal/actions)
1
+ <p>
2
+ <a href="https://makandra.de/">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: light)" srcset="media/makandra-with-bottom-margin.light.svg">
5
+ <source media="(prefers-color-scheme: dark)" srcset="media/makandra-with-bottom-margin.dark.svg">
6
+ <img align="right" width="25%" alt="makandra" src="media/makandra-with-bottom-margin.light.svg">
7
+ </picture>
8
+ </a>
9
+
10
+ <picture>
11
+ <source media="(prefers-color-scheme: light)" srcset="media/logo.light.shapes.svg">
12
+ <source media="(prefers-color-scheme: dark)" srcset="media/logo.dark.shapes.svg">
13
+ <img width="145" alt="rascal" role="heading" aria-level="1" src="media/logo.light.shapes.svg">
14
+ </picture>
15
+ </p>
16
+
17
+ [![Tests](https://github.com/makandra/rascal/workflows/Tests/badge.svg)](https://github.com/makandra/rascal/actions)
2
18
 
3
19
  ### Use CI environments locally. Not quite a vagrant.
4
20
 
@@ -122,7 +122,7 @@ module Rascal
122
122
  alias_name: service_config['alias'],
123
123
  image: service_config['name'],
124
124
  volumes: volumes,
125
- env_variables: env_variables,
125
+ env_variables: env_variables.merge(service_config.fetch('variables', {})),
126
126
  command: service_config['command'],
127
127
  )
128
128
  end
@@ -144,4 +144,3 @@ module Rascal
144
144
  end
145
145
  end
146
146
  end
147
-
@@ -1,3 +1,3 @@
1
1
  module Rascal
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.9"
3
3
  end
@@ -0,0 +1,125 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="37.115643mm"
6
+ height="14.056203mm"
7
+ viewBox="0 0 37.115641 14.056203"
8
+ version="1.1"
9
+ id="svg838"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="logo.dark.shapes.svg"
12
+ inkscape:export-xdpi="196"
13
+ inkscape:export-ydpi="196"
14
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
15
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
16
+ xmlns:xlink="http://www.w3.org/1999/xlink"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:cc="http://creativecommons.org/ns#"
21
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
22
+ <defs
23
+ id="defs832">
24
+ <linearGradient
25
+ inkscape:collect="always"
26
+ id="linearGradient1406">
27
+ <stop
28
+ style="stop-color:#ff0844;stop-opacity:1"
29
+ offset="0"
30
+ id="stop1402" />
31
+ <stop
32
+ style="stop-color:#ffb199;stop-opacity:1"
33
+ offset="1"
34
+ id="stop1404" />
35
+ </linearGradient>
36
+ <linearGradient
37
+ inkscape:collect="always"
38
+ xlink:href="#linearGradient1406"
39
+ id="linearGradient1408"
40
+ x1="22.054907"
41
+ y1="91.071762"
42
+ x2="88.956696"
43
+ y2="91.071762"
44
+ gradientUnits="userSpaceOnUse"
45
+ gradientTransform="matrix(0.55486097,0,0,0.08820435,-12.237407,57.908781)" />
46
+ </defs>
47
+ <sodipodi:namedview
48
+ id="base"
49
+ pagecolor="#ffffff"
50
+ bordercolor="#666666"
51
+ borderopacity="1.0"
52
+ inkscape:pageopacity="0.0"
53
+ inkscape:pageshadow="2"
54
+ inkscape:zoom="3.959798"
55
+ inkscape:cx="215.41503"
56
+ inkscape:cy="25.885159"
57
+ inkscape:document-units="mm"
58
+ inkscape:current-layer="layer1"
59
+ showgrid="false"
60
+ fit-margin-top="0"
61
+ fit-margin-left="0"
62
+ fit-margin-right="0"
63
+ fit-margin-bottom="0"
64
+ inkscape:window-width="1920"
65
+ inkscape:window-height="1131"
66
+ inkscape:window-x="1920"
67
+ inkscape:window-y="0"
68
+ inkscape:window-maximized="1"
69
+ inkscape:pagecheckerboard="true"
70
+ inkscape:showpageshadow="2"
71
+ inkscape:deskcolor="#d1d1d1" />
72
+ <metadata
73
+ id="metadata835">
74
+ <rdf:RDF>
75
+ <cc:Work
76
+ rdf:about="">
77
+ <dc:format>image/svg+xml</dc:format>
78
+ <dc:type
79
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
80
+ </cc:Work>
81
+ </rdf:RDF>
82
+ </metadata>
83
+ <g
84
+ inkscape:label="Layer 1"
85
+ inkscape:groupmode="layer"
86
+ id="layer1"
87
+ transform="translate(0,-52.518974)">
88
+ <g
89
+ aria-label="RASCAL"
90
+ id="text1385"
91
+ style="font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke-width:0.264583">
92
+ <path
93
+ d="M 0.13229038,52.645973 H 2.979198 q 0.6085397,0 1.0847882,0.253999 0.4762485,0.254 0.7514143,0.73554 0.2804574,0.476248 0.2804574,1.137704 0,0.661457 -0.2381242,1.084789 -0.2328326,0.41804 -0.5609149,0.629706 -0.3280823,0.206374 -0.6085397,0.248707 l 1.6986195,2.894533 H 3.6089043 L 2.0954925,56.858126 H 1.7144937 v 2.772825 H 0.13229038 Z m 1.58220332,3.116782 h 0.6984977 q 0.423332,0 0.740831,-0.206374 0.317499,-0.206375 0.317499,-0.730248 0,-0.523873 -0.3122073,-0.724956 -0.3122074,-0.206374 -0.7355394,-0.206374 h -0.709081 z"
94
+ style="font-weight:bold"
95
+ id="path286" />
96
+ <path
97
+ d="m 8.1808791,52.645973 h 1.57162 l 2.7569499,6.984978 H 10.821412 L 10.313414,58.228664 H 7.6252559 l -0.51329,1.402287 h -1.693328 z m -0.026458,4.196278 H 9.7895407 L 8.9799182,54.550967 h -0.015875 z"
98
+ style="font-weight:bold"
99
+ id="path288" />
100
+ <path
101
+ d="m 15.610365,52.518974 q 0.650873,0 1.137705,0.142874 0.486831,0.142875 0.783164,0.301624 0.296332,0.15875 0.359832,0.211666 l -0.761998,1.275288 q -0.08467,-0.0635 -0.29104,-0.185208 -0.201083,-0.121708 -0.481541,-0.216958 -0.275165,-0.09525 -0.576789,-0.09525 -0.407457,0 -0.661457,0.148166 -0.248707,0.142874 -0.248707,0.428624 0,0.195791 0.132291,0.35454 0.137583,0.153458 0.412749,0.296332 0.280457,0.137583 0.709081,0.301624 0.391582,0.142875 0.735539,0.338666 0.343957,0.195791 0.603248,0.465665 0.264583,0.264583 0.418041,0.613832 0.153457,0.349249 0.153457,0.793747 0,0.529165 -0.216957,0.920747 -0.216958,0.386291 -0.592665,0.64029 -0.370415,0.253999 -0.846664,0.375707 -0.470957,0.127 -0.978955,0.127 -0.719665,0 -1.291163,-0.164042 -0.566206,-0.164041 -0.915455,-0.35454 -0.349249,-0.1905 -0.41804,-0.253999 l 0.788455,-1.328204 q 0.0635,0.04762 0.243416,0.153457 0.185208,0.105833 0.449791,0.22225 0.264582,0.111124 0.560914,0.190499 0.301624,0.07937 0.592665,0.07937 0.486832,0 0.730248,-0.185208 0.243416,-0.190499 0.243416,-0.497415 0,-0.227541 -0.153458,-0.407457 -0.153458,-0.179916 -0.460374,-0.338666 -0.306915,-0.164041 -0.767289,-0.343957 -0.460373,-0.185208 -0.862539,-0.44979 -0.396874,-0.264583 -0.645581,-0.661456 -0.248708,-0.396874 -0.248708,-0.984247 0,-0.587373 0.328083,-1.015997 0.333374,-0.433915 0.873122,-0.666748 0.54504,-0.232832 1.164163,-0.232832 z"
102
+ style="font-weight:bold"
103
+ id="path290" />
104
+ <path
105
+ d="m 22.685299,58.191622 q 0.486832,0 0.883705,-0.142874 0.402166,-0.142875 0.597957,-0.280458 l 0.677331,1.344079 q -0.248708,0.211666 -0.851956,0.428624 -0.597956,0.216958 -1.423453,0.216958 -0.772581,0 -1.449913,-0.269875 -0.677331,-0.269874 -1.195912,-0.756706 -0.51329,-0.492123 -0.809623,-1.148288 -0.291041,-0.661456 -0.291041,-1.434037 0,-0.772581 0.291041,-1.434037 0.291041,-0.666748 0.804331,-1.158871 0.518582,-0.492123 1.195913,-0.761998 0.682623,-0.275165 1.455204,-0.275165 0.825497,0 1.423453,0.216957 0.603248,0.216958 0.851956,0.428624 l -0.677331,1.344079 q -0.195791,-0.142875 -0.597957,-0.280458 -0.396873,-0.142874 -0.883705,-0.142874 -0.539748,0 -0.941914,0.169333 -0.402165,0.164041 -0.672039,0.455082 -0.269875,0.29104 -0.402166,0.656164 -0.132291,0.365124 -0.132291,0.767289 0,0.407457 0.132291,0.777873 0.132291,0.365124 0.402166,0.656164 0.269874,0.291041 0.672039,0.460374 0.402166,0.164041 0.941914,0.164041 z"
106
+ style="font-weight:bold"
107
+ id="path292" />
108
+ <path
109
+ d="m 28.072206,52.645973 h 1.57162 l 2.756949,6.984978 H 30.712739 L 30.20474,58.228664 h -2.688158 l -0.51329,1.402287 h -1.693328 z m -0.02646,4.196278 h 1.63512 l -0.809622,-2.291284 h -0.01587 z"
110
+ style="font-weight:bold"
111
+ id="path294" />
112
+ <path
113
+ d="m 32.99874,52.645973 h 1.582203 v 5.598566 h 2.5347 v 1.386412 H 32.99874 Z"
114
+ style="font-weight:bold"
115
+ id="path296" />
116
+ </g>
117
+ <rect
118
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0221227;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
119
+ id="rect1387"
120
+ width="37.121189"
121
+ height="1.2668874"
122
+ x="-3.5874547e-15"
123
+ y="65.308289" />
124
+ </g>
125
+ </svg>
@@ -0,0 +1,107 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="37.115643mm"
6
+ height="14.056203mm"
7
+ viewBox="0 0 37.115641 14.056203"
8
+ version="1.1"
9
+ id="svg838"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="logo.dark.text.svg"
12
+ inkscape:export-xdpi="196"
13
+ inkscape:export-ydpi="196"
14
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
15
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
16
+ xmlns:xlink="http://www.w3.org/1999/xlink"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:cc="http://creativecommons.org/ns#"
21
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
22
+ <defs
23
+ id="defs832">
24
+ <linearGradient
25
+ inkscape:collect="always"
26
+ id="linearGradient1406">
27
+ <stop
28
+ style="stop-color:#ff0844;stop-opacity:1"
29
+ offset="0"
30
+ id="stop1402" />
31
+ <stop
32
+ style="stop-color:#ffb199;stop-opacity:1"
33
+ offset="1"
34
+ id="stop1404" />
35
+ </linearGradient>
36
+ <linearGradient
37
+ inkscape:collect="always"
38
+ xlink:href="#linearGradient1406"
39
+ id="linearGradient1408"
40
+ x1="22.054907"
41
+ y1="91.071762"
42
+ x2="88.956696"
43
+ y2="91.071762"
44
+ gradientUnits="userSpaceOnUse"
45
+ gradientTransform="matrix(0.55486097,0,0,0.08820435,-12.237407,57.908781)" />
46
+ </defs>
47
+ <sodipodi:namedview
48
+ id="base"
49
+ pagecolor="#ffffff"
50
+ bordercolor="#666666"
51
+ borderopacity="1.0"
52
+ inkscape:pageopacity="0.0"
53
+ inkscape:pageshadow="2"
54
+ inkscape:zoom="3.959798"
55
+ inkscape:cx="215.41503"
56
+ inkscape:cy="25.885159"
57
+ inkscape:document-units="mm"
58
+ inkscape:current-layer="layer1"
59
+ showgrid="false"
60
+ fit-margin-top="0"
61
+ fit-margin-left="0"
62
+ fit-margin-right="0"
63
+ fit-margin-bottom="0"
64
+ inkscape:window-width="1920"
65
+ inkscape:window-height="1131"
66
+ inkscape:window-x="1920"
67
+ inkscape:window-y="0"
68
+ inkscape:window-maximized="1"
69
+ inkscape:pagecheckerboard="true"
70
+ inkscape:showpageshadow="2"
71
+ inkscape:deskcolor="#d1d1d1" />
72
+ <metadata
73
+ id="metadata835">
74
+ <rdf:RDF>
75
+ <cc:Work
76
+ rdf:about="">
77
+ <dc:format>image/svg+xml</dc:format>
78
+ <dc:type
79
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
80
+ </cc:Work>
81
+ </rdf:RDF>
82
+ </metadata>
83
+ <g
84
+ inkscape:label="Layer 1"
85
+ inkscape:groupmode="layer"
86
+ id="layer1"
87
+ transform="translate(0,-52.518974)">
88
+ <text
89
+ xml:space="preserve"
90
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
91
+ x="-0.27516666"
92
+ y="59.630951"
93
+ id="text1385"><tspan
94
+ sodipodi:role="line"
95
+ id="tspan1383"
96
+ x="-0.27516666"
97
+ y="59.630951"
98
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">RASCAL</tspan></text>
99
+ <rect
100
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0221227;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
101
+ id="rect1387"
102
+ width="37.121189"
103
+ height="1.2668874"
104
+ x="-3.5874547e-15"
105
+ y="65.308289" />
106
+ </g>
107
+ </svg>
@@ -0,0 +1,125 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="37.132347mm"
6
+ height="14.056203mm"
7
+ viewBox="0 0 37.132346 14.056203"
8
+ version="1.1"
9
+ id="svg838"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="logo.light.shapes.svg"
12
+ inkscape:export-xdpi="196"
13
+ inkscape:export-ydpi="196"
14
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
15
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
16
+ xmlns:xlink="http://www.w3.org/1999/xlink"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:cc="http://creativecommons.org/ns#"
21
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
22
+ <defs
23
+ id="defs832">
24
+ <linearGradient
25
+ inkscape:collect="always"
26
+ id="linearGradient1406">
27
+ <stop
28
+ style="stop-color:#ff0844;stop-opacity:1"
29
+ offset="0"
30
+ id="stop1402" />
31
+ <stop
32
+ style="stop-color:#ffb199;stop-opacity:1"
33
+ offset="1"
34
+ id="stop1404" />
35
+ </linearGradient>
36
+ <linearGradient
37
+ inkscape:collect="always"
38
+ xlink:href="#linearGradient1406"
39
+ id="linearGradient1408"
40
+ x1="22.054907"
41
+ y1="91.071762"
42
+ x2="88.956696"
43
+ y2="91.071762"
44
+ gradientUnits="userSpaceOnUse"
45
+ gradientTransform="matrix(0.55489216,0,0,0.08820435,-12.254799,57.908781)" />
46
+ </defs>
47
+ <sodipodi:namedview
48
+ id="base"
49
+ pagecolor="#ffffff"
50
+ bordercolor="#666666"
51
+ borderopacity="1.0"
52
+ inkscape:pageopacity="0.0"
53
+ inkscape:pageshadow="2"
54
+ inkscape:zoom="1.979899"
55
+ inkscape:cx="-17.172593"
56
+ inkscape:cy="-34.597724"
57
+ inkscape:document-units="mm"
58
+ inkscape:current-layer="layer1"
59
+ showgrid="false"
60
+ fit-margin-top="0"
61
+ fit-margin-left="0"
62
+ fit-margin-right="0"
63
+ fit-margin-bottom="0"
64
+ inkscape:window-width="1920"
65
+ inkscape:window-height="1131"
66
+ inkscape:window-x="1920"
67
+ inkscape:window-y="0"
68
+ inkscape:window-maximized="1"
69
+ inkscape:showpageshadow="2"
70
+ inkscape:pagecheckerboard="0"
71
+ inkscape:deskcolor="#d1d1d1" />
72
+ <metadata
73
+ id="metadata835">
74
+ <rdf:RDF>
75
+ <cc:Work
76
+ rdf:about="">
77
+ <dc:format>image/svg+xml</dc:format>
78
+ <dc:type
79
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
80
+ </cc:Work>
81
+ </rdf:RDF>
82
+ </metadata>
83
+ <g
84
+ inkscape:label="Layer 1"
85
+ inkscape:groupmode="layer"
86
+ id="layer1"
87
+ transform="translate(0.01670435,-52.518974)">
88
+ <g
89
+ aria-label="RASCAL"
90
+ id="text1385"
91
+ style="font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#141210;stroke-width:0.264583">
92
+ <path
93
+ d="M 0.13229038,52.645973 H 2.979198 q 0.6085397,0 1.0847882,0.253999 0.4762485,0.254 0.7514143,0.73554 0.2804574,0.476248 0.2804574,1.137704 0,0.661457 -0.2381242,1.084789 -0.2328326,0.41804 -0.5609149,0.629706 -0.3280823,0.206374 -0.6085397,0.248707 l 1.6986195,2.894533 H 3.6089043 L 2.0954925,56.858126 H 1.7144937 v 2.772825 H 0.13229038 Z m 1.58220332,3.116782 h 0.6984977 q 0.423332,0 0.740831,-0.206374 0.317499,-0.206375 0.317499,-0.730248 0,-0.523873 -0.3122073,-0.724956 -0.3122074,-0.206374 -0.7355394,-0.206374 h -0.709081 z"
94
+ style="font-weight:bold"
95
+ id="path290" />
96
+ <path
97
+ d="m 8.1808791,52.645973 h 1.57162 l 2.7569499,6.984978 H 10.821412 L 10.313414,58.228664 H 7.6252559 l -0.51329,1.402287 h -1.693328 z m -0.026458,4.196278 H 9.7895407 L 8.9799182,54.550967 h -0.015875 z"
98
+ style="font-weight:bold"
99
+ id="path292" />
100
+ <path
101
+ d="m 15.610365,52.518974 q 0.650873,0 1.137705,0.142874 0.486831,0.142875 0.783164,0.301624 0.296332,0.15875 0.359832,0.211666 l -0.761998,1.275288 q -0.08467,-0.0635 -0.29104,-0.185208 -0.201083,-0.121708 -0.481541,-0.216958 -0.275165,-0.09525 -0.576789,-0.09525 -0.407457,0 -0.661457,0.148166 -0.248707,0.142874 -0.248707,0.428624 0,0.195791 0.132291,0.35454 0.137583,0.153458 0.412749,0.296332 0.280457,0.137583 0.709081,0.301624 0.391582,0.142875 0.735539,0.338666 0.343957,0.195791 0.603248,0.465665 0.264583,0.264583 0.418041,0.613832 0.153457,0.349249 0.153457,0.793747 0,0.529165 -0.216957,0.920747 -0.216958,0.386291 -0.592665,0.64029 -0.370415,0.253999 -0.846664,0.375707 -0.470957,0.127 -0.978955,0.127 -0.719665,0 -1.291163,-0.164042 -0.566206,-0.164041 -0.915455,-0.35454 -0.349249,-0.1905 -0.41804,-0.253999 l 0.788455,-1.328204 q 0.0635,0.04762 0.243416,0.153457 0.185208,0.105833 0.449791,0.22225 0.264582,0.111124 0.560914,0.190499 0.301624,0.07937 0.592665,0.07937 0.486832,0 0.730248,-0.185208 0.243416,-0.190499 0.243416,-0.497415 0,-0.227541 -0.153458,-0.407457 -0.153458,-0.179916 -0.460374,-0.338666 -0.306915,-0.164041 -0.767289,-0.343957 -0.460373,-0.185208 -0.862539,-0.44979 -0.396874,-0.264583 -0.645581,-0.661456 -0.248708,-0.396874 -0.248708,-0.984247 0,-0.587373 0.328083,-1.015997 0.333374,-0.433915 0.873122,-0.666748 0.54504,-0.232832 1.164163,-0.232832 z"
102
+ style="font-weight:bold"
103
+ id="path294" />
104
+ <path
105
+ d="m 22.685299,58.191622 q 0.486832,0 0.883705,-0.142874 0.402166,-0.142875 0.597957,-0.280458 l 0.677331,1.344079 q -0.248708,0.211666 -0.851956,0.428624 -0.597956,0.216958 -1.423453,0.216958 -0.772581,0 -1.449913,-0.269875 -0.677331,-0.269874 -1.195912,-0.756706 -0.51329,-0.492123 -0.809623,-1.148288 -0.291041,-0.661456 -0.291041,-1.434037 0,-0.772581 0.291041,-1.434037 0.291041,-0.666748 0.804331,-1.158871 0.518582,-0.492123 1.195913,-0.761998 0.682623,-0.275165 1.455204,-0.275165 0.825497,0 1.423453,0.216957 0.603248,0.216958 0.851956,0.428624 l -0.677331,1.344079 q -0.195791,-0.142875 -0.597957,-0.280458 -0.396873,-0.142874 -0.883705,-0.142874 -0.539748,0 -0.941914,0.169333 -0.402165,0.164041 -0.672039,0.455082 -0.269875,0.29104 -0.402166,0.656164 -0.132291,0.365124 -0.132291,0.767289 0,0.407457 0.132291,0.777873 0.132291,0.365124 0.402166,0.656164 0.269874,0.291041 0.672039,0.460374 0.402166,0.164041 0.941914,0.164041 z"
106
+ style="font-weight:bold"
107
+ id="path296" />
108
+ <path
109
+ d="m 28.072206,52.645973 h 1.57162 l 2.756949,6.984978 H 30.712739 L 30.20474,58.228664 h -2.688158 l -0.51329,1.402287 h -1.693328 z m -0.02646,4.196278 h 1.63512 l -0.809622,-2.291284 h -0.01587 z"
110
+ style="font-weight:bold"
111
+ id="path298" />
112
+ <path
113
+ d="m 32.99874,52.645973 h 1.582203 v 5.598566 h 2.5347 v 1.386412 H 32.99874 Z"
114
+ style="font-weight:bold"
115
+ id="path300" />
116
+ </g>
117
+ <rect
118
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0221233;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
119
+ id="rect1387"
120
+ width="37.123276"
121
+ height="1.2668874"
122
+ x="-0.016704353"
123
+ y="65.308289" />
124
+ </g>
125
+ </svg>
@@ -0,0 +1,107 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="37.132347mm"
6
+ height="14.056203mm"
7
+ viewBox="0 0 37.132346 14.056203"
8
+ version="1.1"
9
+ id="svg838"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="logo.light.text.svg"
12
+ inkscape:export-xdpi="196"
13
+ inkscape:export-ydpi="196"
14
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
15
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
16
+ xmlns:xlink="http://www.w3.org/1999/xlink"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:cc="http://creativecommons.org/ns#"
21
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
22
+ <defs
23
+ id="defs832">
24
+ <linearGradient
25
+ inkscape:collect="always"
26
+ id="linearGradient1406">
27
+ <stop
28
+ style="stop-color:#ff0844;stop-opacity:1"
29
+ offset="0"
30
+ id="stop1402" />
31
+ <stop
32
+ style="stop-color:#ffb199;stop-opacity:1"
33
+ offset="1"
34
+ id="stop1404" />
35
+ </linearGradient>
36
+ <linearGradient
37
+ inkscape:collect="always"
38
+ xlink:href="#linearGradient1406"
39
+ id="linearGradient1408"
40
+ x1="22.054907"
41
+ y1="91.071762"
42
+ x2="88.956696"
43
+ y2="91.071762"
44
+ gradientUnits="userSpaceOnUse"
45
+ gradientTransform="matrix(0.55489216,0,0,0.08820435,-12.254799,57.908781)" />
46
+ </defs>
47
+ <sodipodi:namedview
48
+ id="base"
49
+ pagecolor="#ffffff"
50
+ bordercolor="#666666"
51
+ borderopacity="1.0"
52
+ inkscape:pageopacity="0.0"
53
+ inkscape:pageshadow="2"
54
+ inkscape:zoom="1.979899"
55
+ inkscape:cx="-17.172593"
56
+ inkscape:cy="-34.597724"
57
+ inkscape:document-units="mm"
58
+ inkscape:current-layer="layer1"
59
+ showgrid="false"
60
+ fit-margin-top="0"
61
+ fit-margin-left="0"
62
+ fit-margin-right="0"
63
+ fit-margin-bottom="0"
64
+ inkscape:window-width="1920"
65
+ inkscape:window-height="1131"
66
+ inkscape:window-x="1920"
67
+ inkscape:window-y="0"
68
+ inkscape:window-maximized="1"
69
+ inkscape:showpageshadow="2"
70
+ inkscape:pagecheckerboard="0"
71
+ inkscape:deskcolor="#d1d1d1" />
72
+ <metadata
73
+ id="metadata835">
74
+ <rdf:RDF>
75
+ <cc:Work
76
+ rdf:about="">
77
+ <dc:format>image/svg+xml</dc:format>
78
+ <dc:type
79
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
80
+ </cc:Work>
81
+ </rdf:RDF>
82
+ </metadata>
83
+ <g
84
+ inkscape:label="Layer 1"
85
+ inkscape:groupmode="layer"
86
+ id="layer1"
87
+ transform="translate(0.01670435,-52.518974)">
88
+ <text
89
+ xml:space="preserve"
90
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#141210;fill-opacity:1;stroke:none;stroke-width:0.264583"
91
+ x="-0.27516666"
92
+ y="59.630951"
93
+ id="text1385"><tspan
94
+ sodipodi:role="line"
95
+ x="-0.27516666"
96
+ y="59.630951"
97
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.264583"
98
+ id="tspan224">RASCAL</tspan></text>
99
+ <rect
100
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0221233;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
101
+ id="rect1387"
102
+ width="37.123276"
103
+ height="1.2668874"
104
+ x="-0.016704353"
105
+ y="65.308289" />
106
+ </g>
107
+ </svg>
@@ -0,0 +1,180 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ id="Ebene_1"
14
+ x="0px"
15
+ y="0px"
16
+ viewBox="0 0 600.00159 198.53798"
17
+ xml:space="preserve"
18
+ sodipodi:docname="makandra.dark.svg"
19
+ width="600.00159"
20
+ height="198.53798"
21
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
22
+ id="metadata45"><rdf:RDF><cc:Work
23
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
24
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
25
+ id="defs43" /><sodipodi:namedview
26
+ pagecolor="#ffffff"
27
+ bordercolor="#666666"
28
+ borderopacity="1"
29
+ objecttolerance="10"
30
+ gridtolerance="10"
31
+ guidetolerance="10"
32
+ inkscape:pageopacity="0"
33
+ inkscape:pageshadow="2"
34
+ inkscape:window-width="1920"
35
+ inkscape:window-height="1151"
36
+ id="namedview41"
37
+ showgrid="false"
38
+ inkscape:pagecheckerboard="true"
39
+ fit-margin-top="0"
40
+ fit-margin-left="0"
41
+ fit-margin-right="0"
42
+ fit-margin-bottom="0"
43
+ inkscape:zoom="1.0966667"
44
+ inkscape:cx="-38.195719"
45
+ inkscape:cy="-91.947799"
46
+ inkscape:window-x="1920"
47
+ inkscape:window-y="0"
48
+ inkscape:window-maximized="1"
49
+ inkscape:current-layer="Ebene_1" />
50
+ <style
51
+ type="text/css"
52
+ id="style2">
53
+ .st0{fill:#E61D47;}
54
+ .st1{fill:#FFFFFF;}
55
+ </style>
56
+ <g
57
+ id="g38"
58
+ transform="translate(0.00160275,-0.76)">
59
+ <polygon
60
+ class="st0"
61
+ points="585.95,14.81 585.95,59.46 600,45.41 600,0.76 555.34,0.76 541.29,14.81 "
62
+ id="polygon4"
63
+ style="fill:#e61d47" />
64
+ <path
65
+ class="st1"
66
+ d="m 161.87,43.92 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 V 43.92 Z M 130.98,94.9 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0,13.21 -8.47,20.93 -17.82,20.93 z"
67
+ id="path6"
68
+ inkscape:connector-curvature="0"
69
+ style="fill:#ffffff" />
70
+ <path
71
+ class="st1"
72
+ d="m 297.85,43.93 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 v -61.7 z m -30.89,50.98 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0.01,13.2 -8.47,20.93 -17.82,20.93 z"
73
+ id="path8"
74
+ inkscape:connector-curvature="0"
75
+ style="fill:#ffffff" />
76
+ <path
77
+ class="st1"
78
+ d="m 558.34,43.87 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 v -61.7 z m -30.9,50.98 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0.01,13.2 -8.47,20.93 -17.82,20.93 z"
79
+ id="path10"
80
+ inkscape:connector-curvature="0"
81
+ style="fill:#ffffff" />
82
+ <path
83
+ class="st1"
84
+ d="M 14.1,86.98 V 75.1 c 0,-14.58 6.11,-21.81 13.34,-21.81 6.85,0 9.6,5.61 9.6,13.46 V 86.97 H 51 v -11 c 0,-15.33 5.98,-22.68 13.34,-22.68 6.86,0 9.6,5.61 9.6,13.46 V 86.97 H 87.9 V 64.88 c 0,-14.83 -7.98,-23.93 -20.57,-23.93 -7.98,0 -14.83,3.37 -19.19,10.84 -3.24,-6.85 -9.47,-10.84 -17.7,-10.84 -6.72,0 -12.38,2.55 -16.57,7.88 V 42.37 H 0 v 44.6 h 14.1 z"
85
+ id="path12"
86
+ inkscape:connector-curvature="0"
87
+ style="fill:#ffffff" />
88
+
89
+ <rect
90
+ x="313.17001"
91
+ y="91.599998"
92
+ transform="rotate(90,320.2078,98.578)"
93
+ class="st1"
94
+ width="14.08"
95
+ height="13.96"
96
+ id="rect14"
97
+ style="fill:#ffffff" />
98
+
99
+ <rect
100
+ x="353.25"
101
+ y="91.599998"
102
+ transform="rotate(90,360.29075,98.57795)"
103
+ class="st1"
104
+ width="14.08"
105
+ height="13.96"
106
+ id="rect16"
107
+ style="fill:#ffffff" />
108
+
109
+ <rect
110
+ x="456.56"
111
+ y="91.599998"
112
+ transform="rotate(90,463.60275,98.57795)"
113
+ class="st1"
114
+ width="14.08"
115
+ height="13.96"
116
+ id="rect18"
117
+ style="fill:#ffffff" />
118
+
119
+ <rect
120
+ x="36.959999"
121
+ y="91.599998"
122
+ transform="rotate(90,43.9944,98.578)"
123
+ class="st1"
124
+ width="14.08"
125
+ height="13.96"
126
+ id="rect20"
127
+ style="fill:#ffffff" />
128
+
129
+ <rect
130
+ x="0"
131
+ y="91.540001"
132
+ transform="rotate(90,7.04045,98.57795)"
133
+ class="st1"
134
+ width="14.08"
135
+ height="14.08"
136
+ id="rect22"
137
+ style="fill:#ffffff" />
138
+
139
+ <rect
140
+ x="73.879997"
141
+ y="91.610001"
142
+ transform="rotate(90,80.91625,98.57795)"
143
+ class="st0"
144
+ width="14.08"
145
+ height="13.94"
146
+ id="rect24"
147
+ style="fill:#e61d47" />
148
+ <g
149
+ id="g30">
150
+ <polygon
151
+ class="st1"
152
+ points="204.35,73.98 235.93,42.41 216.05,42.41 184.48,73.98 216.05,105.56 235.93,105.56 "
153
+ id="polygon26"
154
+ style="fill:#ffffff" />
155
+ <polygon
156
+ class="st1"
157
+ points="177.32,105.64 191.28,105.64 191.28,85.07 191.31,85.04 191.31,66.59 191.28,66.62 191.28,27.56 177.32,27.56 "
158
+ id="polygon28"
159
+ style="fill:#ffffff" />
160
+ </g>
161
+ <path
162
+ class="st1"
163
+ d="M 427.32,27.49 V 49.22 C 422.71,44.11 416.48,41 408.75,41 c -18.07,0 -29.41,15.95 -29.41,33.15 0,17.45 11.59,33.03 29.41,33.03 8.23,0 14.71,-3.49 19.2,-8.97 l 1.25,7.35 h 12.09 V 27.49 Z m -16.95,67.35 c -10.34,0 -16.57,-9.22 -16.57,-20.69 0,-11.22 6.23,-20.81 16.57,-20.81 9.35,0 17.83,7.73 17.83,20.81 -0.01,12.46 -7.86,20.69 -17.83,20.69 z"
164
+ id="path32"
165
+ inkscape:connector-curvature="0"
166
+ style="fill:#ffffff" />
167
+ <path
168
+ class="st1"
169
+ d="m 470.67,86.98 v -9.26 c 0,-14.33 6.98,-24.3 19.69,-24.3 V 41.07 c -9.35,0 -15.57,3.95 -19.69,9.91 v -8.49 h -14.05 v 44.48 h 14.05 z"
170
+ id="path34"
171
+ inkscape:connector-curvature="0"
172
+ style="fill:#ffffff" />
173
+ <path
174
+ class="st1"
175
+ d="M 327.26,86.98 V 76.59 c 0,-14.58 6.23,-23.18 16.33,-23.18 6.86,0 9.72,5.73 9.72,13.58 v 19.98 h 13.96 V 65.13 c 0,-14.83 -8.23,-24.05 -20.82,-24.05 -8.15,0 -14.71,2.95 -19.19,8.77 V 42.7 h -1.99 v -0.01 l -0.06,0.01 h -11.98 v 44.28 z"
176
+ id="path36"
177
+ inkscape:connector-curvature="0"
178
+ style="fill:#ffffff" />
179
+ </g>
180
+ </svg>
@@ -0,0 +1,180 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ id="Ebene_1"
14
+ x="0px"
15
+ y="0px"
16
+ viewBox="0 0 600.00159 198.53798"
17
+ xml:space="preserve"
18
+ sodipodi:docname="makandra.light.svg"
19
+ width="600.00159"
20
+ height="198.53798"
21
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
22
+ id="metadata45"><rdf:RDF><cc:Work
23
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
24
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
25
+ id="defs43" /><sodipodi:namedview
26
+ pagecolor="#ffffff"
27
+ bordercolor="#666666"
28
+ borderopacity="1"
29
+ objecttolerance="10"
30
+ gridtolerance="10"
31
+ guidetolerance="10"
32
+ inkscape:pageopacity="0"
33
+ inkscape:pageshadow="2"
34
+ inkscape:window-width="1920"
35
+ inkscape:window-height="1151"
36
+ id="namedview41"
37
+ showgrid="false"
38
+ fit-margin-top="0"
39
+ fit-margin-left="0"
40
+ fit-margin-right="0"
41
+ fit-margin-bottom="0"
42
+ inkscape:pagecheckerboard="true"
43
+ inkscape:zoom="2.1933333"
44
+ inkscape:cx="-93.29719"
45
+ inkscape:cy="-70.469332"
46
+ inkscape:window-x="1920"
47
+ inkscape:window-y="0"
48
+ inkscape:window-maximized="1"
49
+ inkscape:current-layer="Ebene_1" />
50
+ <style
51
+ type="text/css"
52
+ id="style2">
53
+ .st0{fill:#E61D47;}
54
+ .st1{fill:#141210;}
55
+ </style>
56
+ <g
57
+ id="g38"
58
+ transform="translate(0.00160275,-0.76)">
59
+ <polygon
60
+ class="st0"
61
+ points="585.95,14.81 585.95,59.46 600,45.41 600,0.76 555.34,0.76 541.29,14.81 "
62
+ id="polygon4"
63
+ style="fill:#e61d47" />
64
+ <path
65
+ class="st1"
66
+ d="m 161.87,43.92 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 V 43.92 Z M 130.98,94.9 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0,13.21 -8.47,20.93 -17.82,20.93 z"
67
+ id="path6"
68
+ inkscape:connector-curvature="0"
69
+ style="fill:#141210" />
70
+ <path
71
+ class="st1"
72
+ d="m 297.85,43.93 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 v -61.7 z m -30.89,50.98 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0.01,13.2 -8.47,20.93 -17.82,20.93 z"
73
+ id="path8"
74
+ inkscape:connector-curvature="0"
75
+ style="fill:#141210" />
76
+ <path
77
+ class="st1"
78
+ d="m 558.34,43.87 v -1.44 h -13.07 -0.87 v 6.8 c -4.61,-5.11 -10.84,-8.22 -18.57,-8.22 -17.7,0 -29.41,15.58 -29.41,33.03 0,17.2 11.22,33.15 29.41,33.15 7.86,0 14.11,-3.21 18.57,-8.39 v 6.77 h 1.87 v 0 h 12.09 v -61.7 z m -30.9,50.98 c -10.59,0 -16.58,-9.72 -16.58,-20.81 0,-11.59 6.48,-20.69 16.58,-20.69 9.97,0 17.82,8.23 17.82,20.57 0.01,13.2 -8.47,20.93 -17.82,20.93 z"
79
+ id="path10"
80
+ inkscape:connector-curvature="0"
81
+ style="fill:#141210" />
82
+ <path
83
+ class="st1"
84
+ d="M 14.1,86.98 V 75.1 c 0,-14.58 6.11,-21.81 13.34,-21.81 6.85,0 9.6,5.61 9.6,13.46 V 86.97 H 51 v -11 c 0,-15.33 5.98,-22.68 13.34,-22.68 6.86,0 9.6,5.61 9.6,13.46 V 86.97 H 87.9 V 64.88 c 0,-14.83 -7.98,-23.93 -20.57,-23.93 -7.98,0 -14.83,3.37 -19.19,10.84 -3.24,-6.85 -9.47,-10.84 -17.7,-10.84 -6.72,0 -12.38,2.55 -16.57,7.88 V 42.37 H 0 v 44.6 h 14.1 z"
85
+ id="path12"
86
+ inkscape:connector-curvature="0"
87
+ style="fill:#141210" />
88
+
89
+ <rect
90
+ x="313.17001"
91
+ y="91.599998"
92
+ transform="rotate(90,320.2078,98.578)"
93
+ class="st1"
94
+ width="14.08"
95
+ height="13.96"
96
+ id="rect14"
97
+ style="fill:#141210" />
98
+
99
+ <rect
100
+ x="353.25"
101
+ y="91.599998"
102
+ transform="rotate(90,360.29075,98.57795)"
103
+ class="st1"
104
+ width="14.08"
105
+ height="13.96"
106
+ id="rect16"
107
+ style="fill:#141210" />
108
+
109
+ <rect
110
+ x="456.56"
111
+ y="91.599998"
112
+ transform="rotate(90,463.60275,98.57795)"
113
+ class="st1"
114
+ width="14.08"
115
+ height="13.96"
116
+ id="rect18"
117
+ style="fill:#141210" />
118
+
119
+ <rect
120
+ x="36.959999"
121
+ y="91.599998"
122
+ transform="rotate(90,43.9944,98.578)"
123
+ class="st1"
124
+ width="14.08"
125
+ height="13.96"
126
+ id="rect20"
127
+ style="fill:#141210" />
128
+
129
+ <rect
130
+ x="0"
131
+ y="91.540001"
132
+ transform="rotate(90,7.04045,98.57795)"
133
+ class="st1"
134
+ width="14.08"
135
+ height="14.08"
136
+ id="rect22"
137
+ style="fill:#141210" />
138
+
139
+ <rect
140
+ x="73.879997"
141
+ y="91.610001"
142
+ transform="rotate(90,80.91625,98.57795)"
143
+ class="st0"
144
+ width="14.08"
145
+ height="13.94"
146
+ id="rect24"
147
+ style="fill:#e61d47" />
148
+ <g
149
+ id="g30">
150
+ <polygon
151
+ class="st1"
152
+ points="204.35,73.98 235.93,42.41 216.05,42.41 184.48,73.98 216.05,105.56 235.93,105.56 "
153
+ id="polygon26"
154
+ style="fill:#141210" />
155
+ <polygon
156
+ class="st1"
157
+ points="177.32,105.64 191.28,105.64 191.28,85.07 191.31,85.04 191.31,66.59 191.28,66.62 191.28,27.56 177.32,27.56 "
158
+ id="polygon28"
159
+ style="fill:#141210" />
160
+ </g>
161
+ <path
162
+ class="st1"
163
+ d="M 427.32,27.49 V 49.22 C 422.71,44.11 416.48,41 408.75,41 c -18.07,0 -29.41,15.95 -29.41,33.15 0,17.45 11.59,33.03 29.41,33.03 8.23,0 14.71,-3.49 19.2,-8.97 l 1.25,7.35 h 12.09 V 27.49 Z m -16.95,67.35 c -10.34,0 -16.57,-9.22 -16.57,-20.69 0,-11.22 6.23,-20.81 16.57,-20.81 9.35,0 17.83,7.73 17.83,20.81 -0.01,12.46 -7.86,20.69 -17.83,20.69 z"
164
+ id="path32"
165
+ inkscape:connector-curvature="0"
166
+ style="fill:#141210" />
167
+ <path
168
+ class="st1"
169
+ d="m 470.67,86.98 v -9.26 c 0,-14.33 6.98,-24.3 19.69,-24.3 V 41.07 c -9.35,0 -15.57,3.95 -19.69,9.91 v -8.49 h -14.05 v 44.48 h 14.05 z"
170
+ id="path34"
171
+ inkscape:connector-curvature="0"
172
+ style="fill:#141210" />
173
+ <path
174
+ class="st1"
175
+ d="M 327.26,86.98 V 76.59 c 0,-14.58 6.23,-23.18 16.33,-23.18 6.86,0 9.72,5.73 9.72,13.58 v 19.98 h 13.96 V 65.13 c 0,-14.83 -8.23,-24.05 -20.82,-24.05 -8.15,0 -14.71,2.95 -19.19,8.77 V 42.7 h -1.99 v -0.01 l -0.06,0.01 h -11.98 v 44.28 z"
176
+ id="path36"
177
+ inkscape:connector-curvature="0"
178
+ style="fill:#141210" />
179
+ </g>
180
+ </svg>
data/rascal.gemspec CHANGED
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ["lib"]
36
36
 
37
- spec.add_dependency "thor", "~> 0.20.3"
37
+ spec.add_dependency "thor", ">= 1.0.0"
38
38
  end
metadata CHANGED
@@ -1,30 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rascal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-03-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thor
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
16
+ - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.20.3
18
+ version: 1.0.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - "~>"
23
+ - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: 0.20.3
27
- description:
25
+ version: 1.0.0
28
26
  email:
29
27
  - tobias.kraze@makandra.de
30
28
  executables:
@@ -38,8 +36,6 @@ files:
38
36
  - ".ruby-version"
39
37
  - CHANGELOG.md
40
38
  - Gemfile
41
- - Gemfile.2.5
42
- - Gemfile.2.5.lock
43
39
  - Gemfile.common
44
40
  - Gemfile.lock
45
41
  - Guardfile
@@ -72,6 +68,12 @@ files:
72
68
  - lib/rascal/io_helper.rb
73
69
  - lib/rascal/service.rb
74
70
  - lib/rascal/version.rb
71
+ - media/logo.dark.shapes.svg
72
+ - media/logo.dark.text.svg
73
+ - media/logo.light.shapes.svg
74
+ - media/logo.light.text.svg
75
+ - media/makandra-with-bottom-margin.dark.svg
76
+ - media/makandra-with-bottom-margin.light.svg
75
77
  - rascal.gemspec
76
78
  homepage: https://github.com/makandra/rascal
77
79
  licenses:
@@ -81,7 +83,6 @@ metadata:
81
83
  source_code_uri: https://github.com/makandra/rascal
82
84
  changelog_uri: https://github.com/makandra/rascal/blob/master/CHANGELOG.md
83
85
  rubygems_mfa_required: 'true'
84
- post_install_message:
85
86
  rdoc_options: []
86
87
  require_paths:
87
88
  - lib
@@ -96,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
97
  - !ruby/object:Gem::Version
97
98
  version: '0'
98
99
  requirements: []
99
- rubygems_version: 3.4.1
100
- signing_key:
100
+ rubygems_version: 3.6.9
101
101
  specification_version: 4
102
102
  summary: Spin up CI environments locally.
103
103
  test_files: []
data/Gemfile.2.5 DELETED
@@ -1 +0,0 @@
1
- Gemfile.common
data/Gemfile.2.5.lock DELETED
@@ -1,125 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rascal (0.3.7)
5
- thor (~> 0.20.3)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- aruba (0.14.9)
11
- childprocess (>= 0.6.3, < 1.1.0)
12
- contracts (~> 0.9)
13
- cucumber (>= 1.3.19)
14
- ffi (~> 1.9)
15
- rspec-expectations (>= 2.99)
16
- thor (~> 0.19)
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.15.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 (0.20.3)
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.2.28