eve_online 0.31.0 → 0.35.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +18 -49
  3. data/.deepsource.toml +5 -0
  4. data/.ruby-version +1 -1
  5. data/Appraisals +0 -12
  6. data/CHANGELOG.md +42 -0
  7. data/Gemfile.lock +55 -51
  8. data/Gemfile.mutant.lock +38 -35
  9. data/README.md +308 -111
  10. data/eve_online.gemspec +3 -3
  11. data/lib/eve_online.rb +24 -6
  12. data/lib/eve_online/esi/alliance_corporations.rb +1 -1
  13. data/lib/eve_online/esi/alliances.rb +1 -1
  14. data/lib/eve_online/esi/base.rb +8 -0
  15. data/lib/eve_online/esi/character_assets.rb +1 -1
  16. data/lib/eve_online/esi/character_calendar.rb +1 -1
  17. data/lib/eve_online/esi/character_calendar_event.rb +1 -1
  18. data/lib/eve_online/esi/{character_bookmarks.rb → character_contracts.rb} +7 -7
  19. data/lib/eve_online/esi/character_location.rb +1 -1
  20. data/lib/eve_online/esi/character_online.rb +1 -1
  21. data/lib/eve_online/esi/character_ship.rb +1 -1
  22. data/lib/eve_online/esi/character_skills.rb +1 -1
  23. data/lib/eve_online/esi/character_wallet.rb +1 -1
  24. data/lib/eve_online/esi/character_wallet_journal.rb +2 -2
  25. data/lib/eve_online/esi/character_wallet_transactions.rb +41 -0
  26. data/lib/eve_online/esi/corporation_assets.rb +1 -1
  27. data/lib/eve_online/esi/corporation_npc.rb +20 -0
  28. data/lib/eve_online/esi/killmail.rb +30 -0
  29. data/lib/eve_online/esi/market_prices.rb +27 -0
  30. data/lib/eve_online/esi/models/aggressor.rb +1 -1
  31. data/lib/eve_online/esi/models/alliance.rb +1 -1
  32. data/lib/eve_online/esi/models/alliance_icon.rb +1 -1
  33. data/lib/eve_online/esi/models/alliance_short.rb +1 -1
  34. data/lib/eve_online/esi/models/ally.rb +1 -1
  35. data/lib/eve_online/esi/models/ancestry.rb +1 -1
  36. data/lib/eve_online/esi/models/asset.rb +1 -1
  37. data/lib/eve_online/esi/models/asset_location.rb +1 -1
  38. data/lib/eve_online/esi/models/asset_name.rb +1 -1
  39. data/lib/eve_online/esi/models/asteroid_belt.rb +1 -1
  40. data/lib/eve_online/esi/models/attributes.rb +1 -1
  41. data/lib/eve_online/esi/models/bloodline.rb +1 -1
  42. data/lib/eve_online/esi/models/blueprint.rb +1 -1
  43. data/lib/eve_online/esi/models/category.rb +1 -1
  44. data/lib/eve_online/esi/models/character.rb +1 -1
  45. data/lib/eve_online/esi/models/character_corporation_history.rb +1 -1
  46. data/lib/eve_online/esi/models/character_industry_job.rb +1 -1
  47. data/lib/eve_online/esi/models/character_location.rb +1 -1
  48. data/lib/eve_online/esi/models/character_order.rb +1 -1
  49. data/lib/eve_online/esi/models/character_portrait.rb +1 -1
  50. data/lib/eve_online/esi/models/character_ship.rb +1 -1
  51. data/lib/eve_online/esi/models/constellation.rb +1 -1
  52. data/lib/eve_online/esi/models/contract.rb +132 -0
  53. data/lib/eve_online/esi/models/coordinates.rb +1 -1
  54. data/lib/eve_online/esi/models/corporation.rb +1 -1
  55. data/lib/eve_online/esi/models/corporation_alliance_history.rb +1 -1
  56. data/lib/eve_online/esi/models/corporation_industry_job.rb +1 -1
  57. data/lib/eve_online/esi/models/corporation_order.rb +1 -1
  58. data/lib/eve_online/esi/models/defender.rb +1 -1
  59. data/lib/eve_online/esi/models/dogma_attribute.rb +1 -1
  60. data/lib/eve_online/esi/models/dogma_attribute_short.rb +1 -1
  61. data/lib/eve_online/esi/models/dogma_effect.rb +1 -1
  62. data/lib/eve_online/esi/models/dogma_effect_modifier.rb +1 -1
  63. data/lib/eve_online/esi/models/dogma_effect_short.rb +1 -1
  64. data/lib/eve_online/esi/models/event.rb +1 -1
  65. data/lib/eve_online/esi/models/event_details.rb +1 -1
  66. data/lib/eve_online/esi/models/faction.rb +1 -1
  67. data/lib/eve_online/esi/models/fatigue.rb +1 -1
  68. data/lib/eve_online/esi/models/graphic.rb +1 -1
  69. data/lib/eve_online/esi/models/group.rb +1 -1
  70. data/lib/eve_online/esi/models/home_location.rb +1 -1
  71. data/lib/eve_online/esi/models/jump_clone.rb +1 -1
  72. data/lib/eve_online/esi/models/killmail.rb +47 -0
  73. data/lib/eve_online/esi/models/killmail_short.rb +1 -1
  74. data/lib/eve_online/esi/models/loyalty_point.rb +1 -1
  75. data/lib/eve_online/esi/models/loyalty_store_offer.rb +1 -1
  76. data/lib/eve_online/esi/models/mail.rb +1 -1
  77. data/lib/eve_online/esi/models/mail_label.rb +1 -1
  78. data/lib/eve_online/esi/models/mail_recipient.rb +1 -1
  79. data/lib/eve_online/esi/models/market_group.rb +1 -1
  80. data/lib/eve_online/esi/models/market_history.rb +1 -1
  81. data/lib/eve_online/esi/models/market_price.rb +29 -0
  82. data/lib/eve_online/esi/models/moon.rb +1 -1
  83. data/lib/eve_online/esi/models/notification.rb +1 -1
  84. data/lib/eve_online/esi/models/offer_required_item.rb +1 -1
  85. data/lib/eve_online/esi/models/online.rb +1 -1
  86. data/lib/eve_online/esi/models/planet.rb +1 -1
  87. data/lib/eve_online/esi/models/planet_short.rb +1 -1
  88. data/lib/eve_online/esi/models/position.rb +1 -1
  89. data/lib/eve_online/esi/models/public_contract.rb +98 -0
  90. data/lib/eve_online/esi/models/public_contract_item.rb +59 -0
  91. data/lib/eve_online/esi/models/race.rb +3 -3
  92. data/lib/eve_online/esi/models/region.rb +1 -1
  93. data/lib/eve_online/esi/models/server_status.rb +1 -1
  94. data/lib/eve_online/esi/models/skill.rb +1 -1
  95. data/lib/eve_online/esi/models/skill_queue_entry.rb +1 -1
  96. data/lib/eve_online/esi/models/standing.rb +1 -1
  97. data/lib/eve_online/esi/models/star.rb +1 -1
  98. data/lib/eve_online/esi/models/stargate.rb +1 -1
  99. data/lib/eve_online/esi/models/station.rb +1 -1
  100. data/lib/eve_online/esi/models/system.rb +1 -1
  101. data/lib/eve_online/esi/models/system_jump.rb +1 -1
  102. data/lib/eve_online/esi/models/system_kill.rb +1 -1
  103. data/lib/eve_online/esi/models/type.rb +1 -1
  104. data/lib/eve_online/esi/models/{wallet_journal_entry.rb → wallet_journal.rb} +4 -4
  105. data/lib/eve_online/esi/models/wallet_transaction.rb +66 -0
  106. data/lib/eve_online/esi/models/war.rb +1 -1
  107. data/lib/eve_online/esi/public_contract.rb +40 -0
  108. data/lib/eve_online/esi/public_contracts.rb +40 -0
  109. data/lib/eve_online/exceptions/error_limited.rb +8 -0
  110. data/lib/eve_online/formulas/blueprint_copy_time.rb +47 -0
  111. data/lib/eve_online/version.rb +1 -1
  112. metadata +25 -13
  113. data/lib/eve_online/esi/character_bookmark_folders.rb +0 -41
  114. data/lib/eve_online/esi/models/bookmark.rb +0 -71
  115. data/lib/eve_online/esi/models/bookmark_folder.rb +0 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d5cfcec3574091f14c3237a875aa19ce135d7724361d6eb69be5e8dc32315ad
