eve_online 0.12.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +0 -1
  3. data/.rubocop-thread_safety.yml +9 -0
  4. data/.rubocop.yml +26 -102
  5. data/.rubocop_general.yml +94 -0
  6. data/.rubocop_rspec.yml +61 -0
  7. data/.rubocop_todo.yml +0 -0
  8. data/.travis.yml +14 -29
  9. data/CHANGELOG.md +329 -0
  10. data/Gemfile +1 -2
  11. data/README.md +840 -1088
  12. data/eve_online.gemspec +8 -8
  13. data/lib/eve_online.rb +45 -59
  14. data/lib/eve_online/esi/alliance.rb +33 -0
  15. data/lib/eve_online/esi/alliance_icon.rb +32 -0
  16. data/lib/eve_online/esi/base.rb +3 -2
  17. data/lib/eve_online/esi/bloodlines.rb +22 -0
  18. data/lib/eve_online/esi/character.rb +13 -56
  19. data/lib/eve_online/esi/character_assets.rb +32 -0
  20. data/lib/eve_online/esi/character_attributes.rb +36 -0
  21. data/lib/eve_online/esi/character_blueprints.rb +32 -0
  22. data/lib/eve_online/esi/character_clones.rb +43 -0
  23. data/lib/eve_online/esi/character_fatigue.rb +35 -0
  24. data/lib/eve_online/esi/character_implants.rb +27 -0
  25. data/lib/eve_online/esi/character_industry_jobs.rb +33 -0
  26. data/lib/eve_online/esi/character_loyalty_points.rb +4 -3
  27. data/lib/eve_online/esi/character_portrait.rb +12 -40
  28. data/lib/eve_online/esi/character_skill_queue.rb +6 -5
  29. data/lib/eve_online/esi/character_skills.rb +6 -5
  30. data/lib/eve_online/esi/character_standings.rb +32 -0
  31. data/lib/eve_online/esi/character_wallet.rb +33 -0
  32. data/lib/eve_online/esi/corporation.rb +35 -0
  33. data/lib/eve_online/esi/corporation_industry_jobs.rb +33 -0
  34. data/lib/eve_online/esi/dogma_attribute.rb +34 -0
  35. data/lib/eve_online/esi/dogma_attributes.rb +17 -0
  36. data/lib/eve_online/esi/factions.rb +22 -0
  37. data/lib/eve_online/esi/models/alliance.rb +34 -0
  38. data/lib/eve_online/esi/models/alliance_icon.rb +22 -0
  39. data/lib/eve_online/esi/models/asset.rb +47 -0
  40. data/lib/eve_online/esi/models/attributes.rb +56 -0
  41. data/lib/eve_online/esi/models/base.rb +21 -0
  42. data/lib/eve_online/esi/models/bloodline.rb +67 -0
  43. data/lib/eve_online/esi/models/blueprint.rb +52 -0
  44. data/lib/eve_online/esi/models/character.rb +64 -0
  45. data/lib/eve_online/esi/models/character_portrait.rb +48 -0
  46. data/lib/eve_online/esi/models/corporation.rb +69 -0
  47. data/lib/eve_online/esi/models/dogma_attribute.rb +62 -0
  48. data/lib/eve_online/esi/models/faction.rb +62 -0
  49. data/lib/eve_online/esi/models/fatigue.rb +33 -0
  50. data/lib/eve_online/esi/models/home_location.rb +22 -0
  51. data/lib/eve_online/esi/models/industry_job.rb +130 -0
  52. data/lib/eve_online/esi/models/jump_clone.rb +27 -0
  53. data/lib/eve_online/esi/models/loyalty_point.rb +1 -7
  54. data/lib/eve_online/esi/models/race.rb +32 -0
  55. data/lib/eve_online/esi/models/server_status.rb +34 -0
  56. data/lib/eve_online/esi/models/skill.rb +1 -7
  57. data/lib/eve_online/esi/models/skill_queue_entry.rb +13 -17
  58. data/lib/eve_online/esi/models/standing.rb +27 -0
  59. data/lib/eve_online/esi/races.rb +22 -0
  60. data/lib/eve_online/esi/server_status.rb +8 -24
  61. data/lib/eve_online/version.rb +1 -1
  62. metadata +67 -83
  63. data/.codeclimate.yml +0 -11
  64. data/.editorconfig +0 -10
  65. data/.rspec +0 -1
  66. data/lib/eve_online/base_crest.rb +0 -11
  67. data/lib/eve_online/blueprint.rb +0 -60
  68. data/lib/eve_online/character.rb +0 -54
  69. data/lib/eve_online/character_implants.rb +0 -29
  70. data/lib/eve_online/character_jump_clone_implants.rb +0 -29
  71. data/lib/eve_online/character_jump_clones.rb +0 -29
  72. data/lib/eve_online/character_skills.rb +0 -29
  73. data/lib/eve_online/eve/character_id.rb +0 -41
  74. data/lib/eve_online/implant.rb +0 -24
  75. data/lib/eve_online/item.rb +0 -49
  76. data/lib/eve_online/jump_clone.rb +0 -34
  77. data/lib/eve_online/jump_clone_implant.rb +0 -29
  78. data/lib/eve_online/sde/chr_races.rb +0 -14
  79. data/lib/eve_online/sde/models/chr_race.rb +0 -38
  80. data/lib/eve_online/skill.rb +0 -34
  81. data/lib/eve_online/sovereignty/campaigns.rb +0 -28
  82. data/lib/eve_online/standing.rb +0 -29
  83. data/lib/eve_online/xml/account_characters.rb +0 -48
  84. data/lib/eve_online/xml/account_status.rb +0 -31
  85. data/lib/eve_online/xml/api_key_info.rb +0 -63
  86. data/lib/eve_online/xml/character_account_balance.rb +0 -59
  87. data/lib/eve_online/xml/character_asset_list.rb +0 -54
  88. data/lib/eve_online/xml/character_blueprints.rb +0 -53
  89. data/lib/eve_online/xml/character_calendar_event_attendees.rb +0 -24
  90. data/lib/eve_online/xml/character_chat_channels.rb +0 -25
  91. data/lib/eve_online/xml/character_contact_list.rb +0 -25
  92. data/lib/eve_online/xml/character_contract_bids.rb +0 -23
  93. data/lib/eve_online/xml/character_contract_items.rb +0 -24
  94. data/lib/eve_online/xml/character_contracts.rb +0 -26
  95. data/lib/eve_online/xml/character_fac_war_stats.rb +0 -23
  96. data/lib/eve_online/xml/character_industry_jobs.rb +0 -23
  97. data/lib/eve_online/xml/character_industry_jobs_history.rb +0 -23
  98. data/lib/eve_online/xml/character_kill_mails.rb +0 -25
  99. data/lib/eve_online/xml/character_locations.rb +0 -32
  100. data/lib/eve_online/xml/character_mail_bodies.rb +0 -30
  101. data/lib/eve_online/xml/character_mail_messages.rb +0 -23
  102. data/lib/eve_online/xml/character_mailing_lists.rb +0 -23
  103. data/lib/eve_online/xml/character_medals.rb +0 -23
  104. data/lib/eve_online/xml/character_notification_texts.rb +0 -32
  105. data/lib/eve_online/xml/character_notifications.rb +0 -23
  106. data/lib/eve_online/xml/character_planetary_colonies.rb +0 -23
  107. data/lib/eve_online/xml/character_planetary_links.rb +0 -24
  108. data/lib/eve_online/xml/character_planetary_pins.rb +0 -24
  109. data/lib/eve_online/xml/character_planetary_routes.rb +0 -24
  110. data/lib/eve_online/xml/character_research.rb +0 -23
  111. data/lib/eve_online/xml/character_sheet.rb +0 -231
  112. data/lib/eve_online/xml/character_skill_in_training.rb +0 -68
  113. data/lib/eve_online/xml/character_skill_queue.rb +0 -51
  114. data/lib/eve_online/xml/character_standings.rb +0 -67
  115. data/lib/eve_online/xml/character_wallet_transactions.rb +0 -24
  116. data/lib/eve_online/xml/models/account_status.rb +0 -40
  117. data/lib/eve_online/xml/models/account_type_object.rb +0 -22
  118. data/lib/eve_online/xml/models/api_key_info.rb +0 -35
  119. data/lib/eve_online/xml/models/skill_queue_entry.rb +0 -55
  120. data/lib/eve_online/xml/server_status.rb +0 -31
