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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 21d9c243c02bedf680cbd2547a16033bd0746bd2
4
- data.tar.gz: 3861d0d1cfdce44b8d8cea9bcdc61e03c1f8978a
2
+ SHA256:
3
+ metadata.gz: c0c924a4003c75c1e8a65b77ac07f090e49343510d0d0dbbe08f48f1b1ec8230
4
+ data.tar.gz: 1f68234394ab52a43b5b91c7ec6be50dd83d2d45e384475a14e8198077087aaa
5
5
  SHA512:
6
- metadata.gz: 83e3eedd54db714aeb78895fbc950981ca8205487f87b033c366caa01c6427e423877f1399ee7054d9b713007b780eedf57e525bece9e939facd606fc6497364
7
- data.tar.gz: d4c205461f74dd976c376d3fe9ffbb6eccf3ae3457de12d4fa98ef3ab3b4e05d48772118659c379fd42aab847732a552c359d3161985f1607226d8fe3f7cbdc0
6
+ metadata.gz: f97fa023b4fd38a7267bd519f222bb079520266fd2bad9f691ac3e9eb0b4d2dc775e0ab85fcd7ede397c4cc3e76a4d6879aa12c079b5af03677743ee9e2ed7fd
7
+ data.tar.gz: 3803521378200b63e35544e5b1cd65dbdde1ad375d54f82d59130405fcb964d9485f577db2dc94b99e51816107d310066ff4384cb0a1a6ca327300d17cbf44c7
data/.gitignore CHANGED
@@ -8,7 +8,6 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  /.idea/
11
- .rbenv-gemsets
12
11
  .ruby-version
13
12
  /.DS_Store
14
13
 
@@ -0,0 +1,9 @@
1
+ # # rubocop-thread_safety cops
2
+ # ThreadSafety/ClassAndModuleAttributes:
3
+ # Enabled: true
4
+ #
5
+ # ThreadSafety/InstanceVariableInClassMethod:
6
+ # Enabled: true
7
+ #
8
+ # ThreadSafety/NewThread:
9
+ # Enabled: true
@@ -1,107 +1,31 @@
1
- AllCops:
2
- TargetRubyVersion: 1.9
3
- DisplayCopNames: true
4
- DisplayStyleGuide: true
5
-
6
- Rails:
7
- Enabled: false
8
-
9
- # Allow block comments
10
- Style/BlockComments:
11
- Enabled: false
12
-
13
- # Disable
14
- Style/Documentation:
15
- Enabled: false
1
+ #require: rubocop-thread_safety
2
+ #require: rubocop-rspec
16
3
 
17
- # Recheck this cop later
18
- Style/DotPosition:
19
- Description: 'Checks the position of the dot in multi-line method calls.'
20
- StyleGuide: '#consistent-multi-line-chains'
21
- Enabled: true
4
+ inherit_from:
5
+ - .rubocop_general.yml
6
+ # - .rubocop_rspec.yml
7
+ # - .rubocop-thread_safety.yml
8
+ - .rubocop_todo.yml
22
9
 
10
+ AllCops:
11
+ Exclude:
12
+ - 'lib/eve_online/xml/corporation_market_orders.rb'
13
+ - 'lib/eve_online/xml/character_wallet_journal.rb'
14
+ - 'lib/eve_online/xml/character_upcoming_calendar_events.rb'
15
+ - 'lib/eve_online/xml/character_market_orders.rb'
16
+ - 'lib/eve_online/xml/character_contact_notifications.rb'
17
+ - 'lib/eve_online/xml/character_bookmarks.rb'
18
+ - 'lib/eve_online/xml/base.rb'
19
+ - 'lib/eve_online/wallet_journal_entry.rb'
20
+ - 'lib/eve_online/market_order.rb'
21
+ - 'lib/eve_online/event.rb'
22
+ - 'lib/eve_online/bookmark_folder.rb'
23
+ - 'lib/eve_online/bookmark.rb'
24
+
25
+ # Enable when all supported ruby will support feature
23
26
  Style/FrozenStringLiteralComment:
24
- Enabled: true
25
- EnforcedStyle: never
26
-
27
- # Recheck this cop later
28
- Style/FlipFlop:
29
- Description: 'Checks for flip flops'
30
- StyleGuide: '#no-flip-flops'
31
- Enabled: true
32
-
33
- # Recheck this cop later
34
- Style/RedundantException:
35
- Description: "Checks for an obsolete RuntimeException argument in raise/fail."
36
- StyleGuide: '#no-explicit-runtimeerror'
37
- Enabled: true
38
-
39
- # Recheck this cop later
40
- Style/SafeNavigation:
41
- Description: >-
42
- This cop transforms usages of a method call safeguarded by
43
- a check for the existance of the object to
44
- safe navigation (`&.`).
45
- Enabled: true
46
-
47
- # Recheck this cop later
48
- Style/SignalException:
49
- Description: 'Checks for proper usage of fail and raise.'
50
- StyleGuide: '#prefer-raise-over-fail'
51
- Enabled: true
52
-
53
- # Enable with EnforcedStyle is space
54
- Style/SpaceInsideStringInterpolation:
55
- EnforcedStyle: space
56
- Enabled: true
57
-
58
- # Enable with EnforcedStyle is single_quotes
59
- Style/StringLiterals:
60
- EnforcedStyle: single_quotes
61
- Enabled: true
62
-
63
- # Limit lines to 80 characters
64
- Metrics/LineLength:
65
27
  Enabled: false