4
- data.tar.gz: 92a33b654c4bab0c2b7670b8506999e6fd6e3f8c487a8be0fdb04c0700d5778f
3
+ metadata.gz: e9123bed8af1eec1b5acd826bc1bac8c1c97a55d10a97f7018758dd477690220
4
+ data.tar.gz: 8c75adc4f6606db348bc3d0818669729c4ec3efbd52778635b04e49bd41a0c5d
5
5
  SHA512:
6
- metadata.gz: 241bcb34d7e48ad19c4d791e1c6d7c681463f9c0001a1a4ffb72cf0e37af512f215306a9609d8ea002e3e05c8a507fd42c2bb258b1fbfca862480e77f76c6b0f
7
- data.tar.gz: c71f89b871fb488a90400cef6882228c648f54a2969bf85cc494daa9d1596c4b1b356809e80074ff3626b2cba6e5e4f1dc1b2bb68042ca4ab5ea76cb3a29e6e5
6
+ metadata.gz: fc26ba8fbf1c1646ebfd6aaef1058da05e5de7aaa28fcc4c2f53e4d174fd1d22e8231d81d641132f5b799367f49b00c89dbaa90ef8c305e7da90c1abc0ee9819
7
+ data.tar.gz: 19932dd1f755ae058a849c469eebdea52bc45d4e53b7ccd4e1b1db9cafc64116c30e0bbb3642b7a658c80f1eaf54e1b9895d181b8664905cb16bae988ad48ab4
@@ -1,84 +1,54 @@
1
1
  version: 2
