eve_online 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/.mdlrc +1 -0
  3. data/.travis.yml +11 -2
  4. data/CHANGELOG.md +43 -17
  5. data/Gemfile.lock +37 -28
  6. data/Gemfile.mutant +0 -4
  7. data/Gemfile.mutant.lock +154 -0
  8. data/README.md +334 -302
  9. data/TODO.md +4 -0
  10. data/eve_online.gemspec +1 -1
  11. data/lib/eve_online.rb +2 -2
  12. data/lib/eve_online/esi/alliance.rb +6 -6
  13. data/lib/eve_online/esi/alliance_corporations.rb +3 -3
  14. data/lib/eve_online/esi/alliance_icon.rb +3 -3
  15. data/lib/eve_online/esi/alliances.rb +2 -2
  16. data/lib/eve_online/esi/ancestries.rb +2 -2
  17. data/lib/eve_online/esi/base.rb +3 -2
  18. data/lib/eve_online/esi/bloodlines.rb +2 -2
  19. data/lib/eve_online/esi/character.rb +6 -6
  20. data/lib/eve_online/esi/character_assets.rb +3 -3
  21. data/lib/eve_online/esi/character_attributes.rb +6 -6
  22. data/lib/eve_online/esi/character_blueprints.rb +3 -3
  23. data/lib/eve_online/esi/character_bookmark_folders.rb +3 -3
  24. data/lib/eve_online/esi/character_bookmarks.rb +3 -3
  25. data/lib/eve_online/esi/character_calendar.rb +3 -3
  26. data/lib/eve_online/esi/character_clones.rb +9 -9
  27. data/lib/eve_online/esi/character_fatigue.rb +3 -3
  28. data/lib/eve_online/esi/character_implants.rb +3 -3
  29. data/lib/eve_online/esi/character_industry_jobs.rb +5 -5
  30. data/lib/eve_online/esi/character_loyalty_points.rb +3 -3
  31. data/lib/eve_online/esi/character_notifications.rb +3 -3
  32. data/lib/eve_online/esi/character_online.rb +5 -5
  33. data/lib/eve_online/esi/character_orders.rb +3 -3
  34. data/lib/eve_online/esi/character_portrait.rb +4 -5
  35. data/lib/eve_online/esi/character_skill_queue.rb +3 -3
  36. data/lib/eve_online/esi/character_skills.rb +11 -11
  37. data/lib/eve_online/esi/character_standings.rb +3 -3
  38. data/lib/eve_online/esi/character_wallet.rb +3 -3
  39. data/lib/eve_online/esi/character_wallet_journal.rb +3 -3
  40. data/lib/eve_online/esi/corporation.rb +7 -7
  41. data/lib/eve_online/esi/corporation_blueprints.rb +3 -3
  42. data/lib/eve_online/esi/corporation_industry_jobs.rb +5 -5
  43. data/lib/eve_online/esi/corporation_orders.rb +3 -3
  44. data/lib/eve_online/esi/dogma_attribute.rb +7 -7
  45. data/lib/eve_online/esi/dogma_attributes.rb +2 -2
  46. data/lib/eve_online/esi/factions.rb +2 -2
  47. data/lib/eve_online/esi/market_history.rb +4 -4
  48. data/lib/eve_online/esi/models/alliance.rb +18 -18
  49. data/lib/eve_online/esi/models/alliance_icon.rb +5 -5
  50. data/lib/eve_online/esi/models/ancestry.rb +16 -16
  51. data/lib/eve_online/esi/models/asset.rb +22 -17
  52. data/lib/eve_online/esi/models/attributes.rb +20 -20
  53. data/lib/eve_online/esi/models/bloodline.rb +25 -25
  54. data/lib/eve_online/esi/models/blueprint.rb +16 -16
  55. data/lib/eve_online/esi/models/bookmark.rb +26 -26
  56. data/lib/eve_online/esi/models/character.rb +28 -28
  57. data/lib/eve_online/esi/models/{industry_job.rb → character_industry_job.rb} +1 -2
  58. data/lib/eve_online/esi/models/character_order.rb +39 -49
  59. data/lib/eve_online/esi/models/character_portrait.rb +4 -20
  60. data/lib/eve_online/esi/models/corporation.rb +35 -35
  61. data/lib/eve_online/esi/models/corporation_industry_job.rb +132 -0
  62. data/lib/eve_online/esi/models/corporation_order.rb +42 -42
  63. data/lib/eve_online/esi/models/dogma_attribute.rb +21 -21
  64. data/lib/eve_online/esi/models/event.rb +11 -11
  65. data/lib/eve_online/esi/models/faction.rb +20 -20
  66. data/lib/eve_online/esi/models/jump_clone.rb +8 -8
  67. data/lib/eve_online/esi/models/market_history.rb +16 -16
  68. data/lib/eve_online/esi/models/notification.rb +10 -10
  69. data/lib/eve_online/esi/models/online.rb +6 -6
  70. data/lib/eve_online/esi/models/race.rb +11 -11
  71. data/lib/eve_online/esi/models/server_status.rb +7 -7
  72. data/lib/eve_online/esi/models/skill.rb +6 -6
  73. data/lib/eve_online/esi/models/skill_queue_entry.rb +19 -19
  74. data/lib/eve_online/esi/models/type.rb +33 -33
  75. data/lib/eve_online/esi/models/wallet_journal_entry.rb +37 -33
  76. data/lib/eve_online/esi/races.rb +2 -2
  77. data/lib/eve_online/esi/server_status.rb +2 -2
  78. data/lib/eve_online/esi/universe_type.rb +8 -8
  79. data/lib/eve_online/esi/universe_types.rb +2 -2
  80. data/lib/eve_online/version.rb +1 -1
  81. data/mutant.sh +1 -1
  82. metadata +14 -11
  83. data/lib/eve_online/esi/alliances_names.rb +0 -32
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2ea58ee7651e8044fcc6389c021e3579e795cbc322e3dab599cc6c18e17860c
4
- data.tar.gz: 16fd748597ca626cb82142536b9a22065254f35c2745e8b8b8159c9ee4c0765a
3
+ metadata.gz: 0f87cec05e10f823909181cd659adf3e7f5625ab0069e3d1596b784fe3a41f35
4
+ data.tar.gz: ce44841cd8d970e2322a8d27e5c5c9f08f16a19ac4ce3f8b110812e88d8600d5
5
5
  SHA512:
