eve_online 0.29.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (184) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +98 -0
  3. data/.ruby-version +1 -1
  4. data/Appraisals +23 -0
  5. data/CHANGELOG.md +16 -0
  6. data/Gemfile +7 -10
  7. data/Gemfile.lock +55 -50
  8. data/Gemfile.mutant.lock +42 -33
  9. data/README.md +108 -7
  10. data/Rakefile +2 -2
  11. data/eve_online.gemspec +28 -27
  12. data/lib/eve_online.rb +197 -185
  13. data/lib/eve_online/esi/alliance.rb +6 -6
  14. data/lib/eve_online/esi/alliance_corporations.rb +4 -3
  15. data/lib/eve_online/esi/alliance_icon.rb +5 -4
  16. data/lib/eve_online/esi/alliances.rb +3 -2
  17. data/lib/eve_online/esi/base.rb +29 -28
  18. data/lib/eve_online/esi/character.rb +7 -6
  19. data/lib/eve_online/esi/character_assets.rb +4 -4
  20. data/lib/eve_online/esi/character_assets_locations.rb +4 -4
  21. data/lib/eve_online/esi/character_assets_names.rb +4 -4
  22. data/lib/eve_online/esi/character_attributes.rb +6 -6
  23. data/lib/eve_online/esi/character_blueprints.rb +4 -4
  24. data/lib/eve_online/esi/character_bookmark_folders.rb +4 -4
  25. data/lib/eve_online/esi/character_bookmarks.rb +4 -4
  26. data/lib/eve_online/esi/character_calendar.rb +4 -4
  27. data/lib/eve_online/esi/character_calendar_event.rb +4 -5
  28. data/lib/eve_online/esi/character_clones.rb +7 -7
  29. data/lib/eve_online/esi/character_corporation_history.rb +4 -3
  30. data/lib/eve_online/esi/character_fatigue.rb +5 -5
  31. data/lib/eve_online/esi/character_implants.rb +3 -3
  32. data/lib/eve_online/esi/character_industry_jobs.rb +4 -4
  33. data/lib/eve_online/esi/character_killmails_recent.rb +4 -4
  34. data/lib/eve_online/esi/character_location.rb +5 -5
  35. data/lib/eve_online/esi/character_loyalty_points.rb +3 -3
  36. data/lib/eve_online/esi/character_notifications.rb +3 -3
  37. data/lib/eve_online/esi/character_online.rb +5 -5
  38. data/lib/eve_online/esi/character_orders.rb +3 -3
  39. data/lib/eve_online/esi/character_portrait.rb +5 -4
  40. data/lib/eve_online/esi/character_ship.rb +4 -4
  41. data/lib/eve_online/esi/character_skill_queue.rb +3 -3
  42. data/lib/eve_online/esi/character_skills.rb +7 -7
  43. data/lib/eve_online/esi/character_standings.rb +3 -3
  44. data/lib/eve_online/esi/character_wallet.rb +4 -4
  45. data/lib/eve_online/esi/character_wallet_journal.rb +4 -4
  46. data/lib/eve_online/esi/corporation.rb +8 -7
  47. data/lib/eve_online/esi/corporation_alliance_history.rb +4 -3
  48. data/lib/eve_online/esi/corporation_assets.rb +5 -5
  49. data/lib/eve_online/esi/corporation_assets_locations.rb +5 -5
  50. data/lib/eve_online/esi/corporation_assets_names.rb +5 -5
  51. data/lib/eve_online/esi/corporation_blueprints.rb +5 -5
  52. data/lib/eve_online/esi/corporation_industry_jobs.rb +5 -5
  53. data/lib/eve_online/esi/corporation_killmails_recent.rb +5 -5
  54. data/lib/eve_online/esi/corporation_loyalty_store_offers.rb +4 -3
  55. data/lib/eve_online/esi/corporation_orders.rb +5 -5
  56. data/lib/eve_online/esi/dogma_attribute.rb +7 -6
  57. data/lib/eve_online/esi/dogma_attributes.rb +3 -2
  58. data/lib/eve_online/esi/dogma_effect.rb +11 -11
  59. data/lib/eve_online/esi/dogma_effects.rb +3 -2
  60. data/lib/eve_online/esi/market_group.rb +39 -0
  61. data/lib/eve_online/esi/market_groups.rb +20 -0
  62. data/lib/eve_online/esi/market_history.rb +5 -4
  63. data/lib/eve_online/esi/models/aggressor.rb +34 -0
  64. data/lib/eve_online/esi/models/alliance.rb +8 -8
  65. data/lib/eve_online/esi/models/alliance_icon.rb +3 -3
  66. data/lib/eve_online/esi/models/alliance_short.rb +3 -3
  67. data/lib/eve_online/esi/models/allies.rb +21 -0
  68. data/lib/eve_online/esi/models/ally.rb +24 -0
  69. data/lib/eve_online/esi/models/ancestry.rb +7 -7
  70. data/lib/eve_online/esi/models/asset.rb +9 -9
  71. data/lib/eve_online/esi/models/asset_location.rb +3 -3
  72. data/lib/eve_online/esi/models/asset_name.rb +3 -3
  73. data/lib/eve_online/esi/models/asteroid_belt.rb +4 -4
  74. data/lib/eve_online/esi/models/attributes.rb +9 -9
  75. data/lib/eve_online/esi/models/base.rb +2 -2
  76. data/lib/eve_online/esi/models/bloodline.rb +12 -12
  77. data/lib/eve_online/esi/models/blueprint.rb +9 -9
  78. data/lib/eve_online/esi/models/bookmark.rb +11 -11
  79. data/lib/eve_online/esi/models/bookmark_folder.rb +3 -3
  80. data/lib/eve_online/esi/models/category.rb +5 -5
  81. data/lib/eve_online/esi/models/character.rb +13 -13
  82. data/lib/eve_online/esi/models/character_corporation_history.rb +5 -5
  83. data/lib/eve_online/esi/models/character_industry_job.rb +23 -23
  84. data/lib/eve_online/esi/models/character_location.rb +4 -4
  85. data/lib/eve_online/esi/models/character_order.rb +15 -15
  86. data/lib/eve_online/esi/models/character_portrait.rb +5 -5
  87. data/lib/eve_online/esi/models/character_ship.rb +4 -4
  88. data/lib/eve_online/esi/models/constellation.rb +6 -6
  89. data/lib/eve_online/esi/models/coordinates.rb +4 -4
  90. data/lib/eve_online/esi/models/corporation.rb +15 -15
  91. data/lib/eve_online/esi/models/corporation_alliance_history.rb +5 -5
  92. data/lib/eve_online/esi/models/corporation_industry_job.rb +23 -23
  93. data/lib/eve_online/esi/models/corporation_order.rb +16 -16
  94. data/lib/eve_online/esi/models/defender.rb +34 -0
  95. data/lib/eve_online/esi/models/dogma_attribute.rb +11 -11
  96. data/lib/eve_online/esi/models/dogma_attribute_short.rb +3 -3
  97. data/lib/eve_online/esi/models/dogma_attributes.rb +1 -1
  98. data/lib/eve_online/esi/models/dogma_effect.rb +22 -22
  99. data/lib/eve_online/esi/models/dogma_effect_modifier.rb +7 -7
  100. data/lib/eve_online/esi/models/dogma_effect_modifiers.rb +1 -1
  101. data/lib/eve_online/esi/models/dogma_effect_short.rb +3 -3
  102. data/lib/eve_online/esi/models/dogma_effects.rb +1 -1
  103. data/lib/eve_online/esi/models/event.rb +6 -6
  104. data/lib/eve_online/esi/models/event_details.rb +11 -11
  105. data/lib/eve_online/esi/models/faction.rb +11 -11
  106. data/lib/eve_online/esi/models/fatigue.rb +4 -4
  107. data/lib/eve_online/esi/models/graphic.rb +9 -9
  108. data/lib/eve_online/esi/models/group.rb +6 -6
  109. data/lib/eve_online/esi/models/home_location.rb +3 -3
  110. data/lib/eve_online/esi/models/jump_clone.rb +6 -6
  111. data/lib/eve_online/esi/models/killmail_short.rb +3 -3
  112. data/lib/eve_online/esi/models/loyalty_point.rb +3 -3
  113. data/lib/eve_online/esi/models/loyalty_store_offer.rb +10 -9
  114. data/lib/eve_online/esi/models/market_group.rb +38 -0
  115. data/lib/eve_online/esi/models/market_history.rb +7 -7
  116. data/lib/eve_online/esi/models/moon.rb +5 -5
  117. data/lib/eve_online/esi/models/notification.rb +8 -8
  118. data/lib/eve_online/esi/models/offer_required_item.rb +24 -0
  119. data/lib/eve_online/esi/models/offer_required_items.rb +21 -0
  120. data/lib/eve_online/esi/models/online.rb +5 -5
  121. data/lib/eve_online/esi/models/planet.rb +6 -6
  122. data/lib/eve_online/esi/models/planet_short.rb +4 -4
  123. data/lib/eve_online/esi/models/position.rb +4 -4
  124. data/lib/eve_online/esi/models/race.rb +5 -5
  125. data/lib/eve_online/esi/models/region.rb +5 -5
  126. data/lib/eve_online/esi/models/server_status.rb +5 -5
  127. data/lib/eve_online/esi/models/skill.rb +5 -5
  128. data/lib/eve_online/esi/models/skill_queue_entry.rb +9 -9
  129. data/lib/eve_online/esi/models/standing.rb +4 -4
  130. data/lib/eve_online/esi/models/star.rb +9 -9
  131. data/lib/eve_online/esi/models/stargate.rb +7 -7
  132. data/lib/eve_online/esi/models/stargate_destination.rb +3 -3
  133. data/lib/eve_online/esi/models/station.rb +13 -13
  134. data/lib/eve_online/esi/models/system.rb +11 -11
  135. data/lib/eve_online/esi/models/system_jump.rb +3 -3
  136. data/lib/eve_online/esi/models/system_kill.rb +5 -5
  137. data/lib/eve_online/esi/models/type.rb +17 -17
  138. data/lib/eve_online/esi/models/wallet_journal_entry.rb +14 -14
  139. data/lib/eve_online/esi/models/war.rb +69 -0
  140. data/lib/eve_online/esi/server_status.rb +4 -3
  141. data/lib/eve_online/esi/universe_ancestries.rb +4 -3
  142. data/lib/eve_online/esi/universe_asteroid_belt.rb +5 -4
  143. data/lib/eve_online/esi/universe_bloodlines.rb +4 -3
  144. data/lib/eve_online/esi/universe_categories.rb +3 -2
  145. data/lib/eve_online/esi/universe_category.rb +7 -6
  146. data/lib/eve_online/esi/universe_constellation.rb +7 -6
  147. data/lib/eve_online/esi/universe_constellations.rb +3 -2
  148. data/lib/eve_online/esi/universe_factions.rb +4 -3
  149. data/lib/eve_online/esi/universe_graphic.rb +7 -6
  150. data/lib/eve_online/esi/universe_graphics.rb +3 -2
  151. data/lib/eve_online/esi/universe_group.rb +7 -6
  152. data/lib/eve_online/esi/universe_groups.rb +4 -3
  153. data/lib/eve_online/esi/universe_moon.rb +5 -4
  154. data/lib/eve_online/esi/universe_planet.rb +6 -5
  155. data/lib/eve_online/esi/universe_races.rb +4 -3
  156. data/lib/eve_online/esi/universe_region.rb +7 -6
  157. data/lib/eve_online/esi/universe_regions.rb +3 -2
  158. data/lib/eve_online/esi/universe_star.rb +6 -6
  159. data/lib/eve_online/esi/universe_stargate.rb +6 -5
  160. data/lib/eve_online/esi/universe_station.rb +8 -7
  161. data/lib/eve_online/esi/universe_structures.rb +4 -3
  162. data/lib/eve_online/esi/universe_system.rb +8 -7
  163. data/lib/eve_online/esi/universe_system_jumps.rb +3 -2
  164. data/lib/eve_online/esi/universe_system_kills.rb +3 -2
  165. data/lib/eve_online/esi/universe_systems.rb +3 -2
  166. data/lib/eve_online/esi/universe_type.rb +9 -8
  167. data/lib/eve_online/esi/universe_types.rb +4 -3
  168. data/lib/eve_online/esi/war.rb +35 -0
  169. data/lib/eve_online/esi/war_killmails.rb +5 -4
  170. data/lib/eve_online/esi/wars.rb +4 -3
  171. data/lib/eve_online/version.rb +1 -1
  172. metadata +30 -15
  173. data/.rubocop-thread_safety.yml +0 -9
  174. data/.rubocop.yml +0 -14
  175. data/.rubocop_general.yml +0 -102
  176. data/.rubocop_rspec.yml +0 -65
  177. data/.rubocop_todo.yml +0 -0
  178. data/.travis.yml +0 -100
  179. data/gemfiles/activesupport_42.gemfile +0 -7
  180. data/gemfiles/activesupport_50.gemfile +0 -7
  181. data/gemfiles/activesupport_51.gemfile +0 -7
  182. data/gemfiles/activesupport_52.gemfile +0 -7
  183. data/gemfiles/activesupport_60.gemfile +0 -7
  184. data/gemfiles/activesupport_edge.gemfile +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2c1a21bed149183cb8ad83b75334d7afcb385370f3f8cd93013d0edb265b021