2
2
 
3
3
  jobs:
4
- ruby-2.4.9:
4
+ ruby-2.5.8:
5
5
  docker:
6
- - image: circleci/ruby:2.4.9
6
+ - image: circleci/ruby:2.5.8
7
7
  steps:
8
8
  - checkout
9
9
  - run: rm Gemfile.lock
10
10
  - run: rm .ruby-version
11
11
  - run: bundle install
12
12
  - run: bundle exec appraisal install || true
13
- - run: bundle exec appraisal activesupport_42 rake
14
- - run: bundle exec appraisal activesupport_50 rake
15
- - run: bundle exec appraisal activesupport_51 rake
16
- - run: bundle exec appraisal activesupport_52 rake
13
+ - run: bundle exec appraisal rake
17
14
  - run: bundle exec standardrb
18
15
  - run: bundle exec mdl README.md CHANGELOG.md TODO.md
19
- ruby-2.5.7:
16
+ ruby-2.6.6:
20
17
  docker:
21
- - image: circleci/ruby:2.5.7
18
+ - image: circleci/ruby:2.6.6
22
19
  steps:
23
20
  - checkout
24
21
  - run: rm Gemfile.lock
25
22
  - run: rm .ruby-version
26
23
  - run: bundle install
27
24
  - run: bundle exec appraisal install || true
28
- - run: bundle exec appraisal activesupport_50 rake
29
- - run: bundle exec appraisal activesupport_51 rake
30
- - run: bundle exec appraisal activesupport_52 rake
31
- - run: bundle exec appraisal activesupport_60 rake
32
- - run: bundle exec appraisal activesupport_edge rake
25
+ - run: bundle exec appraisal rake
33
26
  - run: bundle exec standardrb
34
27
  - run: bundle exec mdl README.md CHANGELOG.md TODO.md
35
- ruby-2.6.5:
28
+ ruby-2.7.1:
36
29
  docker:
