active_type 2.5.1 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f243c433c673eb72dc622d9315f8a68a33b788a4f20cb82a5b480dc82ccb73b9
4
- data.tar.gz: f8f6b146776a25cfbcbb3acf8c9fafa46c22e68136ed23a9a004a75af0cf6e05
3
+ metadata.gz: 970684d2b41b30fef4a53c0d4ab29ef2d25a7ca391be73a21295cfd07ef527a5
4
+ data.tar.gz: 0d0b34b0af58796b9cb6d877470894da5484a1658ef3a4704d603b9cbbf45c57
5
5
  SHA512:
6
- metadata.gz: e4035273c367cb091908f5ad2db1949970e8e323b72629580a11e8309f48aa5ec4eb45e54a7e0c0896cf508c394ac6a0e72b51dc059a1b644751c400964f8319
7
- data.tar.gz: 9b79ccb1b3bbdc6dd0ad6c0cec7254a5ed41f18d41020a5c774a021eb898fe721fe3c7918b73253ac88689c54a1430b74f56babc1f40aaad5a705ccf81e55424
6
+ metadata.gz: 24e437dc4e496c086c1789e01a0e47571541f9557f8585e822c53b9e5001b62d676a9ec1476ac075c6a1cd014584c1121a1d898cfeb09cb2a9b7ce1f20deb190
7
+ data.tar.gz: 34a47671ac54c98464fd2ecdfd1d8ca528e2b43e29d571688e7a63d0d60b3f8848192d16c536fe16159ae1fc340ca37debc19a765786b335957c0fdb41c68e4e
@@ -14,24 +14,16 @@ jobs:
14
14
  fail-fast: false
15
15
  matrix:
16
16
  include:
17
- - ruby: "2.5.5"
18
- gemfile: Gemfile.5.2.sqlite3
19
- - ruby: "2.7.7"
20
- gemfile: Gemfile.5.2.sqlite3
21
- - ruby: "3.0.5"
22
- gemfile: Gemfile.6.0.sqlite3
23
- - ruby: "3.0.5"
17
+ - ruby: "2.7.8"
24
18
  gemfile: Gemfile.6.1.sqlite3
25
- - ruby: "3.0.5"
26
- gemfile: Gemfile.7.0.sqlite3
27
- - ruby: "3.1.3"
28
- gemfile: Gemfile.7.0.sqlite3
29
- - ruby: "3.2.0"
30
- gemfile: Gemfile.7.0.sqlite3
31
- - ruby: "3.2.0"
19
+ - ruby: "3.0.7"
32
20
  gemfile: Gemfile.7.1.sqlite3
33
- - ruby: "3.2.0"
21
+ - ruby: "3.1.6"
34
22
  gemfile: Gemfile.7.2.sqlite3
23
+ - ruby: "3.2.6"
24
+ gemfile: Gemfile.7.2.sqlite3
25
+ - ruby: "3.3.6"
26
+ gemfile: Gemfile.8.0.sqlite3
35
27
  env:
36
28
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
37
29
 
@@ -65,8 +57,8 @@ jobs:
65
57
  fail-fast: false
66
58
  matrix:
67
59
  include:
68
- - ruby: "2.7.7"
69
- gemfile: Gemfile.5.2.mysql2
60
+ - ruby: "3.2.6"
61
+ gemfile: Gemfile.7.2.mysql2
70
62
  env:
71
63
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
72
64
 
@@ -104,21 +96,11 @@ jobs:
104
96
  fail-fast: false
105
97
  matrix:
106
98
  include:
107
- - ruby: "2.5.5"
108
- gemfile: Gemfile.5.2.pg
109
- - ruby: "2.7.7"
110
- gemfile: Gemfile.5.2.pg
111
- - ruby: "3.0.5"
99
+ - ruby: "3.0.7"
112
100
  gemfile: Gemfile.6.1.pg