66
28
 
67
- # TimeZone stuff
68
- Rails/TimeZone:
69
- EnforcedStyle: strict
70
- Enabled: true
71
-
72
- # Identifies possible cases where Active Record save! or related should be used.
73
- Rails/SaveBang:
74
- Enabled: true
75
-
76
- # Suggests the usage of an auto resource cleanup version of a method (if available)
77
- Style/AutoResourceCleanup:
78
- Enabled: true
79
-
80
- # Preferred collection methods
81
- Style/CollectionMethods:
82
- Enabled: true
83
-
84
- # Use UTF-8 as the source file encoding
85
- Style/Encoding:
86
- Enabled: true
87
-
88
- # Use `raise` or `fail` with an explicit exception class and
89
- # message, rather than just a message.
90
- Style/ImplicitRuntimeError:
91
- Enabled: true
92
-
93
- # Avoid chaining a method call on a do...end block
94
- Style/MethodCalledOnDoEndBlock:
95
- Enabled: true
96
-
97
- # Check for a newline after the assignment operator in multi-line assignments
98
- Style/MultilineAssignmentLayout:
99
- Enabled: true
100
-
101
- # Just ignore order of gems in Gemfile
102
- Bundler/OrderedGems:
103
- Enabled: false
104
-
105
- # Use %i or %I for an array of symbols.
106
- Style/SymbolArray:
107
- Enabled: false
29
+ Metrics/BlockLength:
30
+ Exclude:
31
+ - 'spec/**/*_spec.rb'
@@ -0,0 +1,94 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.2
3
+ DisplayCopNames: true
4
+ DisplayStyleGuide: true
5
+
6
+ Layout/EndOfLine:
7
+ Enabled: true
8
+ EnforcedStyle: lf
9
+
10
+ # TODO: check this
11
+ # Layout/ExtraSpacing
12
+
13
+ Layout/SpaceInsideStringInterpolation:
14
+ EnforcedStyle: space
15
+ Enabled: true
16
+
17
+ Layout/MultilineAssignmentLayout:
18
+ Enabled: true
19
+
20
+ Metrics/LineLength:
21
+ Enabled: false
22
+
23
+ Rails:
24
+ Enabled: true
25
+
26
+ Rails/SaveBang:
27
+ Enabled: true
28
+
29
+ Rails/TimeZone:
30
+ EnforcedStyle: strict
31
+ Enabled: true
32
+
33
+ Style/AutoResourceCleanup:
34
+ Enabled: true
35
+
36
+ Style/BlockComments:
37
+ Enabled: false
38
+
39
+ Style/CollectionMethods:
40
+ Enabled: true
41
+
42
+ Style/ConditionalAssignment:
43
+ Enabled: true
44
+ EnforcedStyle: assign_to_condition
45
+
46
+ Style/Documentation:
47
+ Enabled: false
48
+
49
+ Style/FrozenStringLiteralComment:
50
+ Enabled: true
51
+ EnforcedStyle: always
52
+
53
+ Style/ImplicitRuntimeError:
54
+ Enabled: true
55
+
56
+ Style/MethodCalledOnDoEndBlock:
57
+ Enabled: true
58
+
59
+ Style/MissingElse:
60
+ Enabled: true
61
+ EnforcedStyle: case
62
+
63
+ Style/NegatedIf:
64
+ Enabled: false
65
+
66
+ Style/NumericLiterals:
67
+ Enabled: true
68
+ Strict: true
69
+
70
+ Style/PercentLiteralDelimiters:
71
+ Enabled: false
72
+
73
+ Style/ReturnNil:
74
+ Enabled: true
75
+
76
+ Style/SymbolArray:
77
+ Enabled: true
78
+ EnforcedStyle: brackets
79
+
80
+ Style/WordArray:
81
+ Enabled: true
82
+ EnforcedStyle: brackets
83
+
84
+ Style/GuardClause:
85
+ Enabled: false
86
+
87
+ Style/IfUnlessModifier:
88
+ Enabled: false
89
+
90
+ Bundler/OrderedGems:
91
+ Enabled: false
92
+
93
+ Style/RegexpLiteral:
94
+ Enabled: false
@@ -0,0 +1,61 @@
1
+ # rubocop-rspec cops
2
+
3
+ # Enable it later
4
+ RSpec/NamedSubject:
5
+ Enabled: false
6
+
7
+ RSpec/ImplicitExpect:
8
+ Enabled: true
9
+ EnforcedStyle: should
10
+
11
+ RSpec/ExpectInHook:
12
+ Enabled: false
13
+
14
+ RSpec/LeadingSubject:
15
+ Enabled: false
16
+
17
+ RSpec/MessageSpies:
18
+ Enabled: true
19
+ EnforcedStyle: receive
20
+
21
+ RSpec/LetSetup:
22
+ Enabled: false
23
+
24
+ RSpec/ScatteredSetup:
25
+ Enabled: false
26
+
27
+ RSpec/ScatteredLet:
28
+ Enabled: false
29
+
30
+ RSpec/HookArgument:
31
+ Enabled: false
32
+
33
+ # https://robots.thoughtbot.com/don-t-stub-the-system-under-test
34
+ # Enable later?
35
+ RSpec/SubjectStub:
36
+ Enabled: false
37
+
38
+ # Enable later
39
+ RSpec/ExampleWording:
40
+ Enabled: false
41
+
42
+ # Bug in rubocop-rspec cop
43
+ RSpec/FilePath:
44
+ Enabled: true
45
+
46
+ # Possibly bug in rubocop-rspec cop
47
+ RSpec/ExampleLength:
48
+ Enabled: true
49
+
50
+ RSpec/NestedGroups:
51
+ Enabled: false
52
+
53
+ RSpec/EmptyExampleGroup:
54
+ Enabled: false
55
+
56
+ # Maybe later
57
+ RSpec/MultipleExpectations:
58
+ Enabled: false
59
+
60
+ RSpec/MultipleDescribes:
61
+ Enabled: true
File without changes
@@ -2,12 +2,9 @@ language: ruby
2
2
  sudo: false