37
- - image: circleci/ruby:2.6.5
30
+ - image: circleci/ruby:2.7.1
38
31
  steps:
39
32
  - checkout
40
33
  - run: rm Gemfile.lock
41
34
  - run: rm .ruby-version
42
35
  - run: bundle install
43
36
  - run: bundle exec appraisal install || true
44
- - run: bundle exec appraisal activesupport_50 rake
45
- - run: bundle exec appraisal activesupport_51 rake
46
- - run: bundle exec appraisal activesupport_52 rake
47
- - run: bundle exec appraisal activesupport_60 rake
48
- - run: bundle exec appraisal activesupport_edge rake
37
+ - run: bundle exec appraisal rake
49
38
  - run: bundle exec standardrb
50
39
  - run: bundle exec mdl README.md CHANGELOG.md TODO.md
51
- ruby-2.7.0:
40
+ jruby-9.2.11.1:
52
41
  docker:
53
- - image: circleci/ruby:2.7.0
42
+ - image: circleci/jruby:9.2.11.1
43
+ environment:
44
+ JRUBY_OPTS: "--debug -J-Xmn1024m -J-Xms2048m -J-Xmx2048m"
54
45
  steps:
55
46
  - checkout
56
47
  - run: rm Gemfile.lock
57
48
  - run: rm .ruby-version
58
49
  - run: bundle install
59
50
  - run: bundle exec appraisal install || true
60
- - run: bundle exec appraisal activesupport_50 rake
61
- - run: bundle exec appraisal activesupport_51 rake
62
- - run: bundle exec appraisal activesupport_52 rake
63
- - run: bundle exec appraisal activesupport_60 rake
64
- - run: bundle exec appraisal activesupport_edge rake
65
- - run: bundle exec standardrb
66
- - run: bundle exec mdl README.md CHANGELOG.md TODO.md
67
- jruby-9.2.9.0:
68
- docker:
69
- - image: circleci/jruby:9.2.9.0
70
- steps:
71
- - checkout
72
- - run: rm Gemfile.lock
73
- - run: rm .ruby-version
74
- - run: bundle install
75
- - run: bundle exec appraisal install || true
76
- - run: bundle exec appraisal activesupport_42 rake JRUBY_OPTS="--debug"
77
- - run: bundle exec appraisal activesupport_50 rake JRUBY_OPTS="--debug"
78
- - run: bundle exec appraisal activesupport_51 rake JRUBY_OPTS="--debug"
79
- - run: bundle exec appraisal activesupport_52 rake JRUBY_OPTS="--debug"
80
- - run: bundle exec appraisal activesupport_60 rake JRUBY_OPTS="--debug"
81
- - run: bundle exec appraisal activesupport_edge rake JRUBY_OPTS="--debug"
51
+ - run: bundle exec appraisal rake
82
52
  - run: bundle exec standardrb
83
53
  - run: bundle exec mdl README.md CHANGELOG.md TODO.md
84
54
 
@@ -86,8 +56,7 @@ workflows:
86
56
  version: 2
87
57
  tests:
88
58
  jobs:
89
- - jruby-9.2.9.0
90
- - ruby-2.4.9
91
- - ruby-2.5.7
92
- - ruby-2.6.5
93
- - ruby-2.7.0
59
+ - jruby-9.2.11.1
60
+ - ruby-2.5.8
61
+ - ruby-2.6.6
62
+ - ruby-2.7.1
@@ -0,0 +1,5 @@
1
+ version = 1
2
+
3
+ [[analyzers]]
4
+ name = "ruby"
5
+ enabled = true
@@ -1 +1 @@
1
- 2.7.0
1
+ 2.7.1
data/Appraisals CHANGED
@@ -1,15 +1,3 @@
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
1
  appraise "activesupport_52" do
14
2
  gem "activesupport", "~> 5.2.0"
