eve-sde 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8fff7c46f44fc9a0fb3e11ff52adc0020297e3794912183e2d8a538661224a46
4
+ data.tar.gz: 6d83ce83a5373a4c55eb3a020cd7655972ca4aeb0a348bdb8df48ce454a92985
5
+ SHA512:
6
+ metadata.gz: 25f23219dd717136ea83a609400d19849b4d511514f797c7660edf65e2792eb8a8fbfeac453a354c42e6c4633a5964704cc3afb8e0b8ceaac0c18483817f0908
7
+ data.tar.gz: ad2710002f54638adadb9a81a6d4fede90615ec395b43d120a167d2b7b4e2b19acd32d66504676faeca9f3791b5040e067eb039df30735c47d59105f736713c0
data/.editorconfig ADDED
@@ -0,0 +1,9 @@
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ insert_final_newline = true
7
+ trim_trailing_whitespace = true
8
+ indent_style = space
9
+ indent_size = 2
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,24 @@
1
+ require:
2
+ - rubocop-performance
3
+ - rubocop-rake
4
+ - rubocop-rspec
5
+ - rubocop-thread_safety
6
+
7
+ AllCops:
8
+ NewCops: enable
9
+ Exclude:
10
+ - 'bin/*'
11
+ - 'tmp/**/*'
12
+ - 'vendor/**/*'
13
+
14
+ Lint/EmptyBlock:
15
+ Exclude:
16
+ - 'spec/**/*_spec.rb'
17
+
18
+ Metrics/BlockLength:
19
+ Exclude:
20
+ - 'spec/**/*_spec.rb'
21
+
22
+ Naming/FileName:
23
+ Exclude:
24
+ - 'lib/eve-sde.rb'
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # eve-sde Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## [0.1.0] - 2023-01-06
6
+
7
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at shahni@bokobo.space. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at <https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ <https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.
data/Gemfile ADDED
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5
+
6
+ gemspec
7
+
8
+ gem 'pg', '~> 1.1'
9
+
10
+ group :development, :test do
11
+ gem 'awesome_print', '~> 1.9'
12
+ gem 'debug', '~> 1.7'
13
+ gem 'faker', '~> 3.1'
14
+ gem 'rspec', '~> 3.12'
15
+ end
16
+
17
+ group :development do
18
+ gem 'bundler-audit', '~> 0.9.1', require: false
19
+ gem 'bundler-leak', '~> 0.3.0', require: false
20
+ gem 'rubocop', '~> 1.39', require: false
21
+ gem 'rubocop-faker', '~> 1.1', require: false
22
+ gem 'rubocop-performance', '~> 1.15', require: false
23
+ gem 'rubocop-rake', '~> 0.6.0', require: false
24
+ gem 'rubocop-rspec', '~> 2.15', require: false
25
+ gem 'rubocop-thread_safety', '~> 0.4.4', require: false
26
+ end
27
+
28
+ group :test do
29
+ gem 'simplecov', '~> 0.21.2', require: false
30
+ gem 'webmock', '~> 3.18', require: false
31
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,156 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ eve-sde (0.1.0)
5
+ down (~> 5.3)
6
+ dry-configurable (~> 1.0)
7
+ http (~> 5.1)
8
+ parallel (~> 1.22)
9
+ retriable (~> 3.1)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ addressable (2.8.1)
15
+ public_suffix (>= 2.0.2, < 6.0)
16
+ ast (2.4.2)
17
+ awesome_print (1.9.2)
18
+ bundler-audit (0.9.1)
19
+ bundler (>= 1.2.0, < 3)
20
+ thor (~> 1.0)
21
+ bundler-leak (0.3.0)
22
+ bundler (>= 1.2.0, < 3)
23
+ thor (>= 0.18, < 2)
24
+ concurrent-ruby (1.1.10)
25
+ crack (0.4.5)
26
+ rexml
27
+ debug (1.7.1)
28
+ irb (>= 1.5.0)
29
+ reline (>= 0.3.1)
30
+ diff-lcs (1.5.0)
31
+ docile (1.4.0)
32
+ domain_name (0.5.20190701)
33
+ unf (>= 0.0.5, < 1.0.0)
34
+ down (5.4.0)
35
+ addressable (~> 2.8)
36
+ dry-configurable (1.0.1)
37
+ dry-core (~> 1.0, < 2)
38
+ zeitwerk (~> 2.6)
39
+ dry-core (1.0.0)
40
+ concurrent-ruby (~> 1.0)
41
+ zeitwerk (~> 2.6)
42
+ faker (3.1.0)
43
+ i18n (>= 1.8.11, < 2)
44
+ ffi (1.15.5)
45
+ ffi-compiler (1.0.1)
46
+ ffi (>= 1.0.0)
47
+ rake
48
+ hashdiff (1.0.1)
49
+ http (5.1.1)
50
+ addressable (~> 2.8)
51
+ http-cookie (~> 1.0)
52
+ http-form_data (~> 2.2)
53
+ llhttp-ffi (~> 0.4.0)
54
+ http-cookie (1.0.5)
55
+ domain_name (~> 0.5)
56
+ http-form_data (2.3.0)
57
+ i18n (1.12.0)
58
+ concurrent-ruby (~> 1.0)
59
+ io-console (0.6.0)
60
+ irb (1.6.2)
61
+ reline (>= 0.3.0)
62
+ json (2.6.3)
63
+ llhttp-ffi (0.4.0)
64
+ ffi-compiler (~> 1.0)
65
+ rake (~> 13.0)
66
+ parallel (1.22.1)
67
+ parser (3.1.3.0)
68
+ ast (~> 2.4.1)
69
+ pg (1.4.5)
70
+ public_suffix (5.0.1)
71
+ rainbow (3.1.1)
72
+ rake (13.0.6)
73
+ regexp_parser (2.6.1)
74
+ reline (0.3.2)
75
+ io-console (~> 0.5)
76
+ retriable (3.1.2)
77
+ rexml (3.2.5)
78
+ rspec (3.12.0)
79
+ rspec-core (~> 3.12.0)
80
+ rspec-expectations (~> 3.12.0)
81
+ rspec-mocks (~> 3.12.0)
82
+ rspec-core (3.12.0)
83
+ rspec-support (~> 3.12.0)
84
+ rspec-expectations (3.12.1)
85
+ diff-lcs (>= 1.2.0, < 2.0)
86
+ rspec-support (~> 3.12.0)
87
+ rspec-mocks (3.12.1)
88
+ diff-lcs (>= 1.2.0, < 2.0)
89
+ rspec-support (~> 3.12.0)
90
+ rspec-support (3.12.0)
91
+ rubocop (1.42.0)
92
+ json (~> 2.3)
93
+ parallel (~> 1.10)
94
+ parser (>= 3.1.2.1)
95
+ rainbow (>= 2.2.2, < 4.0)
96
+ regexp_parser (>= 1.8, < 3.0)
97
+ rexml (>= 3.2.5, < 4.0)
98
+ rubocop-ast (>= 1.24.1, < 2.0)
99
+ ruby-progressbar (~> 1.7)
100
+ unicode-display_width (>= 1.4.0, < 3.0)
101
+ rubocop-ast (1.24.1)
102
+ parser (>= 3.1.1.0)
103
+ rubocop-faker (1.1.0)
104
+ faker (>= 2.12.0)
105
+ rubocop (>= 0.82.0)
106
+ rubocop-performance (1.15.2)
107
+ rubocop (>= 1.7.0, < 2.0)
108
+ rubocop-ast (>= 0.4.0)
109
+ rubocop-rake (0.6.0)
110
+ rubocop (~> 1.0)
111
+ rubocop-rspec (2.16.0)
112
+ rubocop (~> 1.33)
113
+ rubocop-thread_safety (0.4.4)
114
+ rubocop (>= 0.53.0)
115
+ ruby-progressbar (1.11.0)
116
+ simplecov (0.21.2)
117
+ docile (~> 1.1)
118
+ simplecov-html (~> 0.11)
119
+ simplecov_json_formatter (~> 0.1)
120
+ simplecov-html (0.12.3)
121
+ simplecov_json_formatter (0.1.4)
122
+ thor (1.2.1)
123
+ unf (0.1.4)
124
+ unf_ext
125
+ unf_ext (0.0.8.2)
126
+ unicode-display_width (2.4.2)
127
+ webmock (3.18.1)
128
+ addressable (>= 2.8.0)
129
+ crack (>= 0.3.2)
130
+ hashdiff (>= 0.4.0, < 2.0.0)
131
+ zeitwerk (2.6.6)
132
+
133
+ PLATFORMS
134
+ arm64-darwin-22
135
+ x86_64-linux
136
+
137
+ DEPENDENCIES
138
+ awesome_print (~> 1.9)
139
+ bundler-audit (~> 0.9.1)
140
+ bundler-leak (~> 0.3.0)
141
+ debug (~> 1.7)
142
+ eve-sde!
143
+ faker (~> 3.1)
144
+ pg (~> 1.1)
145
+ rspec (~> 3.12)
146
+ rubocop (~> 1.39)
147
+ rubocop-faker (~> 1.1)
148
+ rubocop-performance (~> 1.15)
149
+ rubocop-rake (~> 0.6.0)
150
+ rubocop-rspec (~> 2.15)
151
+ rubocop-thread_safety (~> 0.4.4)
152
+ simplecov (~> 0.21.2)
153
+ webmock (~> 3.18)
154
+
155
+ BUNDLED WITH
156
+ 2.4.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Bokobo Shahni
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # EVE on Rails
2
+
3
+ **:construction: IN THE WORKS :construction:**
4
+
5
+ eve-sde is an extract, transform, load (ETL) pipeline for converting the [EVE Online](https://eveonline.com) [Static Data Export (SDE)](https://developers.eveonline.com/resource) into different formats.
6
+
7
+ ## License
8
+
9
+ Copyright © 2023 Bokobo Shahni &lt;shahni@bokobo.space&gt;
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16
+
17
+ ### CCP hf. Developer License Agreement
18
+
19
+ This software is developed in accordance with the [CCP hf. Developer License Agreement](https://developers.eveonline.com/resource/license-agreement).
20
+
21
+ CCP Tools and Game Data as defined by the CCP hf. Developer License Agreement &copy; is 2014 CCP hf. All rights reserved.
22
+
23
+ "EVE", "EVE Online", "CCP", and all related logos and images are trademarks or registered trademarks of CCP hf.
data/Rakefile ADDED
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+
5
+ require 'bundler/audit/task'
6
+ Bundler::Audit::Task.new
7
+
8
+ require 'bundler/plumber/task'
9
+ Bundler::Plumber::Task.new
10
+
11
+ require 'rspec/core/rake_task'
12
+ RSpec::Core::RakeTask.new(:spec)
13
+
14
+ require 'rubocop/rake_task'
15
+ RuboCop::RakeTask.new
16
+
17
+ require 'eve/sde/rake_tasks'
18
+
19
+ task lint: %w[bundle:audit bundle:leak rubocop]
20
+
21
+ task default: %w[lint spec]
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'dry/configurable'
4
+
5
+ module EVE
6
+ module SDE
7
+ extend Dry::Configurable
8
+ end
9
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EVE
4
+ module SDE
5
+ class Error < StandardError; end
6
+ end
7
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EVE
4
+ module SDE
5
+ # Namespace for Rake tasks.
6
+ module RakeTasks
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EVE
4
+ module SDE
5
+ VERSION = '0.1.0'
6
+ end
7
+ end
data/lib/eve/sde.rb ADDED
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'sde/version'
4
+ require_relative 'sde/config'
5
+ require_relative 'sde/errors'
6
+
7
+ module EVE
8
+ # Main namespace for `eve-sde`.
9
+ module SDE
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,137 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: eve-sde
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Bokobo Shahni
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-01-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: down
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '5.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '5.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: dry-configurable
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: http
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.1'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.1'
55
+ - !ruby/object:Gem::Dependency
56
+ name: parallel
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.22'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.22'
69
+ - !ruby/object:Gem::Dependency
70
+ name: retriable
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.1'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.1'
83
+ description: eve-sde is an extract, transform, load (ETL) pipeline for converting
84
+ the EVE Online Static Data Export (SDE) into different formats.
85
+ email: shahni@bokobo.space
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".editorconfig"
91
+ - ".rspec"
92
+ - ".rubocop.yml"
93
+ - CHANGELOG.md
94
+ - CODE_OF_CONDUCT.md
95
+ - Gemfile
96
+ - Gemfile.lock
97
+ - LICENSE.txt
98
+ - README.md
99
+ - Rakefile
100
+ - VERSION
101
+ - lib/eve/sde.rb
102
+ - lib/eve/sde/config.rb
103
+ - lib/eve/sde/errors.rb
104
+ - lib/eve/sde/rake_tasks.rb
105
+ - lib/eve/sde/version.rb
106
+ homepage: https://bokoboshahni.github.io/eve-sde
107
+ licenses:
108
+ - MIT
109
+ metadata:
110
+ homepage_uri: https://bokoboshahni.github.io/eve-sde
111
+ bug_tracker_uri: https://github.com/bokoboshahni/eve-sde/issues
112
+ changelog_uri: https://github.com/bokoboshahni/eve-sde/blob/main/CHANGELOG.md
113
+ documentation_uri: https://bokoboshahni.github.io/eve-sde/v0.1.0
114
+ mailing_list_uri: https://github.com/bokoboshahni/eve-sde/discussions
115
+ source_code_uri: https://github.com/bokoboshahni/eve-sde
116
+ rubygems_mfa_required: 'true'
117
+ post_install_message:
118
+ rdoc_options: []
119
+ require_paths:
120
+ - lib
121
+ required_ruby_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - "~>"
124
+ - !ruby/object:Gem::Version
125
+ version: '3.1'
126
+ required_rubygems_version: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ version: 3.3.0
131
+ requirements: []
132
+ rubygems_version: 3.3.26
133
+ signing_key:
134
+ specification_version: 4
135
+ summary: Data pipeline and conversions in different formats for the EVE Online Static
136
+ Data Export (SDE)
137
+ test_files: []