3
3
  cache: bundler
4
4
  rvm:
5
- - 1.9.3
6
- - 2.0
7
- - 2.1
8
- - 2.2.7
9
- - 2.3.4
10
- - 2.4.1
5
+ - 2.2.8
6
+ - 2.3.5
7
+ - 2.4.2
11
8
  - ruby-head
12
9
 
13
10
  gemfile:
@@ -18,36 +15,21 @@ gemfile:
18
15
 
19
16
  matrix:
20
17
  exclude:
21
- - rvm: 1.9.3
22
- gemfile: gemfiles/activesupport_50.gemfile
23
- - rvm: 1.9.3
24
- gemfile: gemfiles/activesupport_51.gemfile
25
- - rvm: 1.9.3
26
- gemfile: gemfiles/activesupport_edge.gemfile
27
- - rvm: 2.0
28
- gemfile: gemfiles/activesupport_50.gemfile
29
- - rvm: 2.0
30
- gemfile: gemfiles/activesupport_51.gemfile
31
- - rvm: 2.0
32
- gemfile: gemfiles/activesupport_edge.gemfile
33
- - rvm: 2.1
34
- gemfile: gemfiles/activesupport_50.gemfile
35
- - rvm: 2.1
36
- gemfile: gemfiles/activesupport_51.gemfile
37
- - rvm: 2.1
38
- gemfile: gemfiles/activesupport_edge.gemfile
39
18
  - rvm: ruby-head
40
19
  gemfile: gemfiles/activesupport_42.gemfile
41
20
  include:
42
- - rvm: jruby-9.1.8.0
21
+ - rvm: jruby-9.1.14.0
43
22
  gemfile: gemfiles/activesupport_42.gemfile
44
23
  jdk: oraclejdk8
45
- - rvm: jruby-9.1.8.0
24
+ - rvm: jruby-9.1.14.0
46
25
  gemfile: gemfiles/activesupport_50.gemfile
47
26
  jdk: oraclejdk8
48
- - rvm: jruby-9.1.8.0
27
+ - rvm: jruby-9.1.14.0
49
28
  gemfile: gemfiles/activesupport_51.gemfile
50
29
  jdk: oraclejdk8
30
+ - rvm: jruby-9.1.14.0
31
+ gemfile: gemfiles/activesupport_edge.gemfile
32
+ jdk: oraclejdk8
51
33
  - rvm: jruby-head
52
34
  gemfile: gemfiles/activesupport_42.gemfile
53
35
  jdk: oraclejdk8
@@ -57,14 +39,17 @@ matrix:
57
39
  - rvm: jruby-head
58
40
  gemfile: gemfiles/activesupport_51.gemfile
59
41
  jdk: oraclejdk8
42
+ - rvm: jruby-head
43
+ gemfile: gemfiles/activesupport_edge.gemfile
44
+ jdk: oraclejdk8
60
45
 
61
46
  allow_failures:
62
47
  - rvm: ruby-head
63
- - rvm: jruby-9.1.8.0
48
+ - rvm: jruby-9.1.14.0
64
49
  - rvm: jruby-head
65
50
  fast_finish: true
66
51
 
67
- before_install: gem install bundler -v 1.14.6
52
+ before_install: gem install bundler
68
53
 
69
54
  script:
70
55
  - bundle exec rake