6
- metadata.gz: bbb1f79a76a8bccb09cd51b836ee38368ca3b0db2b62b74740478c051c575df3aff3904a9042fe054112eaa0d00fa23cd7bbd037a2df4bb5b744024151deccff
7
- data.tar.gz: 48d1c9783e47538ea164f80b00f503b3ca6d6d7cbc370865ba891b4d91df8a1e194e314d0b6a36c1794e39d5c788cd52975ef7a64f71b1b9c563b1cdcfb6a20e
6
+ metadata.gz: 42d432461bf83a7c3b75d865b1c27405a3092f806d109c5ca37c24ccaa5bb2d7ec27244397b79f1f69b6e90ffe8ba47e8edf1c8c79340df721a2562db02daa00
7
+ data.tar.gz: d1a0ec0fe49e4e98e64860c1f2f10669aef420fa7defffb55610bab53bc9ff7f243fea65a72c6db88df45a504f0448f133e69669df75c8c1b32458f677bb26d6
data/.mdlrc ADDED
@@ -0,0 +1 @@
1
+ rules "~MD013", "~MD024"
@@ -66,10 +66,14 @@ matrix:
66
66
 
67
67
  allow_failures:
68
68
  - rvm: ruby-head
69
- - rvm: jruby-9.2.0.0
70
69
  - rvm: jruby-head
71
70
  fast_finish: true
72
71
 
72
+ before_script:
73
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
74
+ - chmod +x ./cc-test-reporter
75
+ - ./cc-test-reporter before-build
76
+
73
77
  before_install:
74
78
  - rm Gemfile.lock
75
79
  - rm .ruby-version
@@ -77,4 +81,9 @@ before_install:
77
81
 
78
82
  script:
79
83
  - bundle exec rake
