geordi 11.2.0 → 12.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34d65d80999ddc674119d4be0c198c4aa43e0a7198555aae13f7d0ed529b17a9
4
- data.tar.gz: 0e23774900617e49f7ec4a0f49ff41979414aef2cbb1e98ebcf8e32b50094a55
3
+ metadata.gz: '04677830ab820667757b670bc6702114582031396fbd7e7600e038bcdab4dd47'
4
+ data.tar.gz: 05cf15e451eb7104f415b5fc06f440088a5f57f9f5835427570d80f4ddf166ce
5
5
  SHA512:
6
- metadata.gz: 326546035b14d2708c5d1ab4829a4cb51359ff3e8b90a07b6a3245a860d1e121fcfbeea29cacb2a853cbdc7b2a9e6b0ef53219696cabb589c73f4785a732cb74
7
- data.tar.gz: 3b8c91f822d01b5b4d2a7f825e19d90eca6b92b58d01a7d24e7b87d38ad02faa16a01451a810cefe9fef01c85a695c7f6638cd8ad660db2106a95765a449385f
6
+ metadata.gz: fdf93074bfa1f08952717dd7e4d0097975e14049fdf9a62a57bfeb969e950fd7d803e45964ef7b5037402c280d788558dd1d195c380524e6267ee56739265c2d
7
+ data.tar.gz: 3990f5698b00ff8ecca6e4c31e92bdae56a036810fc19b25bbad4ea40bba17523ec0e6831d68871b21a21b88af21f84b3b6600af073a29a17f2455796c56cf05
@@ -13,12 +13,14 @@ jobs:
13
13
  fail-fast: false
14
14
  matrix:
15
15
  include:
16
- - ruby: 2.5.7
17
- gemfile: Gemfile
18
16
  - ruby: 2.7.4
19
17
  gemfile: Gemfile
20
18
  - ruby: 3.0.2
21
19
  gemfile: Gemfile
20
+ - ruby: 3.3.6
21
+ gemfile: Gemfile
22
+ - ruby: 3.4.2
23
+ gemfile: Gemfile
22
24
  env:
23
25
  BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
24
26
  steps:
@@ -29,7 +31,7 @@ jobs:
29
31
  ruby-version: "${{ matrix.ruby }}"
30
32
  - name: Bundle
31
33
  run: |
32
- gem install bundler:2.2.26
34
+ gem install bundler:2.3.27
33
35
  bundle install --no-deployment
34
36
  - name: Run specs
35
37
  run: bundle exec rspec
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.7
1
+ 2.7.4
data/CHANGELOG.md CHANGED
@@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
 
6
6
  ## Unreleased
7
+
8
+ ### Compatible changes
9
+
10
+ ### Breaking changes
11
+
12
+
13
+ ## 12.0.0 2025-02-25
14
+
7
15
  ### Compatible changes
16
+ * Add support for Ruby 3.3
17
+ * Add support for Ruby 3.4
18
+
8
19
  ### Breaking changes
20
+ * Drop support for Ruby 2.5.7
9
21
 
10
22
 
11
23
  ## 11.2.0 2024-11-22
data/Gemfile CHANGED
@@ -10,4 +10,4 @@ gem 'highline'
10
10
  gem 'parallel_tests'
11
11
  gem 'launchy'
12
12
  gem 'pry-byebug'
13
- gem 'cucumber', '~> 4'
13
+ gem 'cucumber', '~> 9'
data/Gemfile.lock CHANGED
@@ -1,18 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geordi (11.2.0)
4
+ geordi (12.0.0)
5
5
  thor (~> 1)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.4.1)
11
- concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 1.6, < 2)
13
- minitest (>= 5.1)
14
- tzinfo (~> 2.0)
15
- zeitwerk (~> 2.3)
16
10
  addressable (2.7.0)
17
11
  public_suffix (>= 2.0.2, < 5.0)
18
12
  aruba (0.14.14)
@@ -22,67 +16,61 @@ GEM
22
16
  ffi (~> 1.9)
23
17
  rspec-expectations (>= 2.99)
24
18
  thor (>= 0.19, < 2.0)