4
- data.tar.gz: bef9fa5095709f5dc8542e14d03f3ec618da3146bd401b1d486866f445ad9cc5
3
+ metadata.gz: de82cd73917218128ac8164bd2683ec4e4341fac3f1401dff6149f26d96170dc
4
+ data.tar.gz: b1c3295d103a573a5a4bab30b362fb7c4840788172ac08d8935aa124bbdd415f
5
5
  SHA512:
6
- metadata.gz: 39fd762c2f8275cac627a6cc5971edbfd6692c36654aa28ffe20368881b3b60d678d12857d54b2c07f6747bc59c7fda18778a8a4d3fc1dc7db1fda5bfd34b024
7
- data.tar.gz: 23e62a90b8f0b407158d01611be86b91cfee43188545235ca7f391666b67e47668801f9173651279802d17cabddae71c4a029b0ad32dd88d37f06203f7a19f5c
6
+ metadata.gz: 14930a20834a63f15951e2626f55a04ff331d9e79801b0c5ebf0ab23b190c8f155b5340ea270961d2dc04c7c3a6f4bf8446c7485419d105344f9f5813582df66
7
+ data.tar.gz: 2261d31b7402ab499ffbe9f744673536afadf185795f0376e464e456e950bf33dbf2caaaca34e1a62f189ad52e63b6dd33cd0f1b3a61136fc2f491e8935e71d7
@@ -0,0 +1,98 @@
1
+ version: 2
2
+
3
+ jobs:
4
+ ruby-2.4.9:
5
+ docker:
6
+ - image: circleci/ruby:2.4.9
7
+ steps:
8
+ - checkout
9
+ - run: rm Gemfile.lock
10
+ - run: rm .ruby-version
11
+ - run: gem install bundler
12
+ - run: bundle install
13
+ - run: bundle exec appraisal install || true
14
+ - run: bundle exec appraisal activesupport_42 rake
15
+ - run: bundle exec appraisal activesupport_50 rake
16
+ - run: bundle exec appraisal activesupport_51 rake
17
+ - run: bundle exec appraisal activesupport_52 rake
18
+ - run: bundle exec standardrb
19
+ - run: bundle exec mdl README.md CHANGELOG.md TODO.md
20
+ ruby-2.5.7:
21
+ docker:
22
+ - image: circleci/ruby:2.5.7
23
+ steps:
24
+ - checkout
25
+ - run: rm Gemfile.lock
26
+ - run: rm .ruby-version
27
+ - run: gem install bundler
28
+ - run: bundle install
29
+ - run: bundle exec appraisal install || true
30
+ - run: bundle exec appraisal activesupport_50 rake
31
+ - run: bundle exec appraisal activesupport_51 rake
32
+ - run: bundle exec appraisal activesupport_52 rake
33
+ - run: bundle exec appraisal activesupport_60 rake
34
+ - run: bundle exec appraisal activesupport_edge rake
35
+ - run: bundle exec standardrb
36
+ - run: bundle exec mdl README.md CHANGELOG.md TODO.md
37
+ ruby-2.6.5:
38
+ docker:
39
+ - image: circleci/ruby:2.6.5
40
+ steps:
41
+ - checkout
42
+ - run: rm Gemfile.lock
43
+ - run: rm .ruby-version
44
+ - run: gem install bundler
45
+ - run: bundle install
46
+ - run: bundle exec appraisal install || true
47
+ - run: bundle exec appraisal activesupport_50 rake
48
+ - run: bundle exec appraisal activesupport_51 rake
49
+ - run: bundle exec appraisal activesupport_52 rake
50
+ - run: bundle exec appraisal activesupport_60 rake
51
+ - run: bundle exec appraisal activesupport_edge rake
52
+ - run: bundle exec standardrb
53
+ - run: bundle exec mdl README.md CHANGELOG.md TODO.md
54
+ ruby-2.7.0-preview1:
55
+ docker:
56
+ - image: circleci/ruby:2.7.0-preview1
57
+ steps:
58
+ - checkout
59
+ - run: rm Gemfile.lock
60
+ - run: rm .ruby-version
61
+ - run: gem install bundler
62
+ - run: bundle install
63
+ - run: bundle exec appraisal install || true
64
+ - run: bundle exec appraisal activesupport_50 rake
65
+ - run: bundle exec appraisal activesupport_51 rake
66
+ - run: bundle exec appraisal activesupport_52 rake
67
+ - run: bundle exec appraisal activesupport_60 rake
68
+ - run: bundle exec appraisal activesupport_edge rake
69
+ - run: bundle exec standardrb
70
+ - run: bundle exec mdl README.md CHANGELOG.md TODO.md
71
+ jruby-9.2.9.0:
72
+ docker:
73
+ - image: circleci/jruby:9.2.9.0
74
+ steps:
75
+ - checkout
76
+ - run: rm Gemfile.lock
77
+ - run: rm .ruby-version
78
+ - run: gem install bundler
79
+ - run: bundle install
80
+ - run: bundle exec appraisal install || true
81
+ - run: bundle exec appraisal activesupport_42 rake JRUBY_OPTS="--debug"
82
+ - run: bundle exec appraisal activesupport_50 rake JRUBY_OPTS="--debug"
83
+ - run: bundle exec appraisal activesupport_51 rake JRUBY_OPTS="--debug"
84
+ - run: bundle exec appraisal activesupport_52 rake JRUBY_OPTS="--debug"
85
+ - run: bundle exec appraisal activesupport_60 rake JRUBY_OPTS="--debug"
86
+ - run: bundle exec appraisal activesupport_edge rake JRUBY_OPTS="--debug"
87
+ - run: bundle exec standardrb
88
+ - run: bundle exec mdl README.md CHANGELOG.md TODO.md
89
+
90
+ workflows:
91
+ version: 2
92
+ tests:
93
+ jobs:
94
+ - jruby-9.2.9.0
95
+ - ruby-2.4.9
96
+ - ruby-2.5.7
97
+ - ruby-2.6.5
98
+ - ruby-2.7.0-preview1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.3
1
+ 2.6.5
data/Appraisals ADDED
@@ -0,0 +1,23 @@
1
+ appraise "activesupport_42" do
2
+ gem "activesupport", "~> 4.2.0"
3
+ end
4
+
5
+ appraise "activesupport_50" do
6
+ gem "activesupport", "~> 5.0.0"
7
+ end
8
+
9
+ appraise "activesupport_51" do
10
+ gem "activesupport", "~> 5.1.0"
11
+ end
12
+
13
+ appraise "activesupport_52" do
14
+ gem "activesupport", "~> 5.2.0"
15
+ end
16
+
17
+ appraise "activesupport_60" do
18
+ gem "activesupport", "~> 6.0.0"
19
+ end
20
+
21
+ appraise "activesupport_edge" do
22
+ gem "activesupport", git: "https://github.com/rails/rails", require: "activesupport"
23
+ end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.30.0
4
+
5
+ * Add `EveOnline::ESI::Models::OfferRequiredItem`
6
+ * Add `EveOnline::ESI::Models::OfferRequiredItems`
7
+ * Implement `EveOnline::ESI::Models::LoyaltyStoreOffer#offer_required_items`
8
+ * Fix typo `#additation_query_params` -> `#additional_query_params`
9
+ * Add `EveOnline::ESI::Models::War`
10
+ * Add `EveOnline::ESI::War`
11
+ * Add `EveOnline::ESI::Models::Aggressor`
12
+ * Add `EveOnline::ESI::Models::Defender`
13
+ * Add `EveOnline::ESI::Models::Allies`
14
+ * Add `EveOnline::ESI::Models::Ally`
15
+ * Add `EveOnline::ESI::MarketGroups`
16
+ * Add `EveOnline::ESI::MarketGroup`
17
+ * Add `EveOnline::ESI::Models::MarketGroup`
18
+
3
19
  ## v0.29.0