80
- - bundle exec codeclimate-test-reporter
84
+ - bundle exec mdl README.md
85
+ - bundle exec mdl CHANGELOG.md
86
+ - bundle exec mdl TODO.md
87
+
88
+ after_script:
89
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
@@ -1,6 +1,32 @@
1
- ## Changelog
1
+ # Changelog
2
2
 
3
- **v0.16.0**
3
+ ## v0.17.0
4
+
5
+ * Sync with new ESI API
6
+ * Remove `EveOnline::ESI::AlliancesNames`
7
+ * Lint `README.md`, `CHANGELOG.md` and `TODO.md` with `mdl` gem
8
+ * Add datasource support. Just add `datasource: tranquility` or `datasource: singularity` to options. Default is `tranquility`.
9
+ * Allow change response parser from `JSON` to any json parser compatible with gem `json`. Add `parser: Oj` for `Oj` to default options hash to enable.
10
+ * Rename `EveOnline::ESI::Models::DogmaAttribute#id` to `#attribute_id`
11
+ * Rename input `attribute_id:` to `id:` in `EveOnline::ESI::DogmaAttribute`
12
+ * Rename `EveOnline::ESI::Models::IndustryJob` to `EveOnline::ESI::Models::CharacterIndustryJob`
13
+ * Add `EveOnline::ESI::Models::CorporationIndustryJob`
14
+ * Rename `EveOnline::ESI::Models::CharacterOrder#is_corp` to `#is_corporation`
15
+ * Remove `EveOnline::ESI::Models::CharacterOrder#state`
16
+ * Remove `EveOnline::ESI::Models::CharacterOrder#account_id`
17
+ * Remove `EveOnline::ESI::Models::WalletJournalEntry#ref_id`
18
+ * Remove `EveOnline::ESI::Models::WalletJournalEntry#first_party_type`
19
+ * Remove `EveOnline::ESI::Models::WalletJournalEntry#second_party_type`
20
+ * Add `EveOnline::ESI::Models::WalletJournalEntry#context_id`
21
+ * Add `EveOnline::ESI::Models::WalletJournalEntry#context_id_type`
22
+ * Add `EveOnline::ESI::Models::WalletJournalEntry#description`
23
+ * Add `EveOnline::ESI::Models::WalletJournalEntry#id`
24
+ * Rename input `type_id:` to `id:` in `EveOnline::ESI::UniverseType`
25
+ * Add `EveOnline::ESI::UniverseType#type_id`
26
+ * Add `EveOnline::ESI::Models::CorporationOrder#issued_by`
27
+ * Remove `EveOnline::ESI::Models::CorporationOrder#state`
28
+
29
+ ## v0.16.0
4
30
 
5
31
  * Add `EveOnline::ESI::UniverseTypes`
6
32
  * Add `EveOnline::ESI::UniverseType`
@@ -27,7 +53,7 @@
27
53
  * Rename `EveOnline::Exceptions::TimeoutException` to `EveOnline::Exceptions::Timeout`
28
54
  * JRuby 9.2.0.0
29
55
 
30
- **v0.15.0**
56
+ ## v0.15.0
31
57
 
32
58
  * Add `EveOnline::ESI::Alliances`
33
59
  * Add `EveOnline::ESI::AllianceCorporations`
@@ -87,7 +113,7 @@
87
113
  * Rename `EveOnline::ESI::AllianceIcon#small` to `#icon_small`
88
114
  * Rename `EveOnline::ESI::AllianceIcon#medium` to `#icon_medium`
89
115
 
90
- **v0.14.0**
116
+ ## v0.14.0
91
117
 
92
118
  * Add `EveOnline::ESI::CorporationBlueprints`
93
119
  * Add `EveOnline::ESI::Models::MarketHistory`
@@ -96,7 +122,7 @@
96
122
  * Add `EveOnline::ESI::CharacterOnline`
97
123
  * Add `EveOnline::ESI::Models::Online`
98
124
 
99
- **v0.13.0**
125
+ ## v0.13.0
100
126
 
101
127
  * Drop CREST API support
102
128
  * Drop `EveOnline::BaseCREST` without alternative