25
- builder (3.2.4)
19
+ bigdecimal (3.1.9)
20
+ builder (3.3.0)
26
21
  byebug (11.1.3)
27
22
  childprocess (1.0.1)
28
23
  rake (< 13.0)
29
24
  coderay (1.1.3)
30
- concurrent-ruby (1.1.9)
31
25
  contracts (0.16.0)
32
- cucumber (4.0.0)
33
- builder (~> 3.2, >= 3.2.3)
34
- cucumber-core (~> 7.0, >= 7.0.0)
35
- cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
36
- cucumber-gherkin (~> 13.0, >= 13.0.0)
37
- cucumber-html-formatter (~> 6.0, >= 6.0.1)
38
- cucumber-messages (~> 12.1, >= 12.1.1)
39
- cucumber-wire (~> 3.0, >= 3.0.0)
40
- diff-lcs (~> 1.3, >= 1.3)
41
- multi_test (~> 0.1, >= 0.1.2)
42
- sys-uname (~> 1.0, >= 1.0.2)
43
- cucumber-core (7.0.0)
44
- cucumber-gherkin (~> 13.0, >= 13.0.0)
45
- cucumber-messages (~> 12.1, >= 12.1.1)
46
- cucumber-tag-expressions (~> 2.0, >= 2.0.4)
47
- cucumber-cucumber-expressions (10.3.0)
48
- cucumber-gherkin (13.0.0)
49
- cucumber-messages (~> 12.0, >= 12.0.0)
50
- cucumber-html-formatter (6.0.3)
51
- cucumber-messages (~> 12.1, >= 12.1.1)
52
- cucumber-messages (12.4.0)
53
- protobuf-cucumber (~> 3.10, >= 3.10.8)
54
- cucumber-tag-expressions (2.0.4)
55
- cucumber-wire (3.0.0)
56
- cucumber-core (~> 7.0, >= 7.0.0)
57
- cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
58
- cucumber-messages (~> 12.1, >= 12.1.1)
59
- diff-lcs (1.4.4)
26
+ cucumber (9.2.1)
27
+ builder (~> 3.2)
28
+ cucumber-ci-environment (> 9, < 11)
29
+ cucumber-core (> 13, < 14)
30
+ cucumber-cucumber-expressions (~> 17.0)
31
+ cucumber-gherkin (> 24, < 28)
32
+ cucumber-html-formatter (> 20.3, < 22)
33
+ cucumber-messages (> 19, < 25)
34
+ diff-lcs (~> 1.5)
35
+ mini_mime (~> 1.1)
36
+ multi_test (~> 1.1)
37
+ sys-uname (~> 1.2)
38
+ cucumber-ci-environment (10.0.1)
39
+ cucumber-core (13.0.3)
40
+ cucumber-gherkin (>= 27, < 28)
41
+ cucumber-messages (>= 20, < 23)
42
+ cucumber-tag-expressions (> 5, < 7)
43
+ cucumber-cucumber-expressions (17.1.0)
44
+ bigdecimal
45
+ cucumber-gherkin (27.0.0)
46
+ cucumber-messages (>= 19.1.4, < 23)
47
+ cucumber-html-formatter (21.9.0)
48
+ cucumber-messages (> 19, < 28)
49
+ cucumber-messages (22.0.0)
50
+ cucumber-tag-expressions (6.1.2)
51
+ diff-lcs (1.6.0)
60
52
  ffi (1.12.2)
61
- highline (2.0.3)
62
- i18n (1.8.10)
63
- concurrent-ruby (~> 1.0)
64
- launchy (2.4.3)
65
- addressable (~> 2.3)
66
- method_source (1.0.0)
67
- middleware (0.1.0)
68
- minitest (5.14.4)
69
- multi_test (0.1.2)
53
+ highline (3.1.2)
54
+ reline
55
+ io-console (0.8.0)
56
+ launchy (2.5.0)
57
+ addressable (~> 2.7)
58
+ method_source (1.1.0)
59
+ mini_mime (1.1.5)
60
+ multi_test (1.1.0)
70
61
  parallel (1.19.2)
71
- parallel_tests (2.32.0)
62
+ parallel_tests (4.9.1)
72
63
  parallel
