active_type 2.6.5 → 2.7.1

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/README.md +4 -6
  4. data/lib/active_type/change_association.rb +2 -6
  5. data/lib/active_type/nested_attributes/association.rb +4 -19
  6. data/lib/active_type/no_table.rb +66 -152
  7. data/lib/active_type/object.rb +2 -2
  8. data/lib/active_type/record.rb +2 -2
  9. data/lib/active_type/record_extension/inheritance.rb +41 -76
  10. data/lib/active_type/type_caster.rb +2 -8
  11. data/lib/active_type/version.rb +3 -1
  12. data/lib/active_type/virtual_attributes.rb +13 -25
  13. data/lib/active_type.rb +0 -7
  14. metadata +3 -36
  15. data/.github/workflows/test.yml +0 -116
  16. data/.gitignore +0 -8
  17. data/.rspec +0 -1
  18. data/.ruby-version +0 -1
  19. data/Gemfile +0 -1
  20. data/Gemfile.6.1.pg +0 -9
  21. data/Gemfile.6.1.pg.lock +0 -59
  22. data/Gemfile.6.1.sqlite3 +0 -9
  23. data/Gemfile.6.1.sqlite3.lock +0 -59
  24. data/Gemfile.7.1.pg +0 -9
  25. data/Gemfile.7.1.pg.lock +0 -68
  26. data/Gemfile.7.1.sqlite3 +0 -9
  27. data/Gemfile.7.1.sqlite3.lock +0 -70
  28. data/Gemfile.7.2.mysql2 +0 -9
  29. data/Gemfile.7.2.mysql2.lock +0 -73
  30. data/Gemfile.7.2.pg +0 -9
  31. data/Gemfile.7.2.pg.lock +0 -70
  32. data/Gemfile.7.2.sqlite3 +0 -9
  33. data/Gemfile.7.2.sqlite3.lock +0 -72
  34. data/Gemfile.8.0.sqlite3 +0 -9
  35. data/Gemfile.8.0.sqlite3.lock +0 -84
  36. data/Gemfile.lock +0 -1
  37. data/Rakefile +0 -57
  38. data/active_type.gemspec +0 -31
  39. data/media/logo.dark.shapes.svg +0 -153
  40. data/media/logo.dark.text.svg +0 -115
  41. data/media/logo.light.shapes.svg +0 -145
  42. data/media/logo.light.text.svg +0 -107
  43. data/media/makandra-with-bottom-margin.dark.svg +0 -180
  44. data/media/makandra-with-bottom-margin.light.svg +0 -180