@@ -0,0 +1,329 @@
1
+ ## Changelog
2
+
3
+ **v0.13.0**
4
+
5
+ * Drop CREST API support
6
+ * Drop `EveOnline::BaseCREST` without alternative
7
+ * Drop `EveOnline::Sovereignty::Campaigns` without alternative
8
+ * Drop Ruby 1.9.3 support
9
+ * Drop Ruby 2.0 support
10
+ * Drop Ruby 2.1 support
11
+ * Add `EveOnline::ESI::CharacterWallet`
12
+ * Add `EveOnline::SDE::Models::ChrRace#icon_id`
13
+ * Add `icon_id` to `EveOnline::SDE::Models::ChrRace#as_json`
14
+ * Rename `EveOnline::SDE::ChrRaces` to `EveOnline::SDE::Races`
15
+ * Rename `EveOnline::SDE::ChrRace` to `EveOnline::SDE::ChrRace`
16
+ * Rename `EveOnline::SDE::Races#chr_races` to `EveOnline::SDE::Races#races`
17
+ * Combine options to options hash for ESI
18
+ * Always use versioned ESI routes
19
+ * Drop `EveOnline::XML::ServerStatus`. Use `EveOnline::ESI::ServerStatus` instead.
20
+ * Add `EveOnline::ESI::CharacterAssets`
21
+ * Add `EveOnline::ESI::Models::Asset`
22
+ * Drop `EveOnline::Item`
23
+ * Drop `EveOnline::XML::CharacterAssetList`. Use `EveOnline::ESI::CharacterAssets` instead.
24
+ * Drop `EveOnline::XML::CharacterSkillQueue`. Use `EveOnline::ESI::CharacterSkillQueue` instead.
25
+ * Drop `EveOnline::XML::Models::SkillQueueEntry`
26
+ * Add `EveOnline::ESI::CharacterAttributes`
27
+ * Add `EveOnline::ESI::Models::Attributes`
28
+ * Add `EveOnline::ESI::Models::Character`
29
+ * Add `EveOnline::ESI::Models::Base`
30
+ * Add `EveOnline::ESI::Races`
31
+ * Add `EveOnline::ESI::Models::Race`
32
+ * Add `EveOnline::ESI::Bloodlines`
33
+ * Add `EveOnline::ESI::Models::Bloodline`
34
+ * Drop `EveOnline::SDE::Races`. Use `EveOnline::ESI::Races` instead.
35
+ * Drop `EveOnline::SDE::Models::Race`
36
+ * Add `EveOnline::ESI::CharacterImplants`
37
+ * Drop `EveOnline::XML::CharacterAccountBalance`. Use `EveOnline::ESI::CharacterWallet` instead.
38
+ * Drop `EveOnline::XML::CharacterSheet#balance`. Use `EveOnline::ESI::CharacterWallet` instead.
39
+ * Drop `EveOnline::XML::CharacterSheet#implants`. Use `EveOnline::ESI::CharacterImplants` instead.
40
+ * Drop `EveOnline::Implant`
41
+ * Drop `EveOnline::CharacterImplants`
42
+ * Drop `EveOnline::XML::CharacterSheet#skills`. Use `EveOnline::ESI::CharacterSkills` instead.
43
+ * Drop `EveOnline::CharacterSkills`
44
+ * Drop `EveOnline::Skill`
45
+ * Drop `EveOnline::XML::CharacterSkillInTraining`. Use `EveOnline::ESI::CharacterSkillQueue` instead.
46
+ * Drop `EveOnline::XML::CharacterCalendarEventAttendees`
47
+ * Drop `EveOnline::XML::CharacterChatChannels`
48
+ * Drop `EveOnline::XML::CharacterContactList`
49
+ * Drop `EveOnline::XML::CharacterContractBids`
50
+ * Drop `EveOnline::XML::CharacterContractItems`
51
+ * Drop `EveOnline::XML::CharacterContracts`
52
+ * Drop `EveOnline::XML::CharacterWalletTransactions`
53
+ * Drop `EveOnline::XML::CharacterFacWarStats`
54
+ * Drop `EveOnline::XML::CharacterIndustryJobs`
55
+ * Drop `EveOnline::XML::CharacterIndustryJobsHistory`
56
+ * Drop `EveOnline::XML::CharacterKillMails`
57
+ * Drop `EveOnline::XML::CharacterLocations`
58
+ * Drop `EveOnline::XML::CharacterMailBodies`
59
+ * Drop `EveOnline::XML::CharacterMailingLists`
60
+ * Drop `EveOnline::XML::CharacterMailMessages`
61
+ * Drop `EveOnline::XML::CharacterMedals`
62
+ * Drop `EveOnline::XML::CharacterNotifications`
63
+ * Drop `EveOnline::XML::CharacterNotificationTexts`
64
+ * Drop `EveOnline::XML::CharacterPlanetaryColonies`
65
+ * Drop `EveOnline::XML::CharacterPlanetaryLinks`
66
+ * Drop `EveOnline::XML::CharacterPlanetaryPins`
67
+ * Drop `EveOnline::XML::CharacterPlanetaryRoutes`
68
+ * Drop `EveOnline::XML::CharacterResearch`
69
+ * Add `EveOnline::ESI::Alliance`
70
+ * Add `EveOnline::ESI::AllianceIcon`
71
+ * Add `EveOnline::ESI::Models::Alliance`
72
+ * Add `EveOnline::ESI::Models::AllianceIcon`
73
+ * Add `EveOnline::ESI::Models::CharacterPortrait`
74
+ * Add `EveOnline::ESI::CharacterBlueprints`
75
+ * Add `EveOnline::ESI::Models::Blueprint`
76
+ * Drop `EveOnline::XML::CharacterBlueprints`. Use `EveOnline::ESI::CharacterBlueprints` instead.
77
+ * Drop `EveOnline::Eve::CharacterID`
78
+ * Drop `EveOnline::XML::AccountCharacters`. ESI doesn't support this.
79
+ * Drop `EveOnline::XML::ApiKeyInfo`
80
+ * Drop `EveOnline::XML::AccountStatus`. ESO doesn't support this.
81
+ * Add `EveOnline::ESI::Models::Standing`
82
+ * Add `EveOnline::ESI::Standings`
83
+ * Drop `EveOnline::XML::CharacterStandings`. Use `EveOnline::ESI::Standings` instead.
84
+ * Add `EveOnline::ESI::CharacterFatigue`
85
+ * Add `EveOnline::ESI::Models::Fatigue`
86
+ * Add `EveOnline::ESI::Models::ServerStatus`
87
+ * Add `EveOnline::ESI::Corporation`. ([#120](https://github.com/biow0lf/eve_online/pull/120), @Mekaret)
88
+ * Add `EveOnline::ESI::CharacterClones`
89
+ * Add `EveOnline::ESI::Models::JumpClone`
90
+ * Add `EveOnline::ESI::Models::HomeLocation`
91
+ * Drop `EveOnline::JumpClone`
92
+ * Drop `EveOnline::JumpCloneImplant`
93
+ * Drop `EveOnline::CharacterJumpClones`
94
+ * Drop `EveOnline::CharacterJumpCloneImplants`
95
+ * Drop `EveOnline::XML::CharacterSheet#jump_clones`
96
+ * Drop `EveOnline::XML::CharacterSheet#jump_clone_implants`
97
+ * Drop `EveOnline::XML::CharacterSheet`. Use ESI endpoints.
98
+ * Add `EveOnline::ESI::CharacterIndustryJobs`. ([#126](https://github.com/biow0lf/eve_online/pull/126), @Mekaret)
99
+ * Add `EveOnline::ESI::CorporationIndustryJobs`. ([#126](https://github.com/biow0lf/eve_online/pull/126), @Mekaret)
100
+ * Drop `EveOnline::XML::Models::AccountTypeObject`
101
+ * Add `EveOnline::ESI::Factions`
102
+ * Add `EveOnline::ESI::Models::Faction`
103
+ * Add `EveOnline::ESI::DogmaAttributes`
104
+ * Add `EveOnline::ESI::Models::DogmaAttribute`
105
+ * Add `EveOnline::ESI::DogmaAttribute`
106
+
107
+ **v0.12.0**
108
+
109
+ * **Breaking change**. Rename `EveOnline::Exceptions::Exception` to `EveOnline::Exceptions::Base`.
110
+ * Add `EveOnline::XML::Base` class
111
+ * Add `EveOnline::Exceptions::UnauthorizedException`
112
+ * Add `EveOnline::Exceptions::InvalidCharacterIDException`
113
+ * Test with Rails 5.1.0 too
114
+ * Rename `EveOnline::Account::Status` to `EveOnline::XML::AccountStatus`
115
+ * Rename `EveOnline::Account::ApiKeyInfo` to `EveOnline::XML::ApiKeyInfo`
116
+ * Rename `EveOnline::Account::Characters` to `EveOnline::XML::AccountCharacters`
117
+ * Rename `EveOnline::Characters::AccountBalance` to `EveOnline::XML::CharacterAccountBalance`
118
+ * Rename `EveOnline::Characters::AssetList` to `EveOnline::XML::CharacterAssetList`
119
+ * Rename `EveOnline::Characters::Blueprints` to `EveOnline::XML::CharacterBlueprints`
120
+ * Rename `EveOnline::Characters::Bookmarks` to `EveOnline::XML::CharacterBookmarks`
121
+ * Rename `EveOnline::Characters::CharacterSheet` to `EveOnline::XML::CharacterSheet`
122
+ * Rename `EveOnline::Corporations::MarketOrders` to `EveOnline::XML::CorporationMarketOrders`
123
+ * Rename `EveOnline::Server::Status` to `EveOnline::XML::ServerStatus`
124
+ * Rename `EveOnline::Characters::Medals` to `EveOnline::XML::CharacterMedals`
125
+ * Rename `EveOnline::Characters::SkillQueue` to `EveOnline::XML::CharacterSkillQueue`
126
+ * Rename `EveOnline::Characters::ChatChannels` to `EveOnline::XML::CharacterChatChannels`
127
+ * Rename `EveOnline::Characters::CalendarEventAttendees` to `EveOnline::XML::CharacterCalendarEventAttendees`
128
+ * Rename `EveOnline::Characters::ContractBids` to `EveOnline::XML::CharacterContractBids`
129
+ * Rename `EveOnline::Characters::ContractItems` to `EveOnline::XML::CharacterContractItems`
130
+ * Rename `EveOnline::Characters::ContactList` to `EveOnline::XML::CharacterContactList`
131
+ * Rename `EveOnline::Characters::ContactNotifications` to `EveOnline::XML::CharacterContactNotifications`
132
+ * Rename `EveOnline::Characters::Contracts` to `EveOnline::XML::CharacterContracts`
133
+ * Rename `EveOnline::Characters::FacWarStats` to `EveOnline::XML::CharacterFacWarStats`
134
+ * Rename `EveOnline::Characters::IndustryJobsHistory` to `EveOnline::XML::CharacterIndustryJobsHistory`
135
+ * Rename `EveOnline::Characters::IndustryJobs` to `EveOnline::XML::CharacterIndustryJobs`
136
+ * Rename `EveOnline::Characters::KillMails` to `EveOnline::XML::CharacterKillMails`
137
+ * Rename `EveOnline::Characters::Locations` to `EveOnline::XML::CharacterLocations`
138
+ * Rename `EveOnline::Characters::MailBodies` to `EveOnline::XML::CharacterMailBodies`
139
+ * Rename `EveOnline::Characters::MailMessages` to `EveOnline::XML::CharacterMailMessages`
140
+ * Rename `EveOnline::Characters::MailingLists` to `EveOnline::XML::CharacterMailingLists`
141
+ * Rename `EveOnline::Characters::MarketOrders` to `EveOnline::XML::CharacterMarketOrders`
142
+ * Rename `EveOnline::Characters::NotificationTexts` to `EveOnline::XML::CharacterNotificationTexts`
143
+ * Rename `EveOnline::Characters::Notifications` to `EveOnline::XML::CharacterNotifications`
144
+ * Rename `EveOnline::Characters::PlanetaryColonies` to `EveOnline::XML::CharacterPlanetaryColonies`
145
+ * Rename `EveOnline::Characters::PlanetaryLinks` to `EveOnline::XML::CharacterPlanetaryLinks`
146
+ * Rename `EveOnline::Characters::PlanetaryPins` to `EveOnline::XML::CharacterPlanetaryPins`
147
+ * Rename `EveOnline::Characters::PlanetaryRoutes` to `EveOnline::XML::CharacterPlanetaryRoutes`
148
+ * Rename `EveOnline::Characters::Research` to `EveOnline::XML::CharacterResearch`
149
+ * Rename `EveOnline::Characters::SkillInTraining` to `EveOnline::XML::CharacterSkillInTraining`
150
+ * Rename `EveOnline::Characters::Standings` to `EveOnline::XML::CharacterStandings`
151
+ * Rename `EveOnline::Characters::UpcomingCalendarEvents` to `EveOnline::XML::CharacterUpcomingCalendarEvents`
152
+ * Rename `EveOnline::Characters::WalletJournal` to `EveOnline::XML::CharacterWalletJournal`
153
+ * Rename `EveOnline::Characters::WalletTransactions` to `EveOnline::XML::CharacterWalletTransactions`
154
+ * Rename `EveOnline::XML::CharacterSheet#base_intelligence` to `EveOnline::XML::CharacterSheet#intelligence`
155
+ * Rename `EveOnline::XML::CharacterSheet#base_memory` to `EveOnline::XML::CharacterSheet#memory`
156
+ * Rename `EveOnline::XML::CharacterSheet#base_charisma` to `EveOnline::XML::CharacterSheet#charisma`
157
+ * Rename `EveOnline::XML::CharacterSheet#base_perception` to `EveOnline::XML::CharacterSheet#perception`
158
+ * Rename `EveOnline::XML::CharacterSheet#base_willpower` to `EveOnline::XML::CharacterSheet#willpower`
159
+ * Fix `EveOnline::ESI::Character`
160
+ * Use versioned API endpoints
161
+ * Ignore missed fields in responses
162
+ * Add `EveOnline::ESI::ServerStatus`
163
+
164
+ **v0.11.0**
165
+
166
+ * Add SDE support classes
167
+ * `EveOnline::SDE::AgtAgentTypes`
168
+ * `EveOnline::SDE::AgtAgents`
169
+ * `EveOnline::SDE::AgtResearchAgents`
170
+ * `EveOnline::SDE::ChrRaces`
171
+ * `EveOnline::SDE::InvFlags`
172
+ * `EveOnline::SDE::InvItems`
173
+ * `EveOnline::SDE::InvNames`
174
+ * `EveOnline::SDE::InvPositions`
175
+ * `EveOnline::SDE::Models::AgtAgentType`
176
+ * `EveOnline::SDE::Models::AgtAgent`
177
+ * `EveOnline::SDE::Models::AgtResearchAgent`
178
+ * `EveOnline::SDE::Models::ChrRace`
179
+ * `EveOnline::SDE::Models::InvFlag`
180
+ * `EveOnline::SDE::Models::InvItem`
181
+ * `EveOnline::SDE::Models::InvName`
182
+ * `EveOnline::SDE::Models::InvPosition`
183
+ * Finish `EveOnline::ESI::Characters::Character`
184
+ * Add `EveOnline::ESI::CharacterPortrait`
185
+ * Add `EveOnline::ESI::CharacterSkills`
186
+ * Rename `EveOnline::ESI::Characters::Character` to `EveOnline::ESI::Character`
187
+ * Add `EveOnline::ESI::CharacterSkillQueue`
188
+ * Add `EveOnline::ESI::CharacterLoyaltyPoints`
189
+ * Add `EveOnline::ESI::Models::LoyaltyPoint` class for handling character loyalty points
190
+ * Add `EveOnline::ESI::Models::SkillQueue` class for handling character skill queue entries
191
+ * Add `EveOnline::ESI::Models::Skill` class for handing character skills
192
+ * Rename `EveOnline::SkillQueueEntry` to `EveOnline::XML::Models::SkillQueueEntry`
193
+
194
+ **v0.10.0**
195
+
196
+ * Replace `open-uri` with `faraday`
197
+ * Add `EveOnline::ESI::Characters::Character`
198
+ * Add `EveOnline::AccountTypeObject` class for handling EveOnline account type values
199
+ * `EveOnline::Account::ApiKeyInfo#type` now returns symbols. e.g. `:account`
200
+ * Add `EveOnline::Account::ApiKeyInfo#as_json`
201
+ * Rename `EveOnline::Account::ApiKeyInfo#type` to `#api_key_type`
202
+
203
+ **v0.9.0**
204
+
205
+ * Add basic `EveOnline::Characters::Contracts`
206
+ * Add basic `EveOnline::Characters::ContractBids`
207
+ * Add basic `EveOnline::Characters::ContractItems`
208
+ * Add basic `EveOnline::Characters::FacWarStats`
209
+ * Add basic `EveOnline::Characters::IndustryJobs`
210
+ * Add basic `EveOnline::Characters::IndustryJobsHistory`
211
+ * Add `EveOnline::JumpCloneImplant` class for handling character jump clone implant
212
+ * Add `EveOnline::CharacterJumpCloneImplants` class for handling character jump clone implants
213
+ * Add basic `EveOnline::Characters::KillMails`
214
+ * Add basic `EveOnline::Characters::Locations`
215
+ * Add basic `EveOnline::Characters::MailBodies`
216
+ * Add basic `EveOnline::Characters::MailingLists`
217
+ * Add basic `EveOnline::Characters::MailMessages`
218
+ * Add basic `EveOnline::Characters::MarketOrders`
219
+ * Add basic `EveOnline::Characters::Notifications`
220
+ * `EveOnline::Characters::AccountBalance#balance` return float from now
221
+ * `EveOnline::Characters::CharacterSheet#balance` return float from now
222
+ * Add basic `EveOnline::Characters::NotificationTexts`
223
+ * Add basic `EveOnline::Characters::PlanetaryColonies`
224
+ * Add basic `EveOnline::Characters::PlanetaryLinks`
225
+ * Add basic `EveOnline::Characters::PlanetaryPins`
226
+ * Add basic `EveOnline::Characters::PlanetaryRoutes`
227
+ * Add basic `EveOnline::Characters::Research`
228
+ * Add basic `EveOnline::Characters::WalletJournal`
229
+ * Add basic `EveOnline::Characters::WalletTransactions`
230
+ * Add `EveOnline::SkillQueueEntry` class for handling character skill queue entry
231
+ * Make `EveOnline::Characters::Blueprints#row` `private`
232
+ * Make `EveOnline::Characters::Blueprints#rowset` `private`
233
+ * Make `EveOnline::Account::ApiKeyInfo#row` `private`
234
+ * Make `EveOnline::Account::ApiKeyInfo#rowset` `private`
235
+ * Make `EveOnline::Account::Characters#row` `private`
236
+ * Make `EveOnline::Account::Characters#rowset` `private`
237
+ * [Skill Queue](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_skillqueue.html)
238
+ * Add `EveOnline::ContactNotification` class for handling character contact notification
239
+ * [Contact Notifications](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_contactnotifications.html)
240
+ * Make `EveOnline::Characters::AccountBalance#row` `private`
241
+ * Make `EveOnline::Characters::AccountBalance#rowset` `private`
242
+ * Make `EveOnline::Characters::Account#key` `private`
243
+ * Make `EveOnline::Characters::AssetList#row` `private`
244
+ * Make `EveOnline::Characters::AssetList#rowset` `private`
245
+ * Make `EveOnline::Characters::Locations#escaped_ids` `private`
246
+ * Make `EveOnline::Characters::MailBodies#escaped_ids` `private`
247
+ * Make `EveOnline::Characters::NotificationTexts#escaped_ids` `private`
248
+ * Make `EveOnline::Characters::UpcomingCalendarEvents#row` `private`
249
+ * Make `EveOnline::Characters::UpcomingCalendarEvents#rowset` `private`
250
+ * Add access masks
251
+ * Make `EveOnline::Characters::Bookmarks#row` `private`
252
+ * Make `EveOnline::Characters::Bookmarks#rowset` `private`
253
+ * Add `EveOnline::WalletJournalEntry` class for handling character wallet journal entry
254
+ * [Wallet Journal](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_walletjournal.html)
255
+ * Rework memoization
256
+ * [Market Orders](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_marketorders.html)
257
+ * [Market Orders](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_marketorders.html)
258
+
259
+ **v0.8.0**
260
+
261
+ * Add basic `EveOnline::Characters::Medals` class
262
+ * Add basic `EveOnline::Characters::CharacterSheet` class
263
+ * Add `EveOnline::Implant` class for handling character implant
264
+ * Add `EveOnline::Skill` class for handling character skill
265
+ * Add `EveOnline::CharacterSkills` class for handling character skills
266
+ * Add `EveOnline::JumpClone` class for handling character jump clone
267
+ * Add `EveOnline::CharacterImplants` class for handling character implants
268
+ * Add `EveOnline::CharacterJumpClones` class for handling character jump clones
269
+ * Finish [Character Bookmarks](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_bookmarks.html)
270
+ * Finish [Standings](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_standings.html)
271
+ * Add `EveOnline::Standing` class for handling character standing
272
+
273
+ **v0.7.0**
274
+
275
+ * Drop `nokogiri` gem from gem dependency
276
+ * Add `json` gem for CREST API
277
+ * Add `EveOnline::Item` for handle items in AssetList
278
+ * [Asset List](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_assetlist.html)
279
+ * Remove unused `EveOneline::Skill` and `EveOnline::SkillGroup` classes
280
+ * Add `EveOnline::BookmarkFolder` class for handling bookmarks folders
281
+ * Add `EveOnline::Bookmark` class for handling EveOnline Bookmarks
282
+ * Remove unused `EveOnline::Eve::SkillTree` class
283
+ * Relax activesupport version requirement (now requires 3.0.0 or later)
284
+ * Respect EveOnline API guidelines. Set correct user agent.
285
+ * Add basic `EveOnline::Sovereignty::Campaigns` class
286
+ * Add basic `EveOnline::Eve::CharacterID` to handle character name to character id requests
287
+ * Add `EveOnline::BaseXML` as base for XML API
288
+ * Add `EveOnline::BaseCREST` as base for CREST API
289
+ * Citadel 1.0 updates
290
+
291
+ **v0.6.0**
292
+
293
+ * Add `EveOnline::EventResponseObject` class for handling EveOnline Event response values
294
+ * `EveOnline::Event#response` now returns symbols. e.g. `:undecided`
295
+ * [Character Blueprints](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_blueprints.html)
296
+ * Add `EveOnline::Blueprint` class for handling EveOnline Blueprints
297
+ * Add basic [Character Bookmarks](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_bookmarks.html)
298
+ * [Characters SkillInTraining](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_skillintraining.html)
299
+
300
+ **v0.5.0**
301
+
302
+ * Add `EveOnline::Event` class for handling EveOnline Events
303
+ * `EveOnline::Account::ApiKeyInfo#expires` now returns time with timezone
304
+ * [Upcoming Calendar Events](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_upcomingcalendarevents.html)
305
+ * Basic [Calendar Event Attendees](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_calendareventattendees.html)
306
+
307
+ **v0.4.0**:
308
+
309
+ * Time zone fixes
310
+ * Add `EveOnline::Character` class for handling each Character
311
+ * `EveOnline::Account::Characters` and `EveOnline::Account::ApiKeyInfo` now supports multiple characters
312
+ * Fix `EveOnline::Characters::AccountBalance` class
313
+ * Fix `EveOnline::Characters::AccountBalance#account_key`
314
+ * Add `#as_json` methods
315
+
316
+ **v0.3.0**:
317
+
318
+ * [Characters](https://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/account/account_characters.html)
319
+ * Refactoring and bug fixes
320
+
321
+ **v0.2.0**:
322
+
323
+ * [Account Balance](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/character/char_accountbalance.html)
324
+ * [API Key Info](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/account/account_apikeyinfo.html)
325
+ * [Account Status](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/account/account_accountstatus.html)
326
+
327
+ **v0.1.0**:
328
+
329
+ * [Server Status](https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/server/serv_serverstatus.html)