active_type 2.5.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +16 -26
- data/.ruby-version +1 -1
- data/CHANGELOG.md +9 -0
- data/Gemfile.6.1.pg.lock +2 -2
- data/Gemfile.6.1.sqlite3.lock +2 -2
- data/{Gemfile.7.0.pg → Gemfile.7.1.pg} +1 -1
- data/Gemfile.7.1.pg.lock +68 -0
- data/{Gemfile.6.0.sqlite3 → Gemfile.7.1.sqlite3} +2 -2
- data/Gemfile.7.1.sqlite3.lock +70 -0
- data/{Gemfile.5.2.mysql2 → Gemfile.7.2.mysql2} +1 -1
- data/Gemfile.7.2.mysql2.lock +73 -0
- data/{Gemfile.5.2.pg → Gemfile.7.2.pg} +1 -1
- data/Gemfile.7.2.pg.lock +70 -0
- data/Gemfile.7.2.sqlite3 +9 -0
- data/Gemfile.7.2.sqlite3.lock +72 -0
- data/{Gemfile.7.0.sqlite3 → Gemfile.8.0.sqlite3} +1 -1
- data/Gemfile.8.0.sqlite3.lock +84 -0
- data/README.md +23 -6
- data/active_type.gemspec +2 -2
- data/lib/active_type/no_table.rb +11 -0
- data/lib/active_type/util/unmutable_attributes.rb +4 -0
- data/lib/active_type/version.rb +1 -1
- data/media/logo.dark.shapes.svg +153 -0
- data/media/logo.dark.text.svg +115 -0
- data/media/logo.light.shapes.svg +145 -0
- data/media/logo.light.text.svg +107 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- metadata +27 -21
- data/Gemfile.5.2.mysql2.lock +0 -59
- data/Gemfile.5.2.pg.lock +0 -59
- data/Gemfile.5.2.sqlite3 +0 -9
- data/Gemfile.5.2.sqlite3.lock +0 -59
- data/Gemfile.6.0.sqlite3.lock +0 -59
- data/Gemfile.7.0.pg.lock +0 -56
- data/Gemfile.7.0.sqlite3.lock +0 -58
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', '>=
|
28
|
+
s.add_runtime_dependency('activerecord', '>= 6.1')
|
29
29
|
|
30
|
-
s.required_ruby_version = '>= 2.
|
30
|
+
s.required_ruby_version = '>= 2.7.0'
|
31
31
|
end
|
data/lib/active_type/no_table.rb
CHANGED
@@ -132,6 +132,10 @@ module ActiveType
|
|
132
132
|
@connection ||= DummyConnection.new(nil)
|
133
133
|
end
|
134
134
|
|
135
|
+
def with_connection(**)
|
136
|
+
yield(connection)
|
137
|
+
end
|
138
|
+
|
135
139
|
def destroy(*)
|
136
140
|
new
|
137
141
|
end
|
@@ -148,6 +152,13 @@ module ActiveType
|
|
148
152
|
[]
|
149
153
|
end
|
150
154
|
|
155
|
+
def cached_find_by(*)
|
156
|
+
nil
|
157
|
+
end
|
158
|
+
|
159
|
+
def schema_cache
|
160
|
+
DummySchemaCache.new
|
161
|
+
end
|
151
162
|
end
|
152
163
|
|
153
164
|
def destroy
|
@@ -28,6 +28,10 @@ module ActiveType
|
|
28
28
|
original_attributes.key?(key)
|
29
29
|
end
|
30
30
|
|
31
|
+
def keys
|
32
|
+
original_attributes.keys
|
33
|
+
end
|
34
|
+
|
31
35
|
def method_missing(*args)
|
32
36
|
raise MutationAfterCastError, 'Changing a record that has been used to create an ActiveType::Record could have unexpected side effects!'
|
33
37
|
end
|
data/lib/active_type/version.rb
CHANGED
@@ -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>
|
@@ -0,0 +1,145 @@
|
|
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.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.92190626,0,0,0.08820435,-20.332559,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="2.8"
|
56
|
+
inkscape:cx="118.06792"
|
57
|
+
inkscape:cy="36.333298"
|
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.33337499,-52.518951)">
|
88
|
+
<g
|
89
|
+
aria-label="ACTIVE_TYPE"
|
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:#141210;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
91
|
+
id="text1385">
|
92
|
+
<path
|
93
|
+
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"
|
94
|
+
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"
|
95
|
+
id="path822" />
|
96
|
+
<path
|
97
|
+
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"
|
98
|
+
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"
|
99
|
+
id="path824" />
|
100
|
+
<path
|
101
|
+
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"
|
102
|
+
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"
|
103
|
+
id="path826" />
|
104
|
+
<path
|
105
|
+
d="m 19.282778,52.645951 h 1.582208 v 6.985 h -1.582208 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:#141210;fill-opacity:1;stroke-width:0.26458332"
|
107
|
+
id="path828" />
|
108
|
+
<path
|
109
|
+
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"
|
110
|
+
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"
|
111
|
+
id="path830" />
|
112
|
+
<path
|
113
|
+
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"
|
114
|
+
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"
|
115
|
+
id="path832" />
|
116
|
+
<path
|
117
|
+
d="m 34.496279,60.668118 v -0.904875 h 4.323291 v 0.904875 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:#141210;fill-opacity:1;stroke-width:0.26458332"
|
119
|
+
id="path834" />
|
120
|
+
<path
|
121
|
+
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"
|
122
|
+
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"
|
123
|
+
id="path836" />
|
124
|
+
<path
|
125
|
+
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"
|
126
|
+
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"
|
127
|
+
id="path838" />
|
128
|
+
<path
|
129
|
+
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"
|
130
|
+
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"
|
131
|
+
id="path840" />
|
132
|
+
<path
|
133
|
+
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"
|
134
|
+
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"
|
135
|
+
id="path842" />
|
136
|
+
</g>
|
137
|
+
<rect
|
138
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02851598;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
139
|
+
id="rect1387"
|
140
|
+
width="61.677174"
|
141
|
+
height="1.2668874"
|
142
|
+
x="-3.5641465e-15"
|
143
|
+
y="65.308289" />
|
144
|
+
</g>
|
145
|
+
</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="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.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.92190626,0,0,0.08820435,-20.332559,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="2.8"
|
56
|
+
inkscape:cx="118.06792"
|
57
|
+
inkscape:cy="36.333298"
|
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.33337499,-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:#141210;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:#141210;fill-opacity:1;stroke-width:0.26458332">ACTIVE_TYPE</tspan></text>
|
99
|
+
<rect
|
100
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02851598;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
101
|
+
id="rect1387"
|
102
|
+
width="61.677174"
|
103
|
+
height="1.2668874"
|
104
|
+
x="-3.5641465e-15"
|
105
|
+
y="65.308289" />
|
106
|
+
</g>
|
107
|
+
</svg>
|