active_type 2.7.0 → 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.
data/Gemfile.8.1.pg.lock DELETED
@@ -1,86 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- active_type (2.7.0)
5
- activerecord (>= 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (8.1.0)
11
- activesupport (= 8.1.0)
12
- activerecord (8.1.0)
13
- activemodel (= 8.1.0)
14
- activesupport (= 8.1.0)
15
- timeout (>= 0.4.0)
16
- activesupport (8.1.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
- json
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.3.0)
30
- bigdecimal (3.3.1)
31
- concurrent-ruby (1.3.5)
32
- connection_pool (2.5.4)
33
- diff-lcs (1.6.2)
34
- drb (2.2.3)
35
- gemika (1.0.0)
36
- i18n (1.14.7)
37
- concurrent-ruby (~> 1.0)
38
- json (2.15.1)
39
- logger (1.7.0)
40
- minitest (5.26.0)
41
- pg (1.6.2)
42
- pg (1.6.2-aarch64-linux)
43
- pg (1.6.2-aarch64-linux-musl)
44
- pg (1.6.2-arm64-darwin)
45
- pg (1.6.2-x86_64-darwin)
46
- pg (1.6.2-x86_64-linux)
47
- pg (1.6.2-x86_64-linux-musl)
48
- rake (13.3.0)
49
- rspec (3.13.2)
50
- rspec-core (~> 3.13.0)
51
- rspec-expectations (~> 3.13.0)
52
- rspec-mocks (~> 3.13.0)
53
- rspec-core (3.13.6)
54
- rspec-support (~> 3.13.0)
55
- rspec-expectations (3.13.5)
56
- diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.13.0)
58
- rspec-mocks (3.13.6)
59
- diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.13.0)
61
- rspec-support (3.13.6)
62
- securerandom (0.4.1)
63
- timeout (0.4.3)
64
- tzinfo (2.0.6)
65
- concurrent-ruby (~> 1.0)
66
- uri (1.0.4)
67
-
68
- PLATFORMS
69
- aarch64-linux
70
- aarch64-linux-musl
71
- arm64-darwin
72
- ruby
73
- x86_64-darwin
74
- x86_64-linux
75
- x86_64-linux-musl
76
-
77
- DEPENDENCIES
78
- active_type!
79
- activerecord (~> 8.1.0)
80
- gemika
81
- pg
82
- rake
83
- rspec (~> 3.4)
84
-
85
- BUNDLED WITH
86
- 2.6.9
data/Gemfile.8.1.sqlite3 DELETED
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'activerecord', '~>8.1.0'
4
- gem 'rspec', '~>3.4'
5
- gem 'sqlite3'
6
- gem 'rake'
7
- gem 'gemika'
8
-
9
- gem 'active_type', :path => '.'
@@ -1,92 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- active_type (2.7.0)
5
- activerecord (>= 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (8.1.0)
11
- activesupport (= 8.1.0)
12
- activerecord (8.1.0)
13
- activemodel (= 8.1.0)
14
- activesupport (= 8.1.0)
15
- timeout (>= 0.4.0)
16
- activesupport (8.1.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
- json
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.3.0)
30
- bigdecimal (3.3.1)
31
- concurrent-ruby (1.3.5)
32
- connection_pool (2.5.4)
33
- diff-lcs (1.6.2)
34
- drb (2.2.3)
35
- gemika (1.0.0)
36
- i18n (1.14.7)
37
- concurrent-ruby (~> 1.0)
38
- json (2.15.1)
39
- logger (1.7.0)
40
- minitest (5.26.0)
41
- rake (13.3.0)
42
- rspec (3.13.2)
43
- rspec-core (~> 3.13.0)
44
- rspec-expectations (~> 3.13.0)
45
- rspec-mocks (~> 3.13.0)
46
- rspec-core (3.13.6)
47
- rspec-support (~> 3.13.0)
48
- rspec-expectations (3.13.5)
49
- diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.13.0)
51
- rspec-mocks (3.13.6)
52
- diff-lcs (>= 1.2.0, < 2.0)
53
- rspec-support (~> 3.13.0)
54
- rspec-support (3.13.6)
55
- securerandom (0.4.1)
56
- sqlite3 (2.7.4-aarch64-linux-gnu)
57
- sqlite3 (2.7.4-aarch64-linux-musl)
58
- sqlite3 (2.7.4-arm-linux-gnu)
59
- sqlite3 (2.7.4-arm-linux-musl)
60
- sqlite3 (2.7.4-arm64-darwin)
61
- sqlite3 (2.7.4-x86-linux-gnu)
62
- sqlite3 (2.7.4-x86-linux-musl)
63
- sqlite3 (2.7.4-x86_64-darwin)
64
- sqlite3 (2.7.4-x86_64-linux-gnu)
65
- sqlite3 (2.7.4-x86_64-linux-musl)
66
- timeout (0.4.3)
67
- tzinfo (2.0.6)
68
- concurrent-ruby (~> 1.0)
69
- uri (1.0.4)
70
-
71
- PLATFORMS
72
- aarch64-linux-gnu
73
- aarch64-linux-musl
74
- arm-linux-gnu
75
- arm-linux-musl
76
- arm64-darwin
77
- x86-linux-gnu
78
- x86-linux-musl
79
- x86_64-darwin
80
- x86_64-linux-gnu
81
- x86_64-linux-musl
82
-
83
- DEPENDENCIES
84
- active_type!
85
- activerecord (~> 8.1.0)
86
- gemika
87
- rake
88
- rspec (~> 3.4)
89
- sqlite3
90
-
91
- BUNDLED WITH
92
- 2.5.6
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>