15
3
  end
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.35.1
4
+
5
+ * Rename `EveOnline::ESI::Models::PublicContract#type` to `#kind`. Fix Rails STI.
6
+
7
+ ## v0.35.0
8
+
9
+ * Add `EveOnline::ESI::PublicContracts`
10
+ * Add `EveOnline::ESI::Models::PublicContract`
11
+ * Add `EveOnline::ESI::Models::PublicContractItem`
12
+ * Add `EveOnline::ESI::PublicContract`
13
+
14
+ ## v0.34.0
15
+
16
+ * Rename `EveOnline::ESI::Models::Race#alliance_id` to `#faction_id`. [Fix esi issue 812](https://github.com/esi/esi-issues/issues/812).
17
+
18
+ ## v0.33.0
19
+
20
+ * Sync with new ESI API
21
+ * Add `EveOnline::Exceptions::ErrorLimited`
22
+
23
+ ## v0.32.0
24
+
25
+ * Sync with new ESI API
26
+ * Add `EveOnline::ESI::CharacterContracts`
27
+ * Add `EveOnline::ESI::Models::Contract`
28
+ * Add support `X-ESI-Error-Limit-Remain` header
29
+ * Add support `X-ESI-Error-Limit-Reset` header
30
+ * Add `EveOnline::ESI::Killmail`
31
+ * Add `EveOnline::ESI::MarketPrices`
32
+ * Add `EveOnline::ESI::Models::MarketPrice`
33
+ * Add `EveOnline::ESI::Models::WalletTransaction`
34
+ * Add `EveOnline::ESI::CharacterWalletTransactions`
35
+ * Rename `EveOnline::ESI::Models::WalletJournalEntry` to `EveOnline::ESI::Models::WalletJournal`
36
+ * Add `EveOnline::ESI::Models::Killmail`
37
+ * Rename `EveOnline::ESI::Models::WalletJournal#id` to `#wallet_journal_id` and update `#as_json`
38
+ * Add `EveOnline::Formulas::BlueprintCopyTime`
39
+ * Drop `EveOnline::ESI::CharacterBookmarkFolders`
40
+ * Drop `EveOnline::ESI::CharacterBookmarks`
41
+ * Drop `EveOnline::ESI::Models::Bookmark`
42
+ * Drop `EveOnline::ESI::Models::BookmarkFolder`
43
+ * Add `EveOnline::ESI::CorporationNPC`
44
+
3
45
  ## v0.31.0
4
46
 
5
47
  * Add `EveOnline::ESI::Models::MailRecipient`
@@ -1,73 +1,74 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eve_online (0.31.0)
5
- activesupport (>= 4.2.0)
4
+ eve_online (0.35.1)
5
+ activesupport (>= 5.2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.2.1)
10
+ activesupport (6.0.3.2)
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.2)
15
+ zeitwerk (~> 2.2, >= 2.2.2)
16
16
  addressable (2.7.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
- appraisal (2.2.0)
18
+ appraisal (2.3.0)
19
19
  bundler
20
20
  rake
21
21
  thor (>= 0.14.0)
22
- ast (2.4.0)
22
+ ast (2.4.1)
23
23
  awesome_print (1.8.0)
24
- coderay (1.1.2)
24
+ coderay (1.1.3)
25
25
  colorize (0.8.1)
26
- concurrent-ruby (1.1.5)
26
+ concurrent-ruby (1.1.6)
27
27
  crack (0.4.3)
28
28
  safe_yaml (~> 1.0.0)
29
29
  diff-lcs (1.3)
30
30
  docile (1.3.2)
31
- fasterer (0.8.1)
31
+ fasterer (0.8.3)
32
32
  colorize (~> 0.7)
33
33
  ruby_parser (>= 3.14.1)
34
- hashdiff (1.0.0)
35
- i18n (1.8.2)
34
+ hashdiff (1.0.1)
35
+ i18n (1.8.3)
36
36
  concurrent-ruby (~> 1.0)
37
- jaro_winkler (1.5.4)
38
- json (2.3.0)
39
- kramdown (2.1.0)
37
+ kramdown (2.2.1)
38
+ rexml
40
39
  kramdown-parser-gfm (1.1.0)
41
40
  kramdown (~> 2.0)
42
- mdl (0.8.0)
41
+ mdl (0.9.0)
43
42
  kramdown (~> 2.0)
44
43
  kramdown-parser-gfm (~> 1.0)
45
44
  mixlib-cli (~> 2.1, >= 2.1.1)
46
45
  mixlib-config (>= 2.2.1, < 4)
47
- method_source (0.9.2)
46
+ method_source (1.0.0)
48
47
  mini_portile2 (2.4.0)
49
- minitest (5.14.0)
50
- mixlib-cli (2.1.5)
48
+ minitest (5.14.1)
49
+ mixlib-cli (2.1.6)
51
50
  mixlib-config (3.0.6)
52
51
  tomlrb
53
- nokogiri (1.10.7)
52
+ nokogiri (1.10.9)
54
53
  mini_portile2 (~> 2.4.0)
55
- parallel (1.19.1)
56
- parser (2.7.0.2)
57
- ast (~> 2.4.0)
58
- pry (0.12.2)
59
- coderay (~> 1.1.0)
60
- method_source (~> 0.9.0)
61
- public_suffix (4.0.3)
54
+ parallel (1.19.2)
55
+ parser (2.7.1.4)
56
+ ast (~> 2.4.1)
57
+ pry (0.13.1)
58
+ coderay (~> 1.1)
59
+ method_source (~> 1.0)
60
+ public_suffix (4.0.5)
62
61
  rainbow (3.0.0)
63
62
  rake (13.0.1)
63
+ regexp_parser (1.7.1)
64
+ rexml (3.2.4)
64
65
  rspec (3.9.0)
65
66
  rspec-core (~> 3.9.0)
66
67
  rspec-expectations (~> 3.9.0)
67
68
  rspec-mocks (~> 3.9.0)
68
- rspec-core (3.9.1)
69
- rspec-support (~> 3.9.1)
70
- rspec-expectations (3.9.0)
69
+ rspec-core (3.9.2)
70
+ rspec-support (~> 3.9.3)
71
+ rspec-expectations (3.9.2)
71
72
  diff-lcs (>= 1.2.0, < 2.0)
72
73
  rspec-support (~> 3.9.0)
73
74
  rspec-its (1.3.0)
@@ -76,41 +77,44 @@ GEM
76
77
  rspec-mocks (3.9.1)
77
78
  diff-lcs (>= 1.2.0, < 2.0)
78
79
  rspec-support (~> 3.9.0)
79
- rspec-support (3.9.2)
80
- rubocop (0.77.0)
81
- jaro_winkler (~> 1.5.1)
80
+ rspec-support (3.9.3)
81
+ rubocop (0.85.1)
82
82
  parallel (~> 1.10)
83
- parser (>= 2.6)
83
+ parser (>= 2.7.0.1)
84
84
  rainbow (>= 2.2.2, < 4.0)
85
+ regexp_parser (>= 1.7)
86
+ rexml
87
+ rubocop-ast (>= 0.0.3)
85
88
  ruby-progressbar (~> 1.7)
86
- unicode-display_width (>= 1.4.0, < 1.7)
87
- rubocop-performance (1.5.2)
89
+ unicode-display_width (>= 1.4.0, < 2.0)
90
+ rubocop-ast (0.0.3)
91
+ parser (>= 2.7.0.1)
92
+ rubocop-performance (1.6.1)
88
93
  rubocop (>= 0.71.0)
89
94
  ruby-progressbar (1.10.1)
90
- ruby_parser (3.14.1)
95
+ ruby_parser (3.14.2)
91
96
  sexp_processor (~> 4.9)
92
97
  safe_yaml (1.0.5)
93
- sexp_processor (4.13.0)
94
- simplecov (0.17.1)
98
+ sexp_processor (4.15.0)
99
+ simplecov (0.18.5)
95
100
  docile (~> 1.1)
96
- json (>= 1.8, < 3)
97
- simplecov-html (~> 0.10.0)
98
- simplecov-html (0.10.2)
99
- standard (0.1.7)
100
- rubocop (~> 0.77.0)
101
- rubocop-performance (~> 1.5.1)
101
+ simplecov-html (~> 0.11)
102
+ simplecov-html (0.12.2)
103
+ standard (0.4.7)
104
+ rubocop (~> 0.85.0)
105
+ rubocop-performance (~> 1.6.0)
102
106
  thor (1.0.1)
103
107
  thread_safe (0.3.6)
104
- tomlrb (1.2.9)
105
- tzinfo (1.2.6)
108
+ tomlrb (1.3.0)
109
+ tzinfo (1.2.7)
106
110
  thread_safe (~> 0.1)
107
- unicode-display_width (1.6.1)
108
- vcr (5.0.0)
109
- webmock (3.8.0)
111
+ unicode-display_width (1.7.0)
112
+ vcr (6.0.0)
113
+ webmock (3.8.3)
110
114
  addressable (>= 2.3.6)
111
115
  crack (>= 0.3.2)
112
116
  hashdiff (>= 0.4.0, < 2.0.0)
113
- zeitwerk (2.2.2)
117
+ zeitwerk (2.3.0)
114
118
 
115
119
  PLATFORMS
116
120
  ruby
@@ -133,4 +137,4 @@ DEPENDENCIES
133
137
  webmock
134
138
 
135
139
  BUNDLED WITH
136
- 2.1.2
140
+ 2.1.4
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eve_online (0.31.0)
5
- activesupport (>= 4.2.0)
4
+ eve_online (0.35.1)
5
+ activesupport (>= 5.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.2.1)
11
+ activesupport (6.0.3.2)
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.2)
16
+ zeitwerk (~> 2.2, >= 2.2.2)
17
17
  adamantium (0.2.0)