113
- - ruby: "3.0.5"
114
- gemfile: Gemfile.7.0.pg
115
- - ruby: "3.1.3"
116
- gemfile: Gemfile.7.0.pg
117
- - ruby: "3.2.0"
118
- gemfile: Gemfile.7.0.pg
119
- - ruby: "3.2.0"
101
+ - ruby: "3.2.6"
120
102
  gemfile: Gemfile.7.1.pg
121
- - ruby: "3.2.0"
103
+ - ruby: "3.2.6"
122
104
  gemfile: Gemfile.7.2.pg
123
105
  env:
124
106
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 2.6.0 (2024-12-20)
6
+
7
+ * Dropped support for Rails < 6 and Ruby < 2.7.
8
+
5
9
  ## 2.5.1 (2024-08-14)
6
10
 
7
11
  * Fixed: Make `ActiveType::Object` work on Rails 7.2.
data/Gemfile.6.1.pg.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
data/Gemfile.7.1.pg.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'activerecord', '~>5.1.0'
3
+ gem 'activerecord', '~>7.2.0'
4
4
  gem 'rspec', '~>3.4'
5
5
  gem 'mysql2'
6
6
  gem 'rake'
@@ -0,0 +1,73 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (7.2.2.1)
11
+ activesupport (= 7.2.2.1)
12
+ activerecord (7.2.2.1)
13
+ activemodel (= 7.2.2.1)
14
+ activesupport (= 7.2.2.1)
15
+ timeout (>= 0.4.0)
16
+ activesupport (7.2.2.1)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ base64 (0.2.0)
29
+ benchmark (0.4.0)
30
+ bigdecimal (3.1.8)
31
+ concurrent-ruby (1.3.4)
32
+ connection_pool (2.4.1)
33
+ diff-lcs (1.5.1)
34
+ drb (2.2.1)
35
+ gemika (0.8.3)
36
+ i18n (1.14.6)
37
+ concurrent-ruby (~> 1.0)
38
+ logger (1.6.4)
39
+ minitest (5.25.4)
40
+ mysql2 (0.5.6)
41
+ rake (13.2.1)
42
+ rspec (3.13.0)
43
+ rspec-core (~> 3.13.0)
44
+ rspec-expectations (~> 3.13.0)
45
+ rspec-mocks (~> 3.13.0)
46
+ rspec-core (3.13.2)
47
+ rspec-support (~> 3.13.0)
48
+ rspec-expectations (3.13.3)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.13.0)
51
+ rspec-mocks (3.13.2)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.13.0)
54
+ rspec-support (3.13.2)
55
+ securerandom (0.4.1)
56
+ timeout (0.4.3)
57
+ tzinfo (2.0.6)
58
+ concurrent-ruby (~> 1.0)
59
+
60
+ PLATFORMS
61
+ ruby
62
+ x86_64-linux
63
+
64
+ DEPENDENCIES
65
+ active_type!
66
+ activerecord (~> 7.2.0)
67
+ gemika
68
+ mysql2
69
+ rake
70
+ rspec (~> 3.4)
71
+
72
+ BUNDLED WITH
73
+ 2.6.1
data/Gemfile.7.2.pg.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_type (2.5.1)
5
- activerecord (>= 3.2)
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'activerecord', '~>7.0.3'
3
+ gem 'activerecord', '~>8.0.0'
4
4
  gem 'rspec', '~>3.4'
5
5
  gem 'sqlite3'
6
6
  gem 'rake'