@@ -1,13 +1,7 @@
1
1
  module EveOnline
2
2
  module ESI
3
3
  module Models
4
- class LoyaltyPoint
5
- attr_reader :options
6
-
7
- def initialize(options)
8
- @options = options
9
- end
10
-
4
+ class LoyaltyPoint < Base
11
5
  def as_json
12
6
  {
13
7
  corporation_id: corporation_id,
@@ -0,0 +1,32 @@
1
+ module EveOnline
2
+ module ESI
3
+ module Models
4
+ class Race < Base
5
+ def as_json
6
+ {
7
+ race_id: race_id,
8
+ name: name,
9
+ description: description,
10
+ alliance_id: alliance_id
11
+ }
12
+ end
13
+
14
+ def race_id
15
+ options['race_id']
16
+ end
17
+
18
+ def name
19
+ options['name']
20
+ end
21
+
22
+ def description
23
+ options['description']
24
+ end
25
+
26
+ def alliance_id
27
+ options['alliance_id']
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,34 @@
1
+ module EveOnline
2
+ module ESI
3
+ module Models
4
+ class ServerStatus < Base
5
+ def as_json
6
+ {
7
+ start_time: start_time,
8
+ players: players,
9
+ server_version: server_version,
10
+ vip: vip
11
+ }
12
+ end
13
+
14
+ def start_time
15
+ start_time = options['start_time']
16
+
17
+ parse_datetime_with_timezone(start_time) if start_time
18
+ end
19
+
20
+ def players
21
+ options['players']
22
+ end
23
+
24
+ def server_version
25
+ options['server_version']
26
+ end
27
+
28
+ def vip
29
+ options['vip']
30
+ end
31
+ end
32
+ end
33
+ end
34
+ end
@@ -1,13 +1,7 @@
1
1
  module EveOnline
2
2
  module ESI
3
3
  module Models
4
- class Skill
5
- attr_reader :options
6
-
7
- def initialize(options)
8
- @options = options
9
- end
10
-
4
+ class Skill < Base
11
5
  def as_json
12
6
  {
13
7
  skill_id: skill_id,
@@ -1,15 +1,7 @@
1
- require 'active_support/time'
2
-
3
1
  module EveOnline
4
2
  module ESI
5
3
  module Models
6
- class SkillQueueEntry
7
- attr_reader :options
8
-
9
- def initialize(options)
10
- @options = options
11
- end
12
-
4
+ class SkillQueueEntry < Base
13
5
  def as_json
14
6
  {
15
7
  skill_id: skill_id,
@@ -24,35 +16,39 @@ module EveOnline
24
16
  end
25
17
 
26
18
  def skill_id
27
- options.fetch('skill_id')
19
+ options['skill_id']
28
20
  end
29
21
 
30
22
  def finished_level
31
- options.fetch('finished_level')
23
+ options['finished_level']
32
24
  end
33
25
 
34
26
  def queue_position
35
- options.fetch('queue_position')
27
+ options['queue_position']
36
28
  end
37
29
 
38
30
  def finish_date
39
- ActiveSupport::TimeZone['UTC'].parse(options.fetch('finish_date'))
31
+ finish_date = options['finish_date']
32
+
33
+ parse_datetime_with_timezone(finish_date) if finish_date
40
34
  end
41
35
 
42
36
  def start_date
43
- ActiveSupport::TimeZone['UTC'].parse(options.fetch('start_date'))
37
+ start_date = options['start_date']
38
+
39
+ parse_datetime_with_timezone(start_date) if start_date
44
40
  end
45
41
 
46
42
  def training_start_sp
47
- options.fetch('training_start_sp')
43
+ options['training_start_sp']
48
44
  end
49
45
 
50
46
  def level_end_sp
51
- options.fetch('level_end_sp')
47
+ options['level_end_sp']
52
48
  end
53
49
 
54
50
  def level_start_sp
55
- options.fetch('level_start_sp')
51
+ options['level_start_sp']
56
52
  end
57
53
  end
58
54
  end
@@ -0,0 +1,27 @@
1
+ module EveOnline
2
+ module ESI
3
+ module Models
4
+ class Standing < Base
5
+ def as_json
6
+ {
7
+ from_id: from_id,
8
+ from_type: from_type,
9
+ standing: standing
10
+ }
11
+ end
12
+
13
+ def from_id
14
+ options['from_id']
15
+ end
16
+
17
+ def from_type
18
+ options['from_type']
19
+ end
20
+
21
+ def standing
22
+ options['standing']
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,22 @@
1
+ module EveOnline
2
+ module ESI
3
+ class Races < Base
4
+ API_ENDPOINT = 'https://esi.tech.ccp.is/v1/universe/races/?datasource=tranquility&language=en-us'.freeze
5
+
6
+ def races
7
+ output = []
8
+ response.each do |race|
9
+ output << Models::Race.new(race)
10
+ end
11
+ output
12
+ end
13
+ memoize :races
14
+
15
+ def scope; end
16
+
17
+ def url
18
+ API_ENDPOINT
19
+ end
20
+ end
21
+ end
22
+ end
@@ -1,34 +1,18 @@
1
+ require 'forwardable'
2
+
1
3
  module EveOnline
2
4
  module ESI
3
5
  class ServerStatus < Base
4
- API_ENDPOINT = 'https://esi.tech.ccp.is/v1/status/?datasource=tranquility'.freeze
5
-
6
- def as_json
7
- {
8
- start_time: start_time,
9
- players: players,
10
- server_version: server_version,
11
- vip: vip
12
- }
13
- end
14
-
15
- def start_time
16
- start_time = response['start_time']
6
+ extend Forwardable
17
7
 
18
- parse_datetime_with_timezone(start_time) if start_time
19
- end
20
-
21
- def players
22
- response['players']
23
- end
8
+ API_ENDPOINT = 'https://esi.tech.ccp.is/v1/status/?datasource=tranquility'.freeze
24
9
 
25
- def server_version
26
- response['server_version']
27
- end
10
+ def_delegators :model, :as_json, :start_time, :players, :server_version, :vip
28
11
 
29
- def vip
30
- response['vip']
12
+ def model
13
+ Models::ServerStatus.new(response)
31
14
  end
15
+ memoize :model
32
16
 
33
17
  def scope; end
34
18
 
@@ -1,3 +1,3 @@
1
1
  module EveOnline
2
- VERSION = '0.12.0'.freeze
2
+ VERSION = '0.13.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,31 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eve_online
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Zubkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-12 00:00:00.000000000 Z
11
+ date: 2017-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.10'
19
+ version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.10'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake
28
+ name: codeclimate-test-reporter
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
@@ -39,7 +39,7 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: rspec
42
+ name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rspec-its
56
+ name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: simplecov
70
+ name: rspec-its
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
@@ -81,7 +81,7 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: codeclimate-test-reporter
84
+ name: simplecov
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="
@@ -109,19 +109,19 @@ dependencies:
109
109
  - !ruby/object:Gem::Version
110
110
  version: 3.0.0
111
111
  - !ruby/object:Gem::Dependency
112
- name: nori
112
+ name: faraday
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: '2.6'
117
+ version: '0'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - "~>"
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: '2.6'
124
+ version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: json
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -151,32 +151,34 @@ dependencies:
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
- name: faraday
154
+ name: nori
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ">="
157
+ - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '0'
159
+ version: '2.6'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ">="
164
+ - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '0'
167
- description: EveOnline API. XML, CREST and ESI. And SDE.
166
+ version: '2.6'
167
+ description: EveOnline API. XML, ESI and SDE.
168
168
  email:
169
169
  - igor.zubkov@gmail.com
170
170
  executables: []
171
171
  extensions: []
172
172
  extra_rdoc_files: []
173
173
  files:
174
- - ".codeclimate.yml"
175
- - ".editorconfig"
176
174
  - ".gitignore"
177
- - ".rspec"
175
+ - ".rubocop-thread_safety.yml"
178
176
  - ".rubocop.yml"
177
+ - ".rubocop_general.yml"
178
+ - ".rubocop_rspec.yml"
179
+ - ".rubocop_todo.yml"
179
180
  - ".travis.yml"
181
+ - CHANGELOG.md
180
182
  - Gemfile
181
183
  - LICENSE.txt
182
184
  - README.md
@@ -188,44 +190,68 @@ files:
188
190
  - gemfiles/activesupport_edge.gemfile
189
191
  - lib/eve_online.rb
190
192
  - lib/eve_online/base.rb
191
- - lib/eve_online/base_crest.rb
192
193
  - lib/eve_online/base_xml.rb
193
- - lib/eve_online/blueprint.rb
194
194
  - lib/eve_online/bookmark.rb
195
195
  - lib/eve_online/bookmark_folder.rb
196
- - lib/eve_online/character.rb
197
- - lib/eve_online/character_implants.rb
198
- - lib/eve_online/character_jump_clone_implants.rb
199
- - lib/eve_online/character_jump_clones.rb
200
- - lib/eve_online/character_skills.rb
201
196
  - lib/eve_online/contact_notification.rb
197
+ - lib/eve_online/esi/alliance.rb
198
+ - lib/eve_online/esi/alliance_icon.rb
202
199
  - lib/eve_online/esi/base.rb
200
+ - lib/eve_online/esi/bloodlines.rb
203
201
  - lib/eve_online/esi/character.rb
202
+ - lib/eve_online/esi/character_assets.rb
203
+ - lib/eve_online/esi/character_attributes.rb
204
+ - lib/eve_online/esi/character_blueprints.rb
205
+ - lib/eve_online/esi/character_clones.rb
206
+ - lib/eve_online/esi/character_fatigue.rb
207
+ - lib/eve_online/esi/character_implants.rb
208
+ - lib/eve_online/esi/character_industry_jobs.rb
204
209
  - lib/eve_online/esi/character_loyalty_points.rb
205
210
  - lib/eve_online/esi/character_portrait.rb
206
211
  - lib/eve_online/esi/character_skill_queue.rb
207
212
  - lib/eve_online/esi/character_skills.rb
213
+ - lib/eve_online/esi/character_standings.rb
214
+ - lib/eve_online/esi/character_wallet.rb
215
+ - lib/eve_online/esi/corporation.rb
216
+ - lib/eve_online/esi/corporation_industry_jobs.rb
217
+ - lib/eve_online/esi/dogma_attribute.rb
218
+ - lib/eve_online/esi/dogma_attributes.rb
219
+ - lib/eve_online/esi/factions.rb
220
+ - lib/eve_online/esi/models/alliance.rb
221
+ - lib/eve_online/esi/models/alliance_icon.rb
222
+ - lib/eve_online/esi/models/asset.rb
223
+ - lib/eve_online/esi/models/attributes.rb
224
+ - lib/eve_online/esi/models/base.rb
225
+ - lib/eve_online/esi/models/bloodline.rb
226
+ - lib/eve_online/esi/models/blueprint.rb
227
+ - lib/eve_online/esi/models/character.rb
228
+ - lib/eve_online/esi/models/character_portrait.rb
229
+ - lib/eve_online/esi/models/corporation.rb
230
+ - lib/eve_online/esi/models/dogma_attribute.rb
231
+ - lib/eve_online/esi/models/faction.rb
232
+ - lib/eve_online/esi/models/fatigue.rb
233
+ - lib/eve_online/esi/models/home_location.rb
234
+ - lib/eve_online/esi/models/industry_job.rb
235
+ - lib/eve_online/esi/models/jump_clone.rb
208
236
  - lib/eve_online/esi/models/loyalty_point.rb
237
+ - lib/eve_online/esi/models/race.rb
238
+ - lib/eve_online/esi/models/server_status.rb
209
239
  - lib/eve_online/esi/models/skill.rb
210
240
  - lib/eve_online/esi/models/skill_queue_entry.rb
241
+ - lib/eve_online/esi/models/standing.rb
242
+ - lib/eve_online/esi/races.rb
211
243
  - lib/eve_online/esi/server_status.rb
212
- - lib/eve_online/eve/character_id.rb
213
244
  - lib/eve_online/event.rb
214
245
  - lib/eve_online/event_response_object.rb
215
246
  - lib/eve_online/exceptions/base.rb
216
247
  - lib/eve_online/exceptions/invalid_character_id_exception.rb
217
248
  - lib/eve_online/exceptions/timeout_exception.rb
218
249
  - lib/eve_online/exceptions/unauthorized_exception.rb
219
- - lib/eve_online/implant.rb
220
- - lib/eve_online/item.rb
221
- - lib/eve_online/jump_clone.rb
222
- - lib/eve_online/jump_clone_implant.rb
223
250
  - lib/eve_online/market_order.rb
224
251
  - lib/eve_online/sde/agt_agent_types.rb
225
252
  - lib/eve_online/sde/agt_agents.rb
226
253
  - lib/eve_online/sde/agt_research_agents.rb
227
254
  - lib/eve_online/sde/base.rb
228
- - lib/eve_online/sde/chr_races.rb
229
255
  - lib/eve_online/sde/inv_flags.rb
230
256
  - lib/eve_online/sde/inv_items.rb
231
257
  - lib/eve_online/sde/inv_names.rb
@@ -233,61 +259,19 @@ files:
233
259
  - lib/eve_online/sde/models/agt_agent.rb
234
260
  - lib/eve_online/sde/models/agt_agent_type.rb
235
261
  - lib/eve_online/sde/models/agt_research_agent.rb
236
- - lib/eve_online/sde/models/chr_race.rb
237
262
  - lib/eve_online/sde/models/inv_flag.rb
238
263
  - lib/eve_online/sde/models/inv_item.rb
239
264
  - lib/eve_online/sde/models/inv_name.rb
240
265
  - lib/eve_online/sde/models/inv_position.rb
241
- - lib/eve_online/skill.rb
242
- - lib/eve_online/sovereignty/campaigns.rb
243
- - lib/eve_online/standing.rb
244
266
  - lib/eve_online/version.rb
245
267
  - lib/eve_online/wallet_journal_entry.rb
246
- - lib/eve_online/xml/account_characters.rb
247
- - lib/eve_online/xml/account_status.rb
248
- - lib/eve_online/xml/api_key_info.rb
249
268
  - lib/eve_online/xml/base.rb
250
- - lib/eve_online/xml/character_account_balance.rb
251
- - lib/eve_online/xml/character_asset_list.rb
252
- - lib/eve_online/xml/character_blueprints.rb
253
269
  - lib/eve_online/xml/character_bookmarks.rb
254
- - lib/eve_online/xml/character_calendar_event_attendees.rb
255
- - lib/eve_online/xml/character_chat_channels.rb
256
- - lib/eve_online/xml/character_contact_list.rb
257
270
  - lib/eve_online/xml/character_contact_notifications.rb
258
- - lib/eve_online/xml/character_contract_bids.rb
259
- - lib/eve_online/xml/character_contract_items.rb
260
- - lib/eve_online/xml/character_contracts.rb
261
- - lib/eve_online/xml/character_fac_war_stats.rb
262
- - lib/eve_online/xml/character_industry_jobs.rb
263
- - lib/eve_online/xml/character_industry_jobs_history.rb
264
- - lib/eve_online/xml/character_kill_mails.rb
265
- - lib/eve_online/xml/character_locations.rb
266
- - lib/eve_online/xml/character_mail_bodies.rb
267
- - lib/eve_online/xml/character_mail_messages.rb
268
- - lib/eve_online/xml/character_mailing_lists.rb
269
271
  - lib/eve_online/xml/character_market_orders.rb
270
- - lib/eve_online/xml/character_medals.rb
271
- - lib/eve_online/xml/character_notification_texts.rb
272
- - lib/eve_online/xml/character_notifications.rb
273
- - lib/eve_online/xml/character_planetary_colonies.rb
274
- - lib/eve_online/xml/character_planetary_links.rb
275
- - lib/eve_online/xml/character_planetary_pins.rb
276
- - lib/eve_online/xml/character_planetary_routes.rb
277
- - lib/eve_online/xml/character_research.rb
278
- - lib/eve_online/xml/character_sheet.rb
279
- - lib/eve_online/xml/character_skill_in_training.rb
280
- - lib/eve_online/xml/character_skill_queue.rb
281
- - lib/eve_online/xml/character_standings.rb
282
272
  - lib/eve_online/xml/character_upcoming_calendar_events.rb
283
273
  - lib/eve_online/xml/character_wallet_journal.rb
284
- - lib/eve_online/xml/character_wallet_transactions.rb
285
274
  - lib/eve_online/xml/corporation_market_orders.rb
286
- - lib/eve_online/xml/models/account_status.rb
287
- - lib/eve_online/xml/models/account_type_object.rb
288
- - lib/eve_online/xml/models/api_key_info.rb
289
- - lib/eve_online/xml/models/skill_queue_entry.rb
290
- - lib/eve_online/xml/server_status.rb
291
275
  - mutant.sh
292
276
  homepage: https://github.com/biow0lf/eve_online
293
277
  licenses:
@@ -301,7 +285,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
301
285
  requirements:
302
286
  - - ">="
303
287
  - !ruby/object:Gem::Version
304
- version: 1.9.3
288
+ version: '2.2'
305
289
  required_rubygems_version: !ruby/object:Gem::Requirement
306
290
  requirements:
307
291
  - - ">="
@@ -309,8 +293,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
309
293
  version: '0'
310
294
  requirements: []
311
295
  rubyforge_project:
312
- rubygems_version: 2.6.11
296
+ rubygems_version: 2.7.0
313
297
  signing_key:
314
298
  specification_version: 4
315
- summary: EveOnline API. XML, CREST and ESI. And SDE.
299
+ summary: EveOnline API. XML, ESI and SDE.
316
300
  test_files: []