73
- protobuf-cucumber (3.10.8)
74
- activesupport (>= 3.2)
75
- middleware
76
- thor
77
- thread_safe
78
- pry (0.13.1)
64
+ pry (0.14.2)
79
65
  coderay (~> 1.1)
80
66
  method_source (~> 1.0)
81
- pry-byebug (3.9.0)
67
+ pry-byebug (3.10.1)
82
68
  byebug (~> 11.0)
83
- pry (~> 0.13.0)
69
+ pry (>= 0.13, < 0.15)
84
70
  public_suffix (3.1.1)
85
71
  rake (12.3.3)
72
+ reline (0.6.0)
73
+ io-console (~> 0.5)
86
74
  rspec (3.10.0)
87
75
  rspec-core (~> 3.10.0)
88
76
  rspec-expectations (~> 3.10.0)
@@ -96,20 +84,16 @@ GEM
96
84
  diff-lcs (>= 1.2.0, < 2.0)
97
85
  rspec-support (~> 3.10.0)
98
86
  rspec-support (3.10.0)
99
- sys-uname (1.2.2)
87
+ sys-uname (1.3.1)
100
88
  ffi (~> 1.1)
101
- thor (1.0.1)
102
- thread_safe (0.3.6)
103
- tzinfo (2.0.4)
104
- concurrent-ruby (~> 1.0)
105
- zeitwerk (2.4.2)
89
+ thor (1.3.2)
106
90
 
107
91
  PLATFORMS
108
92
  ruby
109
93
 
110
94
  DEPENDENCIES
111
95
  aruba (< 1)
112
- cucumber (~> 4)
96
+ cucumber (~> 9)
113
97
  geordi!
114
98
  highline
115
99
  launchy
@@ -119,4 +103,4 @@ DEPENDENCIES
119
103
  rspec
120
104
 
121
105
  BUNDLED WITH