18
18
  ice_nine (~> 0.11.0)
19
19
  memoizable (~> 0.4.0)
@@ -23,29 +23,29 @@ GEM
23
23
  abstract_type (~> 0.0.7)
24
24
  adamantium (~> 0.2)
25
25
  equalizer (~> 0.0.11)
26
- appraisal (2.2.0)
26
+ appraisal (2.3.0)
27
27
  bundler
28
28
  rake
29
29
  thor (>= 0.14.0)
30
- ast (2.4.0)
30
+ ast (2.4.1)
31
31
  concord (0.1.5)
32
32
  adamantium (~> 0.2.0)
33
33
  equalizer (~> 0.0.9)
34
- concurrent-ruby (1.1.5)
34
+ concurrent-ruby (1.1.6)
35
35
  crack (0.4.3)
36
36
  safe_yaml (~> 1.0.0)
37
37
  diff-lcs (1.3)
38
38
  docile (1.3.2)
39
39
  equalizer (0.0.11)
40
- hashdiff (1.0.0)
41
- i18n (1.8.2)
40
+ hashdiff (1.0.1)
41
+ i18n (1.8.3)
42
42
  concurrent-ruby (~> 1.0)
43
43
  ice_nine (0.11.2)
44
- json (2.3.0)
45
- kramdown (2.1.0)
44
+ kramdown (2.2.1)
45
+ rexml
46
46
  kramdown-parser-gfm (1.1.0)