@@ -200,7 +226,7 @@
200
226
  * Add `EveOnline::ESI::Models::DogmaAttribute`
201
227
  * Add `EveOnline::ESI::DogmaAttribute`
202
228
 
203
- **v0.12.0**
229
+ ## v0.12.0
204
230
 
205
231
  * **Breaking change**. Rename `EveOnline::Exceptions::Exception` to `EveOnline::Exceptions::Base`.
206
232
  * Add `EveOnline::XML::Base` class
@@ -257,7 +283,7 @@
257
283
  * Ignore missed fields in responses
258
284
  * Add `EveOnline::ESI::ServerStatus`
259
285
 
260
- **v0.11.0**
286
+ ## v0.11.0
261
287
 
262
288
  * Add SDE support classes
263
289
  * `EveOnline::SDE::AgtAgentTypes`
@@ -287,7 +313,7 @@
287
313
  * Add `EveOnline::ESI::Models::Skill` class for handing character skills
288
314
  * Rename `EveOnline::SkillQueueEntry` to `EveOnline::XML::Models::SkillQueueEntry`
289
315
 
290
- **v0.10.0**
316
+ ## v0.10.0
291
317
 
292
318
  * Replace `open-uri` with `faraday`
293
319
  * Add `EveOnline::ESI::Characters::Character`
@@ -296,7 +322,7 @@
296
322
  * Add `EveOnline::Account::ApiKeyInfo#as_json`
297
323
  * Rename `EveOnline::Account::ApiKeyInfo#type` to `#api_key_type`
298
324
 
299
- **v0.9.0**
325
+ ## v0.9.0
300
326
 
301
327
  * Add basic `EveOnline::Characters::Contracts`
302
328
  * Add basic `EveOnline::Characters::ContractBids`
@@ -352,7 +378,7 @@
352
378
  * [Market Orders](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_marketorders.html)
353
379
  * [Market Orders](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_marketorders.html)
354
380
 
355
- **v0.8.0**
381
+ ## v0.8.0
356
382
 
357
383
  * Add basic `EveOnline::Characters::Medals` class
358
384
  * Add basic `EveOnline::Characters::CharacterSheet` class
@@ -366,7 +392,7 @@
366
392
  * Finish [Standings](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_standings.html)
367
393
  * Add `EveOnline::Standing` class for handling character standing
368
394
 
369
- **v0.7.0**
395
+ ## v0.7.0
370
396
 
371
397
  * Drop `nokogiri` gem from gem dependency
372
398
  * Add `json` gem for CREST API
@@ -384,7 +410,7 @@
384
410
  * Add `EveOnline::BaseCREST` as base for CREST API
385
411
  * Citadel 1.0 updates
386
412
 
387
- **v0.6.0**
413
+ ## v0.6.0
388
414
 
389
415
  * Add `EveOnline::EventResponseObject` class for handling EveOnline Event response values
390
416
  * `EveOnline::Event#response` now returns symbols. e.g. `:undecided`
@@ -393,14 +419,14 @@
393
419
  * Add basic [Character Bookmarks](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_bookmarks.html)
394
420
  * [Characters SkillInTraining](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_skillintraining.html)
395
421
 
396
- **v0.5.0**
422
+ ## v0.5.0
397
423
 
398
424
  * Add `EveOnline::Event` class for handling EveOnline Events
399
425
  * `EveOnline::Account::ApiKeyInfo#expires` now returns time with timezone
400
426
  * [Upcoming Calendar Events](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_upcomingcalendarevents.html)
401
427
  * Basic [Calendar Event Attendees](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_calendareventattendees.html)
402
428
 
403
- **v0.4.0**:
429
+ ## v0.4.0
404
430
 
405
431
  * Time zone fixes
406
432
  * Add `EveOnline::Character` class for handling each Character
@@ -409,17 +435,17 @@
409
435
  * Fix `EveOnline::Characters::AccountBalance#account_key`
410
436
  * Add `#as_json` methods
411
437
 
412
- **v0.3.0**:
438
+ ## v0.3.0
413
439
 