@@ -0,0 +1,84 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ active_type (2.6.0)
5
+ activerecord (>= 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (8.0.1)
11
+ activesupport (= 8.0.1)
12
+ activerecord (8.0.1)
13
+ activemodel (= 8.0.1)
14
+ activesupport (= 8.0.1)
15
+ timeout (>= 0.4.0)
16
+ activesupport (8.0.1)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ base64 (0.2.0)
30
+ benchmark (0.4.0)
31
+ bigdecimal (3.1.8)
32
+ concurrent-ruby (1.3.4)
33
+ connection_pool (2.4.1)
34
+ diff-lcs (1.5.1)
35
+ drb (2.2.1)
36
+ gemika (0.8.3)
37
+ i18n (1.14.6)
38
+ concurrent-ruby (~> 1.0)
39
+ logger (1.6.4)
40
+ minitest (5.25.4)
41
+ rake (13.2.1)
42
+ rspec (3.13.0)
43
+ rspec-core (~> 3.13.0)
44
+ rspec-expectations (~> 3.13.0)
45
+ rspec-mocks (~> 3.13.0)
46
+ rspec-core (3.13.2)
47
+ rspec-support (~> 3.13.0)
48
+ rspec-expectations (3.13.3)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.13.0)
51
+ rspec-mocks (3.13.2)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.13.0)
54
+ rspec-support (3.13.2)
55
+ securerandom (0.4.1)
56
+ sqlite3 (2.4.1-aarch64-linux-gnu)
57
+ sqlite3 (2.4.1-arm-linux-gnu)
58
+ sqlite3 (2.4.1-arm64-darwin)
59
+ sqlite3 (2.4.1-x86-linux-gnu)
60
+ sqlite3 (2.4.1-x86_64-darwin)
61
+ sqlite3 (2.4.1-x86_64-linux-gnu)
62
+ timeout (0.4.3)
63
+ tzinfo (2.0.6)
64
+ concurrent-ruby (~> 1.0)
65
+ uri (1.0.2)
66
+
67
+ PLATFORMS
68
+ aarch64-linux
69
+ arm-linux
70
+ arm64-darwin
71
+ x86-linux
72
+ x86_64-darwin
73
+ x86_64-linux
74
+
75
+ DEPENDENCIES
76
+ active_type!
77
+ activerecord (~> 8.0.0)
78
+ gemika
79
+ rake
80
+ rspec (~> 3.4)
81
+ sqlite3
82
+
83
+ BUNDLED WITH
84
+ 2.6.1
data/README.md CHANGED
@@ -1,5 +1,21 @@
1
- ActiveType [![Tests](https://github.com/makandra/active_type/workflows/Tests/badge.svg)](https://github.com/makandra/active_type/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="245" alt="active_type" role="heading" aria-level="1" src="media/logo.light.shapes.svg">
14
+ </picture>
15
+ </p>
16
+
17
+ [![Tests](https://github.com/makandra/active_type/workflows/Tests/badge.svg)](https://github.com/makandra/active_type/actions)
18
+
3
19
 
4
20
  Make any Ruby object quack like ActiveRecord
5
21
  --------------------------------------------
@@ -418,14 +434,14 @@ Now, if you load `credentials`, you will automatically receive records of type `
418
434
  Supported Rails versions
419
435
  ------------------------
420
436
 
421
- ActiveType is tested against ActiveRecord 5.2, 6.0, 6.1, and 7.0.
437
+ ActiveType is tested against ActiveRecord 6.1, 7.1, 7.2, 8.0.
422
438
 
423
439
  Later versions might work, earlier will not.
424
440
 
425
441
  Supported Ruby versions
426
442
  ------------------------
427
443
 
428
- ActiveType is tested against 2.5, 2.7, 3.0, and 3.1.
444
+ ActiveType is tested against Ruby 2.7+.
429
445
 
430
446
 
431
447
  Installation
data/active_type.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency "bundler", ">= 1.5"
26
26
  s.add_development_dependency "rake"
27
27
 
28
- s.add_runtime_dependency('activerecord', '>= 3.2')
28
+ s.add_runtime_dependency('activerecord', '>= 6.1')
29
29
 
30
- s.required_ruby_version = '>= 2.5.0'
30
+ s.required_ruby_version = '>= 2.7.0'
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveType
2
- VERSION = '2.5.1'
2
+ VERSION = '2.6.0'
3
3
  end
@@ -0,0 +1,153 @@
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="62.002285mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 62.002283 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.92181032,0,0,0.08820435,-20.330441,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="58.480339"
57
+ inkscape:cy="7.9798528"
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
+ inkscape:snap-bbox="true"
72
+ inkscape:snap-bbox-edge-midpoints="true"
73
+ inkscape:bbox-nodes="true"
74
+ inkscape:bbox-paths="true">
75
+ <inkscape:grid
76
+ type="xygrid"
77
+ id="grid822" />
78
+ </sodipodi:namedview>
79
+ <metadata
80
+ id="metadata835">
81
+ <rdf:RDF>
82
+ <cc:Work
83
+ rdf:about="">
84
+ <dc:format>image/svg+xml</dc:format>
85
+ <dc:type
86
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
87
+ <dc:title></dc:title>
88
+ </cc:Work>
89
+ </rdf:RDF>
90
+ </metadata>
91
+ <g
92
+ inkscape:label="Layer 1"
93
+ inkscape:groupmode="layer"
94
+ id="layer1"
95
+ transform="translate(0.33337499,-52.518951)">
96
+ <g
97
+ aria-label="ACTIVE_TYPE"
98
+ 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"
99
+ id="text1385">
100
+ <path
101
+ d="m 2.4288749,52.645951 h 1.571625 l 2.7569582,6.985 H 5.0694165 l -0.508,-1.402292 H 1.8732499 l -0.5132916,1.402292 h -1.69333329 z m -0.026458,4.196292 H 4.0375415 L 3.2279166,54.550951 h -0.015875 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="path820" />
104
+ <path
105
+ d="m 10.705017,58.191618 q 0.486833,0 0.883708,-0.142875 0.402167,-0.142875 0.597959,-0.280459 l 0.677333,1.344084 q -0.248708,0.211666 -0.851958,0.428625 -0.597959,0.216958 -1.423458,0.216958 -0.7725838,0 -1.4499171,-0.269875 Q 8.4613506,59.218201 7.9427673,58.731368 7.4294756,58.239243 7.1331423,57.583076 6.8421006,56.921618 6.8421006,56.149034 q 0,-0.772583 0.2910417,-1.434041 0.2910416,-0.66675 0.8043333,-1.158875 0.5185833,-0.492125 1.1959166,-0.762 0.682625,-0.275167 1.4552088,-0.275167 0.825499,0 1.423458,0.216958 0.60325,0.216959 0.851958,0.428625 l -0.677333,1.344084 q -0.195792,-0.142875 -0.597959,-0.280459 -0.396875,-0.142875 -0.883708,-0.142875 -0.53975,0 -0.9419165,0.169334 -0.4021666,0.164041 -0.6720416,0.455083 -0.269875,0.291042 -0.4021667,0.656167 -0.1322916,0.365125 -0.1322916,0.767291 0,0.407459 0.1322916,0.777875 0.1322917,0.365125 0.4021667,0.656167 0.269875,0.291042 0.6720416,0.460375 0.4021665,0.164042 0.9419165,0.164042 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="path822" />
108
+ <path
109
+ d="m 15.128838,54.032368 h -1.666875 v -1.386417 h 4.910666 v 1.386417 h -1.661583 v 5.598583 h -1.582208 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="path824" />
112
+ <path
113
+ d="m 19.282778,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="path826" />
116
+ <path
117
+ d="M 25.960843,59.630951 H 24.17226 l -2.487083,-6.985 h 1.783291 l 1.598084,4.968875 1.598083,-4.968875 h 1.783291 z"
118
+ 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"
119
+ id="path828" />
120
+ <path
121
+ d="m 29.225796,52.645951 h 4.460875 v 1.386417 h -2.883958 v 1.423458 h 2.857499 v 1.344083 h -2.857499 v 1.444625 h 2.883958 v 1.386417 h -4.460875 z"
122
+ 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"
123
+ id="path830" />
124
+ <path
125
+ d="m 34.496279,60.668118 v -0.904875 h 4.323291 v 0.904875 z"
126
+ 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"
127
+ id="path832" />
128
+ <path
129
+ d="m 40.650476,54.032368 h -1.666875 v -1.386417 h 4.910667 v 1.386417 h -1.661583 v 5.598583 h -1.582209 z"
130
+ 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"
131
+ id="path834" />
132
+ <path
133
+ d="m 46.783481,57.117409 -2.407709,-4.471458 h 1.920875 l 1.275292,2.661708 1.280583,-2.661708 h 1.910292 l -2.397125,4.471458 v 2.513542 h -1.582208 z"
134
+ 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"
135
+ id="path836" />
136
+ <path
137
+ d="m 51.366043,52.645951 h 2.54 q 0.672041,0 1.211791,0.238125 0.53975,0.232833 0.85725,0.714375 0.322792,0.47625 0.322792,1.195917 0,0.714375 -0.322792,1.217083 -0.3175,0.497417 -0.85725,0.762 -0.53975,0.259292 -1.211791,0.259292 h -0.957792 v 2.598208 h -1.582208 z m 1.582208,3.137958 h 0.518583 q 0.322792,0 0.576792,-0.09525 0.259292,-0.09525 0.41275,-0.301625 0.153458,-0.211666 0.153458,-0.555625 0,-0.34925 -0.153458,-0.550333 -0.153458,-0.206375 -0.41275,-0.296333 -0.254,-0.08996 -0.576792,-0.08996 h -0.518583 z"
138
+ 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"
139
+ id="path838" />
140
+ <path
141
+ d="m 57.208037,52.645951 h 4.460874 v 1.386417 h -2.883958 v 1.423458 h 2.8575 v 1.344083 h -2.8575 v 1.444625 h 2.883958 v 1.386417 h -4.460874 z"
142
+ 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"
143
+ id="path840" />
144
+ </g>
145
+ <rect
146
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02851449;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
147
+ id="rect1387"
148
+ width="61.670761"
149
+ height="1.2668874"
150
+ x="-3.5324556e-15"
151
+ y="65.308289" />
152
+ </g>
153
+ </svg>
@@ -0,0 +1,115 @@
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="62.002285mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 62.002283 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.92181032,0,0,0.08820435,-20.330441,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="103.05332"
57
+ inkscape:cy="8.9900053"
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
+ inkscape:snap-bbox="true"
72
+ inkscape:snap-bbox-edge-midpoints="true"
73
+ inkscape:bbox-nodes="true"
74
+ inkscape:bbox-paths="true">
75
+ <inkscape:grid
76
+ type="xygrid"
77
+ id="grid822" />
78
+ </sodipodi:namedview>
79
+ <metadata
80
+ id="metadata835">
81
+ <rdf:RDF>
82
+ <cc:Work
83
+ rdf:about="">
84
+ <dc:format>image/svg+xml</dc:format>
85
+ <dc:type
86
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
87
+ <dc:title></dc:title>
88
+ </cc:Work>
89
+ </rdf:RDF>
90
+ </metadata>
91
+ <g
92
+ inkscape:label="Layer 1"
93
+ inkscape:groupmode="layer"
94
+ id="layer1"
95
+ transform="translate(0.33337499,-52.518951)">
96
+ <text
97
+ xml:space="preserve"
98
+ 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"
99
+ x="-0.27516666"
100
+ y="59.630951"
101
+ id="text1385"><tspan
102
+ sodipodi:role="line"
103
+ id="tspan1383"
104
+ x="-0.27516666"
105
+ y="59.630951"
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">ACTIVE_TYPE</tspan></text>
107
+ <rect
108
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02851449;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
109
+ id="rect1387"
110
+ width="61.670761"
111
+ height="1.2668874"
112
+ x="-3.5324556e-15"
113
+ y="65.308289" />
114
+ </g>
115
+ </svg>