47
47
  kramdown (~> 2.0)
48
- mdl (0.8.0)
48
+ mdl (0.9.0)
49
49
  kramdown (~> 2.0)
50
50
  kramdown-parser-gfm (~> 1.0)
51
51
  mixlib-cli (~> 2.1, >= 2.1.1)
@@ -53,8 +53,8 @@ GEM
53
53
  memoizable (0.4.2)
54
54
  thread_safe (~> 0.3, >= 0.3.1)
55
55
  mini_portile2 (2.4.0)
56
- minitest (5.14.0)
57
- mixlib-cli (2.1.5)
56
+ minitest (5.14.1)
57
+ mixlib-cli (2.1.6)
58
58
  mixlib-config (3.0.6)
59
59
  tomlrb
60
60
  mprelude (0.1.0)
@@ -64,7 +64,7 @@ GEM
64
64
  equalizer (~> 0.0.9)
65
65
  ice_nine (~> 0.11.1)
66
66
  procto (~> 0.0.2)
67
- mutant (0.9.4)
67
+ mutant (0.9.6)
68
68
  abstract_type (~> 0.0.7)
69
69
  adamantium (~> 0.2.0)
70
70
  anima (~> 0.3.1)
@@ -75,26 +75,28 @@ GEM
75
75
  ice_nine (~> 0.11.1)