414
440
  * [Characters](https://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/account/account_characters.html)
415
441
  * Refactoring and bug fixes
416
442
 
417
- **v0.2.0**:
443
+ ## v0.2.0
418
444
 
419
445
  * [Account Balance](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_accountbalance.html)
420
446
  * [API Key Info](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/account/account_apikeyinfo.html)
421
447
  * [Account Status](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/account/account_accountstatus.html)
422
448
 
423
- **v0.1.0**:
449
+ ## v0.1.0
424
450
 
425
451
  * [Server Status](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/server/serv_serverstatus.html)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (5.2.0)
13
+ activesupport (5.2.1)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 0.7, < 2)
16
16
  minitest (~> 5.1)
@@ -19,8 +19,6 @@ GEM
19
19
  public_suffix (>= 2.0.2, < 4.0)
20
20
  ast (2.4.0)
21
21
  awesome_print (1.8.0)
22
- codeclimate-test-reporter (1.0.7)
23
- simplecov
24
22
  coderay (1.1.2)
25
23
  concurrent-ruby (1.0.5)
26
24
  crack (0.4.3)
@@ -30,52 +28,62 @@ GEM
30
28
  faraday (0.15.2)
31
29
  multipart-post (>= 1.2, < 3)
32
30
  hashdiff (0.3.7)
33
- i18n (1.0.1)
31
+ i18n (1.1.0)
34
32
  concurrent-ruby (~> 1.0)
33
+ jaro_winkler (1.5.1)
35
34
  json (2.1.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)
36
40
  memoist (0.16.0)
37
41
  method_source (0.9.0)
38
42
  mini_portile2 (2.3.0)
39
43
  minitest (5.11.3)
44
+ mixlib-cli (1.7.0)
45
+ mixlib-config (2.2.13)
46
+ tomlrb
40
47
  multipart-post (2.0.0)
41
- nokogiri (1.8.2)
48
+ nokogiri (1.8.4)
42
49
  mini_portile2 (~> 2.3.0)
43
50
  parallel (1.12.1)
44
- parser (2.5.1.0)
51
+ parser (2.5.1.2)
45
52
  ast (~> 2.4.0)
46
- powerpack (0.1.1)
53
+ powerpack (0.1.2)
47
54
  pry (0.11.3)
48
55
  coderay (~> 1.1.0)
49
56
  method_source (~> 0.9.0)
50
- public_suffix (3.0.2)
57
+ public_suffix (3.0.3)
51
58
  rainbow (3.0.0)
52
59
  rake (12.3.1)
53
- rspec (3.7.0)
54
- rspec-core (~> 3.7.0)
55
- rspec-expectations (~> 3.7.0)
56
- rspec-mocks (~> 3.7.0)
57
- rspec-core (3.7.1)
58
- rspec-support (~> 3.7.0)
59
- rspec-expectations (3.7.0)
60
+ rspec (3.8.0)
61
+ rspec-core (~> 3.8.0)
62
+ rspec-expectations (~> 3.8.0)
63
+ rspec-mocks (~> 3.8.0)
64
+ rspec-core (3.8.0)
65
+ rspec-support (~> 3.8.0)
66
+ rspec-expectations (3.8.1)
60
67
  diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.7.0)
68
+ rspec-support (~> 3.8.0)
62
69
  rspec-its (1.2.0)
63
70
  rspec-core (>= 3.0.0)
64
71
  rspec-expectations (>= 3.0.0)
65
- rspec-mocks (3.7.0)
72
+ rspec-mocks (3.8.0)
66
73
  diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.7.0)
68
- rspec-support (3.7.1)
69
- rubocop (0.56.0)
74
+ rspec-support (~> 3.8.0)
75
+ rspec-support (3.8.0)
76
+ rubocop (0.58.2)
77
+ jaro_winkler (~> 1.5.1)
70
78
  parallel (~> 1.10)
71
- parser (>= 2.5)
79
+ parser (>= 2.5, != 2.5.1.1)
72
80
  powerpack (~> 0.1)
73
81
  rainbow (>= 2.2.2, < 4.0)
74
82
  ruby-progressbar (~> 1.7)