data/Gemfile.7.2.sqlite3 DELETED
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'activerecord', '~>7.2.0'
4
- gem 'rspec', '~>3.4'
5
- gem 'sqlite3', '=1.6.0'
6
- gem 'rake'
7
- gem 'gemika'
8
-
9
- gem 'active_type', :path => '.'
@@ -1,72 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- active_type (2.6.5)
5
- activerecord (>= 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (7.2.0)
11
- activesupport (= 7.2.0)
12
- activerecord (7.2.0)
13
- activemodel (= 7.2.0)
14
- activesupport (= 7.2.0)
15
- timeout (>= 0.4.0)
16
- activesupport (7.2.0)
17
- base64
18
- bigdecimal
19
- concurrent-ruby (~> 1.0, >= 1.3.1)
20
- connection_pool (>= 2.2.5)
21
- drb
22
- i18n (>= 1.6, < 2)
23
- logger (>= 1.4.2)
24
- minitest (>= 5.1)
25
- securerandom (>= 0.3)
26
- tzinfo (~> 2.0, >= 2.0.5)
27
- base64 (0.2.0)
28
- bigdecimal (3.1.8)
29
- concurrent-ruby (1.3.4)
30
- connection_pool (2.4.1)
31
- diff-lcs (1.5.1)
32
- drb (2.2.1)
33
- gemika (0.8.3)
34
- i18n (1.14.5)
35
- concurrent-ruby (~> 1.0)
36
- logger (1.6.0)
37
- mini_portile2 (2.8.7)
38
- minitest (5.24.1)
39
- rake (13.2.1)
40
- rspec (3.13.0)
41
- rspec-core (~> 3.13.0)
42
- rspec-expectations (~> 3.13.0)
43
- rspec-mocks (~> 3.13.0)
44
- rspec-core (3.13.0)
45
- rspec-support (~> 3.13.0)
46
- rspec-expectations (3.13.1)
47
- diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.13.0)
49
- rspec-mocks (3.13.1)
50
- diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.13.0)
52
- rspec-support (3.13.1)
53
- securerandom (0.3.1)
54
- sqlite3 (1.6.0)
55
- mini_portile2 (~> 2.8.0)
56
- timeout (0.4.1)
57
- tzinfo (2.0.6)
58
- concurrent-ruby (~> 1.0)
59
-
60
- PLATFORMS
61
- ruby
62
-
63
- DEPENDENCIES
64
- active_type!
65
- activerecord (~> 7.2.0)
66
- gemika
67
- rake
68
- rspec (~> 3.4)
69
- sqlite3 (= 1.6.0)
70
-
71
- BUNDLED WITH
72
- 2.5.6
data/Gemfile.8.0.sqlite3 DELETED
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'activerecord', '~>8.0.0'
4
- gem 'rspec', '~>3.4'
5
- gem 'sqlite3'
6
- gem 'rake'
7
- gem 'gemika'
8
-
9
- gem 'active_type', :path => '.'
@@ -1,84 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- active_type (2.6.5)
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.2
data/Gemfile.lock DELETED
@@ -1 +0,0 @@
1
- Gemfile.7.0.sqlite3.lock
data/Rakefile DELETED
@@ -1,57 +0,0 @@
1
- require 'rake'
2
- require 'bundler/gem_tasks'
3
-
4
- begin
5
- require 'gemika/tasks'
6
- rescue LoadError
7
- puts 'Run `gem install gemika` for additional tasks'
8
- end
9
-
10
- task default: 'matrix:spec'
11
-
12
-
13
- task :spec do
14
- success = system("bundle exec rspec spec --exclude-pattern '**/isolated/**'")
15
- for_each_isolated_spec do |isolated_spec|
16
- success &= system("bundle exec rspec #{isolated_spec}")
17
- end
18
- fail "Tests failed" unless success
19
- end
20
-
21
-
22
- # we have to override the matrix:spec task, since we need some specs to run in isolation
23
-
24
- Rake::Task["matrix:spec"].clear
25
-
26
- namespace :matrix do
27
-
28
- desc "Run specs for all Ruby #{RUBY_VERSION} gemfiles"
29
- task :spec, :files do |t, options|
30
- Gemika::Matrix.from_ci_config.each do |row|
31
- options = options.to_hash.merge(
32
- :gemfile => row.gemfile,
33
- :fatal => false,
34
- :bundle_exec => true,
35
- )
36
- success = Gemika::RSpec.run_specs(options.merge(
37
- :options => '--exclude-pattern "**/isolated/**"',
38
- ))
39
-
40
- for_each_isolated_spec do |isolated_spec|
41
- isolated_success = Gemika::RSpec.run_specs(options.merge(
42
- :files => isolated_spec,
43
- ))
44
- success &&= isolated_success
45
- end
46
-
47
- success
48
- end
49
- end
50
-
51
- end
52
-
53
- def for_each_isolated_spec
54
- Dir["spec/isolated/**/*_spec.rb"].sort.each do |isolated_spec|
55
- yield(isolated_spec)
56
- end
57
- end
data/active_type.gemspec DELETED
@@ -1,31 +0,0 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
- require "active_type/version"
3
-
4
- Gem::Specification.new do |s|
5
- s.name = 'active_type'
6
- s.version = ActiveType::VERSION
7
- s.authors = ["Tobias Kraze", "Henning Koch"]
8
- s.email = 'tobias.kraze@makandra.de'
9
- s.homepage = 'https://github.com/makandra/active_type'
10
- s.summary = 'Make any Ruby object quack like ActiveRecord'
11
- s.description = s.summary
12
- s.license = 'MIT'
13
- s.metadata = {
14
- 'source_code_uri' => s.homepage,
15
- 'bug_tracker_uri' => s.homepage + '/issues',
16
- 'changelog_uri' => s.homepage + '/blob/master/CHANGELOG.md',
17
- 'rubygems_mfa_required' => 'true',
18
- }
19
-
20
- s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
22
- s.test_files = s.files.grep(%r{^(test|spec|features)/})
23
- s.require_paths = ["lib"]
24
-
25
- s.add_development_dependency "bundler", ">= 1.5"
26
- s.add_development_dependency "rake"
27
-
28
- s.add_runtime_dependency('activerecord', '>= 6.1')
29
-
30
- s.required_ruby_version = '>= 2.7.0'
31
- end
@@ -1,153 +0,0 @@
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>
@@ -1,115 +0,0 @@
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>