122
- 2.3.26
106
+ 2.3.27
data/README.md CHANGED
@@ -1,5 +1,21 @@
1
- Geordi [![Tests](https://github.com/makandra/geordi/workflows/Tests/badge.svg)](https://github.com/makandra/geordi/actions)
2
- ======
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="140" alt="Geordi" role="heading" aria-level="1" src="media/logo.light.shapes.svg">
14
+ </picture>
15
+ </p>
16
+
17
+ [![Tests](https://github.com/makandra/geordi/workflows/Tests/badge.svg)](https://github.com/makandra/geordi/actions)
18
+
3
19
 
4
20
  Geordi is a collection of command line tools we use in our daily work with
5
21
  Ruby, Rails and Linux at [makandra](http://makandra.com/).
data/geordi.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'geordi/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'geordi'
7
7
  spec.version = Geordi::VERSION
8
- spec.required_ruby_version = '>= 2.3.0'
8
+ spec.required_ruby_version = '>= 2.7.4'
9
9
  spec.authors = ['Henning Koch']
10
10
  spec.email = ['henning.koch@makandra.de']
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '11.2.0'.freeze
2
+ VERSION = '12.0.0'.freeze
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
+ 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:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="35.7663mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 35.766299 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.dark.shapes.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(0.53371623,0,0,0.08820435,-11.771062,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="3.959798"
56
+ inkscape:cx="107.13075"
57
+ inkscape:cy="16.774239"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1"
70
+ inkscape:pagecheckerboard="true" />
71
+ <metadata
72
+ id="metadata835">
73
+ <rdf:RDF>
74
+ <cc:Work
75
+ rdf:about="">
76
+ <dc:format>image/svg+xml</dc:format>
77
+ <dc:type
78
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
79
+ <dc:title></dc:title>
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.05820833,-52.518951)">
88
+ <g
89
+ aria-label="GEORDI"
90
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;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.26458332"
91
+ id="text1385">
92
+ <path
93
+ d="m 3.4766249,55.725701 h 3.5612916 v 0.4445 q 0,0.751417 -0.254,1.402292 -0.2487084,0.650875 -0.714375,1.143 -0.4656667,0.492125 -1.11125,0.767291 -0.6455833,0.275167 -1.4287499,0.275167 -0.809625,0 -1.4710833,-0.275167 -0.6561667,-0.280458 -1.13241666,-0.777875 -0.47624999,-0.497416 -0.73024998,-1.153583 -0.25399999,-0.661458 -0.25399999,-1.418167 0,-0.751416 0.25399999,-1.407583 0.25399999,-0.661458 0.73024998,-1.153583 0.47624996,-0.497417 1.13241666,-0.772584 0.6614583,-0.280458 1.4710833,-0.280458 0.6614583,0 1.1641666,0.142875 0.508,0.142875 0.873125,0.381 0.365125,0.238125 0.6191249,0.523875 0.254,0.280458 0.4233334,0.550333 L 5.1064582,54.826118 Q 4.8894999,54.492743 4.5137915,54.244034 4.1433749,53.995326 3.5295416,53.995326 q -0.428625,0 -0.7884584,0.169333 Q 2.3865416,54.333993 2.1272499,54.630326 1.8679583,54.921368 1.7250833,55.312951 1.5875,55.699243 1.5875,56.133159 q 0,0.439209 0.1375833,0.8255 0.142875,0.386292 0.4021666,0.682625 0.2592917,0.296334 0.6138333,0.465667 0.3598334,0.164042 0.7884584,0.164042 0.3757083,0 0.6826249,-0.09525 0.3069167,-0.09525 0.5291667,-0.275167 0.2275416,-0.179917 0.3545416,-0.423333 0.1322917,-0.248709 0.15875,-0.545042 H 3.4766249 Z"
94
+ 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.26458332"
95
+ id="path822" />
96
+ <path
97
+ d="m 7.9427778,52.645951 h 4.4608752 v 1.386417 H 9.5196944 v 1.423458 h 2.8574996 v 1.344083 H 9.5196944 v 1.444625 h 2.8839586 v 1.386417 H 7.9427778 Z"
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.26458332"
99
+ id="path824" />
100
+ <path
101
+ d="m 15.023009,56.133159 q 0,0.597959 0.243416,1.084792 0.248709,0.481542 0.682625,0.767292 0.439209,0.28575 1.016,0.28575 0.576792,0 1.010709,-0.28575 0.439208,-0.28575 0.682625,-0.767292 0.248708,-0.486833 0.248708,-1.084792 0,-0.597958 -0.248708,-1.0795 -0.243417,-0.481541 -0.682625,-0.767291 -0.433917,-0.291042 -1.010709,-0.291042 -0.576791,0 -1.016,0.291042 -0.433916,0.28575 -0.682625,0.767291 -0.243416,0.481542 -0.243416,1.0795 z m -1.645709,0 q 0,-0.762 0.269875,-1.418166 0.269875,-0.661459 0.756709,-1.153584 0.486833,-0.492125 1.143,-0.767291 0.656166,-0.275167 1.418166,-0.275167 0.772584,0 1.423459,0.275167 0.656166,0.275166 1.137708,0.767291 0.486833,0.492125 0.751417,1.153584 0.269875,0.656166 0.269875,1.418166 0,0.767292 -0.259292,1.42875 -0.259292,0.656167 -0.740833,1.153584 -0.481542,0.492125 -1.137709,0.767291 -0.656166,0.275167 -1.444625,0.275167 -0.804333,0 -1.465791,-0.275167 -0.656167,-0.275166 -1.132417,-0.767291 -0.47625,-0.497417 -0.735542,-1.153584 -0.254,-0.661458 -0.254,-1.42875 z"
102
+ 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.26458332"
103
+ id="path826" />
104
+ <path
105
+ d="m 21.42062,52.645951 h 2.846916 q 0.608542,0 1.084792,0.254 0.47625,0.254 0.751417,0.735542 0.280458,0.47625 0.280458,1.137708 0,0.661458 -0.238125,1.084792 -0.232833,0.418041 -0.560917,0.629708 -0.328083,0.206375 -0.608541,0.248708 l 1.698625,2.894542 h -1.778 l -1.513417,-2.772833 h -0.381 v 2.772833 H 21.42062 Z m 1.582208,3.116792 h 0.6985 q 0.423333,0 0.740833,-0.206375 0.3175,-0.206375 0.3175,-0.73025 0,-0.523875 -0.312208,-0.724959 -0.312208,-0.206375 -0.735542,-0.206375 h -0.709083 z"
106
+ 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.26458332"
107
+ id="path828" />
108
+ <path
109
+ d="m 27.728279,52.645951 h 2.100792 q 1.116542,0 1.846792,0.449792 0.735541,0.4445 1.100666,1.232958 0.365125,0.788458 0.365125,1.804458 0,1.021292 -0.365125,1.80975 -0.365125,0.788459 -1.100666,1.23825 -0.73025,0.449792 -1.846792,0.449792 h -2.100792 z m 1.576917,1.402292 v 4.180416 h 0.381 q 0.597958,0 0.989542,-0.269875 0.391583,-0.275166 0.587375,-0.746125 0.201083,-0.47625 0.201083,-1.068916 0,-0.597959 -0.195792,-1.068917 -0.1905,-0.47625 -0.587375,-0.751417 -0.396875,-0.275166 -0.994833,-0.275166 z"
110
+ 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.26458332"
111
+ id="path830" />
112
+ <path
113
+ d="m 34.125883,52.645951 h 1.582208 v 6.985 h -1.582208 z"
114
+ 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.26458332"
115
+ id="path832" />
116
+ </g>
117
+ <rect
118
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02169702;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
119
+ id="rect1387"
120
+ width="35.70657"
121
+ height="1.2668874"
122
+ x="-3.5435547e-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
+ 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:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="35.7663mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 35.766299 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.dark.text.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(0.53371623,0,0,0.08820435,-11.771062,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="3.959798"
56
+ inkscape:cx="107.13075"
57
+ inkscape:cy="16.774239"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1"
70
+ inkscape:pagecheckerboard="true" />
71
+ <metadata
72
+ id="metadata835">
73
+ <rdf:RDF>
74
+ <cc:Work
75
+ rdf:about="">
76
+ <dc:format>image/svg+xml</dc:format>
77
+ <dc:type
78
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
79
+ <dc:title></dc:title>
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.05820833,-52.518951)">
88
+ <text
89
+ xml:space="preserve"
90
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;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.26458332"
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.26458332">GEORDI</tspan></text>
99
+ <rect
100
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02169702;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
101
+ id="rect1387"
102
+ width="35.70657"
103
+ height="1.2668874"
104
+ x="-3.5435547e-15"
105
+ y="65.308289" />
106
+ </g>
107
+ </svg>
@@ -0,0 +1,124 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
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:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="35.7663mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 35.766299 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.light.shapes.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(0.53372479,0,0,0.08820435,-11.771251,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="1.979899"
56
+ inkscape:cx="-99.222022"
57
+ inkscape:cy="65.971457"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1" />
70
+ <metadata
71
+ id="metadata835">
72
+ <rdf:RDF>
73
+ <cc:Work
74
+ rdf:about="">
75
+ <dc:format>image/svg+xml</dc:format>
76
+ <dc:type
77
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
78
+ <dc:title></dc:title>
79
+ </cc:Work>
80
+ </rdf:RDF>
81
+ </metadata>
82
+ <g
83
+ inkscape:label="Layer 1"
84
+ inkscape:groupmode="layer"
85
+ id="layer1"
86
+ transform="translate(0.05820833,-52.518951)">
87
+ <g
88
+ aria-label="GEORDI"
89
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;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.26458332"
90
+ id="text1385">
91
+ <path
92
+ d="m 3.4766249,55.725701 h 3.5612916 v 0.4445 q 0,0.751417 -0.254,1.402292 -0.2487084,0.650875 -0.714375,1.143 -0.4656667,0.492125 -1.11125,0.767291 -0.6455833,0.275167 -1.4287499,0.275167 -0.809625,0 -1.4710833,-0.275167 -0.6561667,-0.280458 -1.13241666,-0.777875 -0.47624999,-0.497416 -0.73024998,-1.153583 -0.25399999,-0.661458 -0.25399999,-1.418167 0,-0.751416 0.25399999,-1.407583 0.25399999,-0.661458 0.73024998,-1.153583 0.47624996,-0.497417 1.13241666,-0.772584 0.6614583,-0.280458 1.4710833,-0.280458 0.6614583,0 1.1641666,0.142875 0.508,0.142875 0.873125,0.381 0.365125,0.238125 0.6191249,0.523875 0.254,0.280458 0.4233334,0.550333 L 5.1064582,54.826118 Q 4.8894999,54.492743 4.5137915,54.244034 4.1433749,53.995326 3.5295416,53.995326 q -0.428625,0 -0.7884584,0.169333 Q 2.3865416,54.333993 2.1272499,54.630326 1.8679583,54.921368 1.7250833,55.312951 1.5875,55.699243 1.5875,56.133159 q 0,0.439209 0.1375833,0.8255 0.142875,0.386292 0.4021666,0.682625 0.2592917,0.296334 0.6138333,0.465667 0.3598334,0.164042 0.7884584,0.164042 0.3757083,0 0.6826249,-0.09525 0.3069167,-0.09525 0.5291667,-0.275167 0.2275416,-0.179917 0.3545416,-0.423333 0.1322917,-0.248709 0.15875,-0.545042 H 3.4766249 Z"
93
+ 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.26458332"
94
+ id="path822" />
95
+ <path
96
+ d="m 7.9427778,52.645951 h 4.4608752 v 1.386417 H 9.5196944 v 1.423458 h 2.8574996 v 1.344083 H 9.5196944 v 1.444625 h 2.8839586 v 1.386417 H 7.9427778 Z"
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.26458332"
98
+ id="path824" />
99
+ <path
100
+ d="m 15.023009,56.133159 q 0,0.597959 0.243416,1.084792 0.248709,0.481542 0.682625,0.767292 0.439209,0.28575 1.016,0.28575 0.576792,0 1.010709,-0.28575 0.439208,-0.28575 0.682625,-0.767292 0.248708,-0.486833 0.248708,-1.084792 0,-0.597958 -0.248708,-1.0795 -0.243417,-0.481541 -0.682625,-0.767291 -0.433917,-0.291042 -1.010709,-0.291042 -0.576791,0 -1.016,0.291042 -0.433916,0.28575 -0.682625,0.767291 -0.243416,0.481542 -0.243416,1.0795 z m -1.645709,0 q 0,-0.762 0.269875,-1.418166 0.269875,-0.661459 0.756709,-1.153584 0.486833,-0.492125 1.143,-0.767291 0.656166,-0.275167 1.418166,-0.275167 0.772584,0 1.423459,0.275167 0.656166,0.275166 1.137708,0.767291 0.486833,0.492125 0.751417,1.153584 0.269875,0.656166 0.269875,1.418166 0,0.767292 -0.259292,1.42875 -0.259292,0.656167 -0.740833,1.153584 -0.481542,0.492125 -1.137709,0.767291 -0.656166,0.275167 -1.444625,0.275167 -0.804333,0 -1.465791,-0.275167 -0.656167,-0.275166 -1.132417,-0.767291 -0.47625,-0.497417 -0.735542,-1.153584 -0.254,-0.661458 -0.254,-1.42875 z"
101
+ 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.26458332"
102
+ id="path826" />
103
+ <path
104
+ d="m 21.42062,52.645951 h 2.846916 q 0.608542,0 1.084792,0.254 0.47625,0.254 0.751417,0.735542 0.280458,0.47625 0.280458,1.137708 0,0.661458 -0.238125,1.084792 -0.232833,0.418041 -0.560917,0.629708 -0.328083,0.206375 -0.608541,0.248708 l 1.698625,2.894542 h -1.778 l -1.513417,-2.772833 h -0.381 v 2.772833 H 21.42062 Z m 1.582208,3.116792 h 0.6985 q 0.423333,0 0.740833,-0.206375 0.3175,-0.206375 0.3175,-0.73025 0,-0.523875 -0.312208,-0.724959 -0.312208,-0.206375 -0.735542,-0.206375 h -0.709083 z"
105
+ 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.26458332"
106
+ id="path828" />
107
+ <path
108
+ d="m 27.728279,52.645951 h 2.100792 q 1.116542,0 1.846792,0.449792 0.735541,0.4445 1.100666,1.232958 0.365125,0.788458 0.365125,1.804458 0,1.021292 -0.365125,1.80975 -0.365125,0.788459 -1.100666,1.23825 -0.73025,0.449792 -1.846792,0.449792 h -2.100792 z m 1.576917,1.402292 v 4.180416 h 0.381 q 0.597958,0 0.989542,-0.269875 0.391583,-0.275166 0.587375,-0.746125 0.201083,-0.47625 0.201083,-1.068916 0,-0.597959 -0.195792,-1.068917 -0.1905,-0.47625 -0.587375,-0.751417 -0.396875,-0.275166 -0.994833,-0.275166 z"
109
+ 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.26458332"
110
+ id="path830" />
111
+ <path
112
+ d="m 34.125883,52.645951 h 1.582208 v 6.985 h -1.582208 z"
113
+ 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.26458332"
114
+ id="path832" />
115
+ </g>
116
+ <rect
117
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02169719;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
118
+ id="rect1387"
119
+ width="35.707142"
120
+ height="1.2668874"
121
+ x="-3.5551883e-15"
122
+ y="65.308289" />
123
+ </g>
124
+ </svg>
@@ -0,0 +1,106 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
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:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="35.7663mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 35.766299 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.light.text.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(0.53372479,0,0,0.08820435,-11.771251,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="1.979899"
56
+ inkscape:cx="-99.222022"
57
+ inkscape:cy="65.971457"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1" />
70
+ <metadata
71
+ id="metadata835">
72
+ <rdf:RDF>
73
+ <cc:Work
74
+ rdf:about="">
75
+ <dc:format>image/svg+xml</dc:format>
76
+ <dc:type
77
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
78
+ <dc:title></dc:title>
79
+ </cc:Work>
80
+ </rdf:RDF>
81
+ </metadata>
82
+ <g
83
+ inkscape:label="Layer 1"
84
+ inkscape:groupmode="layer"
85
+ id="layer1"
86
+ transform="translate(0.05820833,-52.518951)">
87
+ <text
88
+ xml:space="preserve"
89
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;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.26458332"
90
+ x="-0.27516666"
91
+ y="59.630951"
92
+ id="text1385"><tspan
93
+ sodipodi:role="line"
94
+ id="tspan1383"
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.26458332">GEORDI</tspan></text>
98
+ <rect
99
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02169719;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
100
+ id="rect1387"
101
+ width="35.707142"
102
+ height="1.2668874"
103
+ x="-3.5551883e-15"
104
+ y="65.308289" />
105
+ </g>
106
+ </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>
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.2.0
4
+ version: 12.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-22 00:00:00.000000000 Z
10
+ date: 2025-02-25 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thor
@@ -94,6 +93,12 @@ files:
94
93
  - lib/geordi/settings.rb
95
94
  - lib/geordi/util.rb
96
95
  - lib/geordi/version.rb
96
+ - media/logo.dark.shapes.svg
97
+ - media/logo.dark.text.svg
98
+ - media/logo.light.shapes.svg
99
+ - media/logo.light.text.svg
100
+ - media/makandra-with-bottom-margin.dark.svg
101
+ - media/makandra-with-bottom-margin.light.svg
97
102
  homepage: https://makandra.com
98
103
  licenses:
99
104
  - MIT
@@ -102,7 +107,6 @@ metadata:
102
107
  bug_tracker_uri: https://github.com/makandra/geordi/issues
103
108
  changelog_uri: https://github.com/makandra/geordi/blob/master/CHANGELOG.md
104
109
  rubygems_mfa_required: 'true'
105
- post_install_message:
106
110
  rdoc_options: []
107
111
  require_paths:
108
112
  - lib
@@ -110,15 +114,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
114
  requirements:
111
115
  - - ">="
112
116
  - !ruby/object:Gem::Version
113
- version: 2.3.0
117
+ version: 2.7.4
114
118
  required_rubygems_version: !ruby/object:Gem::Requirement
115
119
  requirements:
116
120
  - - ">="
117
121
  - !ruby/object:Gem::Version
118
122
  version: '0'
119
123
  requirements: []
120
- rubygems_version: 3.2.3
121
- signing_key:
124
+ rubygems_version: 3.6.2
122
125
  specification_version: 4
123
126
  summary: Collection of command line tools we use in our daily work with Ruby, Rails
124
127
  and Linux at makandra.