4
20
 
5
21
  * Rails 6.0.0
data/Gemfile CHANGED
@@ -1,15 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- source 'https://rubygems.org'
3
+ source "https://rubygems.org"
4
4
 
5
- # Specify your gem's dependencies in eveonline.gemspec
5
+ # Specify your gem's dependencies in eve_online.gemspec
6
6
  gemspec
7
7
 
8
- gem 'nokogiri'
9
- gem 'awesome_print', require: 'ap'
10
- gem 'pry'
11
- gem 'rubocop', require: false
12
- gem 'rubocop-thread_safety', require: false
13
- gem 'rubocop-rspec', require: false
14
- gem 'rubocop-performance', require: false
15
- gem 'fasterer', require: false
8
+ gem "nokogiri"
9
+ gem "awesome_print", require: "ap"
10
+ gem "pry"
11
+ gem "standard", require: false
12
+ gem "fasterer", require: false
data/Gemfile.lock CHANGED
@@ -1,20 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eve_online (0.29.0)
4
+ eve_online (0.30.0)
5
5
  activesupport (>= 4.2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.0)
10
+ activesupport (6.0.1)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
- zeitwerk (~> 2.1, >= 2.1.8)
16
- addressable (2.6.0)
17
- public_suffix (>= 2.0.2, < 4.0)
15
+ zeitwerk (~> 2.2)
16
+ addressable (2.7.0)
17
+ public_suffix (>= 2.0.2, < 5.0)
18
+ appraisal (2.2.0)
19
+ bundler
20
+ rake
21
+ thor (>= 0.14.0)
18
22
  ast (2.4.0)