76
76
  memoizable (~> 0.4.2)
77
77
  mprelude (~> 0.1.0)
78
- parser (~> 2.6.5)
78
+ parser (~> 2.7.0.2)
79
79
  procto (~> 0.0.2)
80
80
  unparser (~> 0.4.6)
81
- mutant-rspec (0.9.4)
82
- mutant (~> 0.9.4)
81
+ variable (~> 0.0.1)
82
+ mutant-rspec (0.9.5)
83
+ mutant (~> 0.9.5)
83
84
  rspec-core (>= 3.8.0, < 4.0.0)
84
- nokogiri (1.10.7)
85
+ nokogiri (1.10.9)
85
86
  mini_portile2 (~> 2.4.0)
86
- parser (2.6.5.0)
87
+ parser (2.7.0.5)
87
88
  ast (~> 2.4.0)
88
89
  procto (0.0.3)
89
- public_suffix (4.0.3)
90
+ public_suffix (4.0.5)
90
91
  rake (13.0.1)
92
+ rexml (3.2.4)
91
93
  rspec (3.9.0)
92
94
  rspec-core (~> 3.9.0)
93
95
  rspec-expectations (~> 3.9.0)
94
96
  rspec-mocks (~> 3.9.0)
95
- rspec-core (3.9.1)
96
- rspec-support (~> 3.9.1)
97
- rspec-expectations (3.9.0)
97
+ rspec-core (3.9.2)
98
+ rspec-support (~> 3.9.3)
99
+ rspec-expectations (3.9.2)
98
100
  diff-lcs (>= 1.2.0, < 2.0)
99
101
  rspec-support (~> 3.9.0)
100
102
  rspec-its (1.3.0)
@@ -103,17 +105,16 @@ GEM
103
105
  rspec-mocks (3.9.1)
104
106
  diff-lcs (>= 1.2.0, < 2.0)
105
107
  rspec-support (~> 3.9.0)
106
- rspec-support (3.9.2)
108
+ rspec-support (3.9.3)
107
109
  safe_yaml (1.0.5)
108
- simplecov (0.17.1)
110
+ simplecov (0.18.5)
109
111
  docile (~> 1.1)
110
- json (>= 1.8, < 3)
111
- simplecov-html (~> 0.10.0)
112
- simplecov-html (0.10.2)
112
+ simplecov-html (~> 0.11)
113
+ simplecov-html (0.12.2)
113
114
  thor (1.0.1)
114
115
  thread_safe (0.3.6)
115
- tomlrb (1.2.9)
116
- tzinfo (1.2.6)
116
+ tomlrb (1.3.0)
117
+ tzinfo (1.2.7)
117
118
  thread_safe (~> 0.1)
118
119
  unparser (0.4.7)
119
120
  abstract_type (~> 0.0.7)
@@ -123,12 +124,14 @@ GEM
123
124
  equalizer (~> 0.0.9)
124
125
  parser (>= 2.6.5)
125
126
  procto (~> 0.0.2)
126
- vcr (5.0.0)
127
- webmock (3.8.0)
127
+ variable (0.0.1)
128
+ equalizer (~> 0.0.11)
129
+ vcr (6.0.0)
130
+ webmock (3.8.3)
128
131
  addressable (>= 2.3.6)
129
132
  crack (>= 0.3.2)
130
133
  hashdiff (>= 0.4.0, < 2.0.0)
131
- zeitwerk (2.2.2)
134
+ zeitwerk (2.3.0)
132
135
 
133
136
  PLATFORMS
134
137
  ruby
@@ -149,4 +152,4 @@ DEPENDENCIES
149
152
  webmock
150
153
 
151
154
  BUNDLED WITH
152
- 2.1.2
155
+ 2.1.4