75
83
  unicode-display_width (~> 1.0, >= 1.0.1)
76
- rubocop-rspec (1.25.1)
77
- rubocop (>= 0.53.0)
78
- ruby-progressbar (1.9.0)
84
+ rubocop-rspec (1.28.0)
85
+ rubocop (>= 0.58.0)
86
+ ruby-progressbar (1.10.0)
79
87
  safe_yaml (1.0.4)
80
88
  simplecov (0.16.1)
81
89
  docile (~> 1.1)
@@ -83,11 +91,12 @@ GEM
83
91
  simplecov-html (~> 0.10.0)
84
92
  simplecov-html (0.10.2)
85
93
  thread_safe (0.3.6)
94
+ tomlrb (1.2.7)
86
95
  tzinfo (1.2.5)
87
96
  thread_safe (~> 0.1)
88
- unicode-display_width (1.3.3)
97
+ unicode-display_width (1.4.0)
89
98
  vcr (4.0.0)
90
- webmock (3.4.1)
99
+ webmock (3.4.2)
91
100
  addressable (>= 2.3.6)
92
101
  crack (>= 0.3.2)
93
102
  hashdiff
@@ -98,8 +107,8 @@ PLATFORMS
98
107
  DEPENDENCIES
99
108
  awesome_print
100
109
  bundler
101
- codeclimate-test-reporter
102
110
  eve_online!
111
+ mdl
103
112
  nokogiri
104
113
  pry
105
114
  rake
@@ -112,4 +121,4 @@ DEPENDENCIES
112
121
  webmock
113
122
 
114
123
  BUNDLED WITH
115
- 1.16.2
124
+ 1.16.4
@@ -6,9 +6,5 @@ source 'https://rubygems.org'
6
6
  gemspec
7
7
 
8
8
  gem 'nokogiri'
9
- gem 'awesome_print', require: 'ap'
10
- gem 'pry'
11
9
  gem 'mutant'
12
10
  gem 'mutant-rspec'