19
23
  awesome_print (1.8.0)
20
24
  coderay (1.1.2)
@@ -24,91 +28,95 @@ GEM
24
28
  safe_yaml (~> 1.0.0)
25
29
  diff-lcs (1.3)
26
30
  docile (1.3.2)
27
- fasterer (0.6.0)
31
+ fasterer (0.8.1)
28
32
  colorize (~> 0.7)
29
- ruby_parser (>= 3.13.0)
33
+ ruby_parser (>= 3.14.1)
30
34
  hashdiff (1.0.0)
31
- i18n (1.6.0)
35
+ i18n (1.7.0)
32
36
  concurrent-ruby (~> 1.0)
33
- jaro_winkler (1.5.3)
37
+ jaro_winkler (1.5.4)
34
38
  json (2.2.0)
35
- kramdown (1.17.0)
36
- mdl (0.5.0)
37
- kramdown (~> 1.12, >= 1.12.0)
38
- mixlib-cli (~> 1.7, >= 1.7.0)
39
- mixlib-config (~> 2.2, >= 2.2.1)
39
+ kramdown (2.1.0)
40
+ kramdown-parser-gfm (1.1.0)
41
+ kramdown (~> 2.0)
42
+ mdl (0.8.0)
43
+ kramdown (~> 2.0)
44
+ kramdown-parser-gfm (~> 1.0)
45
+ mixlib-cli (~> 2.1, >= 2.1.1)
46
+ mixlib-config (>= 2.2.1, < 4)
40
47
  method_source (0.9.2)