13
- gem 'rubocop', require: false
14
- gem 'rubocop-rspec', require: false
@@ -0,0 +1,154 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ eve_online (0.16.0)
5
+ activesupport (>= 4.2.0)
6
+ faraday
7
+ json
8
+ memoist
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ abstract_type (0.0.7)
14
+ activesupport (5.2.1)
15
+ concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ i18n (>= 0.7, < 2)
17
+ minitest (~> 5.1)
18
+ tzinfo (~> 1.1)
19
+ adamantium (0.2.0)
20
+ ice_nine (~> 0.11.0)
21
+ memoizable (~> 0.4.0)
22
+ addressable (2.5.2)
23
+ public_suffix (>= 2.0.2, < 4.0)
24
+ anima (0.3.0)
25
+ abstract_type (~> 0.0.7)
26
+ adamantium (~> 0.2)
27
+ equalizer (~> 0.0.11)
28
+ ast (2.4.0)
29
+ concord (0.1.5)
30
+ adamantium (~> 0.2.0)
31
+ equalizer (~> 0.0.9)
32
+ concurrent-ruby (1.0.5)
33
+ crack (0.4.3)
34
+ safe_yaml (~> 1.0.0)
35
+ diff-lcs (1.3)
36
+ docile (1.3.1)
37
+ equalizer (0.0.11)
38
+ faraday (0.15.2)
39
+ multipart-post (>= 1.2, < 3)
40
+ hashdiff (0.3.7)
41
+ i18n (1.1.0)
42
+ concurrent-ruby (~> 1.0)
43
+ ice_nine (0.11.2)
44
+ json (2.1.0)
45
+ kramdown (1.17.0)
46
+ mdl (0.5.0)
47
+ kramdown (~> 1.12, >= 1.12.0)
48
+ mixlib-cli (~> 1.7, >= 1.7.0)
49
+ mixlib-config (~> 2.2, >= 2.2.1)
50
+ memoist (0.16.0)
51
+ memoizable (0.4.2)
52
+ thread_safe (~> 0.3, >= 0.3.1)
53
+ mini_portile2 (2.3.0)
54
+ minitest (5.11.3)
55
+ mixlib-cli (1.7.0)
56
+ mixlib-config (2.2.13)
57
+ tomlrb
58
+ morpher (0.2.6)
59
+ abstract_type (~> 0.0.7)
60
+ adamantium (~> 0.2.0)
61
+ anima (~> 0.3.0)
62
+ ast (~> 2.2)
63
+ concord (~> 0.1.5)
64
+ equalizer (~> 0.0.9)
65
+ ice_nine (~> 0.11.0)
66
+ procto (~> 0.0.2)
67
+ multipart-post (2.0.0)
68
+ mutant (0.8.15)
69
+ abstract_type (~> 0.0.7)
70
+ adamantium (~> 0.2.0)
71
+ anima (~> 0.3.0)
72
+ ast (~> 2.2)
73
+ concord (~> 0.1.5)
74
+ diff-lcs (~> 1.3)
75
+ equalizer (~> 0.0.9)
76
+ ice_nine (~> 0.11.1)
77
+ memoizable (~> 0.4.2)
78
+ morpher (~> 0.2.6)
79
+ parallel (~> 1.3)
80
+ parser (>= 2.3.1.4, < 2.5)
81
+ procto (~> 0.0.2)
82
+ regexp_parser (~> 0.4.9)
83
+ unparser (~> 0.2.5)
84
+ mutant-rspec (0.8.15)
85
+ mutant (~> 0.8.15)
86
+ rspec-core (>= 3.4.0, < 3.8.0)
87
+ nokogiri (1.8.4)
88
+ mini_portile2 (~> 2.3.0)
89
+ parallel (1.12.1)
90
+ parser (2.4.0.2)
91
+ ast (~> 2.3)
92
+ procto (0.0.3)
93
+ public_suffix (3.0.3)
94
+ rake (12.3.1)
95
+ regexp_parser (0.4.13)
96
+ rspec (3.7.0)
97
+ rspec-core (~> 3.7.0)
98
+ rspec-expectations (~> 3.7.0)
99
+ rspec-mocks (~> 3.7.0)
100
+ rspec-core (3.7.1)
101
+ rspec-support (~> 3.7.0)
102
+ rspec-expectations (3.7.0)
103
+ diff-lcs (>= 1.2.0, < 2.0)
104
+ rspec-support (~> 3.7.0)
105
+ rspec-its (1.2.0)
106
+ rspec-core (>= 3.0.0)
107
+ rspec-expectations (>= 3.0.0)
108
+ rspec-mocks (3.7.0)
109
+ diff-lcs (>= 1.2.0, < 2.0)
110
+ rspec-support (~> 3.7.0)
111
+ rspec-support (3.7.1)
112
+ safe_yaml (1.0.4)
113
+ simplecov (0.16.1)
114
+ docile (~> 1.1)
115
+ json (>= 1.8, < 3)
116
+ simplecov-html (~> 0.10.0)
117
+ simplecov-html (0.10.2)
118
+ thread_safe (0.3.6)
119
+ tomlrb (1.2.7)
120
+ tzinfo (1.2.5)
121
+ thread_safe (~> 0.1)
122
+ unparser (0.2.8)
123
+ abstract_type (~> 0.0.7)
124
+ adamantium (~> 0.2.0)
125
+ concord (~> 0.1.5)
126
+ diff-lcs (~> 1.3)
127
+ equalizer (~> 0.0.9)
128
+ parser (>= 2.3.1.2, < 2.6)
129
+ procto (~> 0.0.2)
130
+ vcr (4.0.0)
131
+ webmock (3.4.2)
132
+ addressable (>= 2.3.6)
133
+ crack (>= 0.3.2)
134
+ hashdiff
135
+
136
+ PLATFORMS
137
+ ruby
138
+
139
+ DEPENDENCIES
140
+ bundler
141
+ eve_online!
142
+ mdl
143
+ mutant
144
+ mutant-rspec
145
+ nokogiri
146
+ rake
147
+ rspec
148
+ rspec-its
149
+ simplecov
150
+ vcr
151
+ webmock
152
+
153
+ BUNDLED WITH
154
+ 1.16.4