41
48
  mini_portile2 (2.4.0)
42
- minitest (5.11.3)
43
- mixlib-cli (1.7.0)
44
- mixlib-config (2.2.18)
49
+ minitest (5.13.0)
50
+ mixlib-cli (2.1.1)
51
+ mixlib-config (3.0.5)
45
52
  tomlrb
46
- nokogiri (1.10.4)
53
+ nokogiri (1.10.7)
47
54
  mini_portile2 (~> 2.4.0)
48
- parallel (1.17.0)
49
- parser (2.6.3.0)
55
+ parallel (1.19.1)
56
+ parser (2.6.5.0)
50
57
  ast (~> 2.4.0)
51
58
  pry (0.12.2)
52
59
  coderay (~> 1.1.0)
53
60
  method_source (~> 0.9.0)
54
- public_suffix (3.1.1)
61
+ public_suffix (4.0.1)
55
62
  rainbow (3.0.0)
56
- rake (12.3.3)
57
- rspec (3.8.0)
58
- rspec-core (~> 3.8.0)
59
- rspec-expectations (~> 3.8.0)
60
- rspec-mocks (~> 3.8.0)
61
- rspec-core (3.8.2)
62
- rspec-support (~> 3.8.0)
63
- rspec-expectations (3.8.4)
63
+ rake (13.0.1)
64
+ rspec (3.9.0)
65
+ rspec-core (~> 3.9.0)
66
+ rspec-expectations (~> 3.9.0)
67
+ rspec-mocks (~> 3.9.0)
68
+ rspec-core (3.9.0)
69
+ rspec-support (~> 3.9.0)
70
+ rspec-expectations (3.9.0)
64
71
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.8.0)
72
+ rspec-support (~> 3.9.0)
66
73
  rspec-its (1.3.0)
67
74
  rspec-core (>= 3.0.0)
68
75
  rspec-expectations (>= 3.0.0)
69
- rspec-mocks (3.8.1)
76
+ rspec-mocks (3.9.0)
70
77
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.8.0)
72
- rspec-support (3.8.2)
73
- rubocop (0.74.0)
78
+ rspec-support (~> 3.9.0)
79
+ rspec-support (3.9.0)
80
+ rubocop (0.75.1)
74
81
  jaro_winkler (~> 1.5.1)
75
82
  parallel (~> 1.10)
76
83
  parser (>= 2.6)
77
84
  rainbow (>= 2.2.2, < 4.0)
78
85
  ruby-progressbar (~> 1.7)
79
86
  unicode-display_width (>= 1.4.0, < 1.7)
80
- rubocop-performance (1.4.1)
87
+ rubocop-performance (1.5.1)
81
88
  rubocop (>= 0.71.0)
82
- rubocop-rspec (1.35.0)
83
- rubocop (>= 0.60.0)
84
- rubocop-thread_safety (0.3.4)
85
- rubocop (>= 0.51.0)
86
89
  ruby-progressbar (1.10.1)
87
- ruby_parser (3.13.1)
90
+ ruby_parser (3.14.1)
88
91
  sexp_processor (~> 4.9)
89
92
  safe_yaml (1.0.5)
90
- sexp_processor (4.12.1)
91
- simplecov (0.17.0)
93
+ sexp_processor (4.13.0)
94
+ simplecov (0.17.1)
92
95
  docile (~> 1.1)
93
96
  json (>= 1.8, < 3)
94
97
  simplecov-html (~> 0.10.0)
95
98
  simplecov-html (0.10.2)
99
+ standard (0.1.6)
100
+ rubocop (~> 0.75.0)
101
+ rubocop-performance (~> 1.5.0)
102
+ thor (0.20.3)
96
103
  thread_safe (0.3.6)
97
- tomlrb (1.2.8)
104
+ tomlrb (1.2.9)
98
105
  tzinfo (1.2.5)
99
106
  thread_safe (~> 0.1)
100
107
  unicode-display_width (1.6.0)
101
108
  vcr (5.0.0)
102
- webmock (3.6.2)
109
+ webmock (3.7.6)
103
110
  addressable (>= 2.3.6)
104
111
  crack (>= 0.3.2)
105
112
  hashdiff (>= 0.4.0, < 2.0.0)
106
- zeitwerk (2.1.9)
113
+ zeitwerk (2.2.2)
107
114
 
108
115
  PLATFORMS
109
116
  ruby
110
117
 
111
118
  DEPENDENCIES
119
+ appraisal
112
120
  awesome_print
113
121
  bundler
114
122
  eve_online!
@@ -119,13 +127,10 @@ DEPENDENCIES
119
127
  rake
120
128
  rspec
121
129
  rspec-its
122
- rubocop
123
- rubocop-performance
124
- rubocop-rspec
125
- rubocop-thread_safety
126
130
  simplecov
131
+ standard
127
132
  vcr
128
133
  webmock
129
134
 
130
135
  BUNDLED WITH
131
- 2.0.2
136
+ 2.1.0.pre.3
data/Gemfile.mutant.lock CHANGED
@@ -1,28 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eve_online (0.29.0)
4
+ eve_online (0.30.0)
5
5
  activesupport (>= 4.2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  abstract_type (0.0.7)
11
- activesupport (6.0.0)
11
+ activesupport (6.0.1)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
- zeitwerk (~> 2.1, >= 2.1.8)
16
+ zeitwerk (~> 2.2)
17
17
  adamantium (0.2.0)
18
18
  ice_nine (~> 0.11.0)
19
19
  memoizable (~> 0.4.0)
20
- addressable (2.6.0)
21
- public_suffix (>= 2.0.2, < 4.0)
20
+ addressable (2.7.0)
21
+ public_suffix (>= 2.0.2, < 5.0)
22
22
  anima (0.3.1)
23
23
  abstract_type (~> 0.0.7)
24
24
  adamantium (~> 0.2)
25
25
  equalizer (~> 0.0.11)
26
+ appraisal (2.2.0)
27
+ bundler
28
+ rake
29
+ thor (>= 0.14.0)
26
30
  ast (2.4.0)
27
31
  concord (0.1.5)
28
32
  adamantium (~> 0.2.0)
@@ -34,21 +38,24 @@ GEM
34
38
  docile (1.3.2)
35
39
  equalizer (0.0.11)
36
40
  hashdiff (1.0.0)
37
- i18n (1.6.0)
41
+ i18n (1.7.0)
38
42
  concurrent-ruby (~> 1.0)
39
43
  ice_nine (0.11.2)
40
44
  json (2.2.0)
41
- kramdown (1.17.0)
42
- mdl (0.5.0)
43
- kramdown (~> 1.12, >= 1.12.0)
44
- mixlib-cli (~> 1.7, >= 1.7.0)
45
- mixlib-config (~> 2.2, >= 2.2.1)
45
+ kramdown (2.1.0)
46
+ kramdown-parser-gfm (1.1.0)
47
+ kramdown (~> 2.0)
48
+ mdl (0.8.0)
49
+ kramdown (~> 2.0)
50
+ kramdown-parser-gfm (~> 1.0)
51
+ mixlib-cli (~> 2.1, >= 2.1.1)
52
+ mixlib-config (>= 2.2.1, < 4)
46
53
  memoizable (0.4.2)
47
54
  thread_safe (~> 0.3, >= 0.3.1)
48
55
  mini_portile2 (2.4.0)
49
- minitest (5.11.3)
50
- mixlib-cli (1.7.0)
51
- mixlib-config (2.2.18)
56
+ minitest (5.13.0)
57
+ mixlib-cli (2.1.1)
58
+ mixlib-config (3.0.5)
52
59
  tomlrb
53
60
  morpher (0.2.6)
54
61
  abstract_type (~> 0.0.7)
@@ -77,38 +84,39 @@ GEM
77
84
  mutant-rspec (0.8.24)
78
85
  mutant (~> 0.8.24)
79
86
  rspec-core (>= 3.4.0, < 4.0.0)
80
- nokogiri (1.10.4)
87
+ nokogiri (1.10.7)
81
88
  mini_portile2 (~> 2.4.0)
82
89
  parser (2.5.3.0)
83
90
  ast (~> 2.4.0)
84
91
  procto (0.0.3)
85
- public_suffix (3.1.1)
86
- rake (12.3.3)
92
+ public_suffix (4.0.1)
93
+ rake (13.0.1)
87
94
  regexp_parser (1.6.0)
88
- rspec (3.8.0)
89
- rspec-core (~> 3.8.0)
90
- rspec-expectations (~> 3.8.0)
91
- rspec-mocks (~> 3.8.0)
92
- rspec-core (3.8.2)
93
- rspec-support (~> 3.8.0)
94
- rspec-expectations (3.8.4)
95
+ rspec (3.9.0)
96
+ rspec-core (~> 3.9.0)
97
+ rspec-expectations (~> 3.9.0)
98
+ rspec-mocks (~> 3.9.0)
99
+ rspec-core (3.9.0)
100
+ rspec-support (~> 3.9.0)
101
+ rspec-expectations (3.9.0)
95
102
  diff-lcs (>= 1.2.0, < 2.0)
96
- rspec-support (~> 3.8.0)
103
+ rspec-support (~> 3.9.0)
97
104
  rspec-its (1.3.0)
98
105
  rspec-core (>= 3.0.0)
99
106
  rspec-expectations (>= 3.0.0)
100
- rspec-mocks (3.8.1)
107
+ rspec-mocks (3.9.0)
101
108
  diff-lcs (>= 1.2.0, < 2.0)
102
- rspec-support (~> 3.8.0)
103
- rspec-support (3.8.2)
109
+ rspec-support (~> 3.9.0)
110
+ rspec-support (3.9.0)
104
111
  safe_yaml (1.0.5)
105
- simplecov (0.17.0)
112
+ simplecov (0.17.1)
106
113
  docile (~> 1.1)
107
114
  json (>= 1.8, < 3)
108
115
  simplecov-html (~> 0.10.0)
109
116
  simplecov-html (0.10.2)
117
+ thor (0.20.3)
110
118
  thread_safe (0.3.6)
111
- tomlrb (1.2.8)
119
+ tomlrb (1.2.9)
112
120
  tzinfo (1.2.5)
113
121
  thread_safe (~> 0.1)
114
122
  unparser (0.4.2)
@@ -120,16 +128,17 @@ GEM
120
128
  parser (>= 2.3.1.2, < 2.6)
121
129
  procto (~> 0.0.2)
122
130
  vcr (5.0.0)
123
- webmock (3.6.2)
131
+ webmock (3.7.6)
124
132
  addressable (>= 2.3.6)
125
133
  crack (>= 0.3.2)
126
134
  hashdiff (>= 0.4.0, < 2.0.0)
127
- zeitwerk (2.1.9)
135
+ zeitwerk (2.2.2)
128
136
 
129
137
  PLATFORMS
130
138
  ruby
131
139
 
132
140
  DEPENDENCIES
141
+ appraisal
133
142
  bundler
134
143
  eve_online!
135
144
  mdl
@@ -144,4 +153,4 @@ DEPENDENCIES
144
153
  webmock
145
154
 
146
155
  BUNDLED WITH
147
- 2.0.2
156
+ 2.1.0.pre.3