eve_online 0.42.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60bd583062e98adec0707cea8b59e9519154835218988564507df4eff9180326
4
- data.tar.gz: c07a59b88410669e9334f72296393ab15bac9bb3886a2fb4948dbf2de01e636d
3
+ metadata.gz: 3d4048b8d7c69dd7875291d88bb0534793ced1395fb043b065827fc736b2c63e
4
+ data.tar.gz: a6e81d1624cd13051f0679298784d5b4e8c50d95ea6c8da5493f6d749803a4b4
5
5
  SHA512:
6
- metadata.gz: b52154b2ac16192fb91c5e41d213db27f60efefd52749779b53a2b6d9475c4c8312b4bd222c5392615d04806e754f450708f3e198aba889336aff791de73abbe
7
- data.tar.gz: 236bacacdaa564893e74ca7299de5ab3d19bfee3ee445e0461331ba5c35240893d73d2ceff993472bdf22c21000d51317d774834b8429699ec752abb49ef3fff
6
+ metadata.gz: 88ecaa6eb01fa3e538bd7bec3c730d29325fc72dec3370aad65591e405745594eb40e682aa8b619fe2c8a25ac6f23d3eb49bf05470daa98bb2f99a50ae957301
7
+ data.tar.gz: 6ce52081afd6e1212620f7ffff888fe1b82a659eed175186c6b2eb856529ad2c7f04d512427d4046bf4190679e2812d0a1f6d20f508278cec9563ea902395639
data/.fasterer.yml CHANGED
@@ -1,2 +1,5 @@
1
1
  speedups:
2
2
  fetch_with_argument_vs_block: false
3
+
4
+ exclude_paths:
5
+ - "vendor/**/*"
@@ -1,10 +1,18 @@
1
1
  version: 2
2
2
  updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 99
8
- allow:
9
- - dependency-type: direct
10
- - dependency-type: indirect
3
+ - package-ecosystem: "bundler"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ open-pull-requests-limit: 99
8
+ allow:
9
+ - dependency-type: "direct"
10
+ - dependency-type: "indirect"
11
+ assignees:
12
+ - "biow0lf"
13
+ - package-ecosystem: "github-actions"
14
+ directory: "/"
15
+ schedule:
16
+ interval: "daily"
17
+ assignees:
18
+ - "biow0lf"
@@ -0,0 +1,19 @@
1
+ name: "Markdown Lint"
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
10
+ schedule:
11
+ - cron: "0 21 * * 6"
12
+
13
+ jobs:
14
+ mdl:
15
+ runs-on: ubuntu-latest
16
+
17
+ steps:
18
+ - uses: actions/checkout@v3
19
+ - uses: bewuethr/mdl-action@v1.1.2
@@ -0,0 +1,36 @@
1
+ name: RSpec
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
10
+ schedule:
11
+ - cron: "0 21 * * 6"
12
+
13
+ jobs:
14
+ rspec:
15
+ runs-on: ubuntu-latest
16
+ strategy:
17
+ fail-fast: false
18
+ matrix:
19
+ ruby: ["3.0", "3.1", "3.2", "head"]
20
+ activesupport: ["6.1", "7.0", "main"]
21
+ env:
22
+ BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activesupport_${{ matrix.activesupport }}.gemfile
23
+
24
+ name: Ruby ${{ matrix.ruby }} and ActiveSupport ${{ matrix.activesupport }}
25
+ steps:
26
+ - uses: actions/checkout@v3
27
+ - run: rm Gemfile.lock
28
+ - run: rm .ruby-version
29
+ - name: Set up Ruby
30
+ uses: ruby/setup-ruby@v1
31
+ with:
32
+ ruby-version: ${{ matrix.ruby }}
33
+ bundler-cache: true
34
+ - run: bundle exec rspec
35
+ - run: bundle exec standardrb
36
+ - run: bundle exec fasterer
data/.gitignore CHANGED
@@ -8,4 +8,5 @@
8
8
  /tmp/
9
9
  /.idea/
10
10
  /.DS_Store
11
+ /gemfiles/*.gemfile.lock
11
12
 
data/.rubocop.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  AllCops:
2
2
  NewCops: enable
3
3
  SuggestExtensions: false
4
+ TargetRubyVersion: 3.0
4
5
 
5
6
  Style/WordArray:
6
7
  Enabled: true
@@ -9,3 +10,12 @@ Style/WordArray:
9
10
  Style/StringLiterals:
10
11
  Enabled: true
11
12
  EnforcedStyle: double_quotes
13
+
14
+ Style/Documentation:
15
+ Enabled: false
16
+
17
+ Gemspec/OrderedDependencies:
18
+ Enabled: false
19
+
20
+ Bundler/OrderedGems:
21
+ Enabled: false
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.2
1
+ 3.2.2
data/.standard.yml CHANGED
@@ -1,4 +1,4 @@
1
- ruby_version: 2.5.8
1
+ ruby_version: 3.0.0
2
2
 
3
3
  ignore:
4
4
  - 'lib/eve_online/esi/base.rb':
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.44.0
4
+
5
+ * Update `faraday` to `>= 2.3.0`
6
+ * BREAKING: Always pass esi to middleware. To migrate, remove any esi passing.
7
+ * Ruby 3.2
8
+ * Bump activesupport requirements to 6.1 or later
9
+ * Remove etag support. Use `faraday-http-cache` instead.
10
+ * Remove `EveOnline::Exceptions::NotModified`
11
+ * Remove `EveOnline::ESI::Base#etag=`
12
+ * Remove `EveOnline::ESI::Base#etag`
13
+ * Remove `EveOnline::ESI::Base#not_modified?`
14
+ * Remove `EveOnline::ESI::Base#content`
15
+
16
+ ## v0.43.0
17
+
18
+ * Ruby 3.1.2
19
+ * Rails 7.0
20
+ * Drop Circle CI as CI
21
+ * Use GitHub Actions as CI
22
+ * Ruby 2.6 EOL
23
+
3
24
  ## v0.42.0
4
25
 
5
26
  * Sync with new ESI
data/Gemfile.lock CHANGED
@@ -1,168 +1,139 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eve_online (0.42.0)
5
- activesupport (>= 5.2.0)
6
- faraday
7
- faraday_middleware
4
+ eve_online (0.44.0)
5
+ activesupport (>= 6.1.0)
6
+ faraday (>= 2.3.0)
8
7
 
9
8
  GEM
10
9
  remote: https://rubygems.org/
11
10
  specs:
12
- activesupport (6.1.4.1)
11
+ activesupport (7.0.5)
13
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
13
  i18n (>= 1.6, < 2)
15
14
  minitest (>= 5.1)
16
15
  tzinfo (~> 2.0)
17
- zeitwerk (~> 2.3)
18
- addressable (2.8.0)
19
- public_suffix (>= 2.0.2, < 5.0)
20
- appraisal (2.4.1)
21
- bundler
22
- rake
23
- thor (>= 0.14.0)
16
+ addressable (2.8.4)
17
+ public_suffix (>= 2.0.2, < 6.0)
24
18
  ast (2.4.2)
25
19
  awesome_print (1.9.2)
26
- chef-utils (17.4.38)
27
- concurrent-ruby
28
20
  coderay (1.1.3)
29
21
  colorize (0.8.1)
30
- concurrent-ruby (1.1.9)
22
+ concurrent-ruby (1.2.2)
31
23
  crack (0.4.5)
32
24
  rexml
33
- diff-lcs (1.4.4)
25
+ diff-lcs (1.5.0)
34
26
  docile (1.4.0)
35
- faraday (1.7.0)
36
- faraday-em_http (~> 1.0)
37
- faraday-em_synchrony (~> 1.0)
38
- faraday-excon (~> 1.1)
39
- faraday-httpclient (~> 1.0.1)
40
- faraday-net_http (~> 1.0)
41
- faraday-net_http_persistent (~> 1.1)
42
- faraday-patron (~> 1.0)
43
- faraday-rack (~> 1.0)
44
- multipart-post (>= 1.2, < 3)
27
+ faraday (2.7.6)
28
+ faraday-net_http (>= 2.0, < 3.1)
45
29
  ruby2_keywords (>= 0.0.4)
46
- faraday-em_http (1.0.0)
47
- faraday-em_synchrony (1.0.0)
48
- faraday-excon (1.1.0)
49
- faraday-httpclient (1.0.1)
50
- faraday-net_http (1.0.1)
51
- faraday-net_http_persistent (1.2.0)
52
- faraday-patron (1.0.0)
53
- faraday-rack (1.0.0)
54
- faraday_middleware (1.1.0)
55
- faraday (~> 1.0)
56
- fasterer (0.9.0)
30
+ faraday-net_http (3.0.2)
31
+ fasterer (0.10.1)
57
32
  colorize (~> 0.7)
58
- ruby_parser (>= 3.14.1)
33
+ ruby_parser (>= 3.19.1)
59
34
  hashdiff (1.0.1)
60
- i18n (1.8.10)
35
+ i18n (1.14.1)
61
36
  concurrent-ruby (~> 1.0)
62
- kramdown (2.3.1)
63
- rexml
64
- kramdown-parser-gfm (1.1.0)
65
- kramdown (~> 2.0)
66
- mdl (0.11.0)
67
- kramdown (~> 2.3)
68
- kramdown-parser-gfm (~> 1.1)
69
- mixlib-cli (~> 2.1, >= 2.1.1)
70
- mixlib-config (>= 2.2.1, < 4)
71
- mixlib-shellout
37
+ json (2.6.3)
38
+ language_server-protocol (3.17.0.3)
39
+ lint_roller (1.0.0)
72
40
  method_source (1.0.0)
73
- mini_portile2 (2.6.1)
74
- minitest (5.14.4)
75
- mixlib-cli (2.1.8)
76
- mixlib-config (3.0.9)
77
- tomlrb
78
- mixlib-shellout (3.2.5)
79
- chef-utils
80
- multipart-post (2.1.1)
81
- nokogiri (1.12.3)
82
- mini_portile2 (~> 2.6.1)
41
+ mini_portile2 (2.8.2)
42
+ minitest (5.18.1)
43
+ nokogiri (1.15.2)
44
+ mini_portile2 (~> 2.8.2)
45
+ racc (~> 1.4)
46
+ nokogiri (1.15.2-arm64-darwin)
83
47
  racc (~> 1.4)
84
- nokogiri (1.12.3-x86_64-darwin)
48
+ nokogiri (1.15.2-x86_64-darwin)
85
49
  racc (~> 1.4)
86
- parallel (1.20.2)
87
- parser (3.0.2.0)
50
+ parallel (1.23.0)
51
+ parser (3.2.2.3)
88
52
  ast (~> 2.4.1)
89
- pry (0.14.1)
53
+ racc
54
+ pry (0.14.2)
90
55
  coderay (~> 1.1)
91
56
  method_source (~> 1.0)
92
- public_suffix (4.0.6)
93
- racc (1.5.2)
94
- rainbow (3.0.0)
57
+ public_suffix (5.0.1)
58
+ racc (1.7.1)
59
+ rainbow (3.1.1)
95
60
  rake (13.0.6)
96
- regexp_parser (2.1.1)
61
+ regexp_parser (2.8.1)
97
62
  rexml (3.2.5)
98
- rspec (3.10.0)
99
- rspec-core (~> 3.10.0)
100
- rspec-expectations (~> 3.10.0)
101
- rspec-mocks (~> 3.10.0)
102
- rspec-core (3.10.1)
103
- rspec-support (~> 3.10.0)
104
- rspec-expectations (3.10.1)
63
+ rspec (3.12.0)
64
+ rspec-core (~> 3.12.0)
65
+ rspec-expectations (~> 3.12.0)
66
+ rspec-mocks (~> 3.12.0)
67
+ rspec-core (3.12.2)
68
+ rspec-support (~> 3.12.0)
69
+ rspec-expectations (3.12.3)
105
70
  diff-lcs (>= 1.2.0, < 2.0)
106
- rspec-support (~> 3.10.0)
71
+ rspec-support (~> 3.12.0)
107
72
  rspec-its (1.3.0)
108
73
  rspec-core (>= 3.0.0)
109
74
  rspec-expectations (>= 3.0.0)
110
- rspec-mocks (3.10.2)
75
+ rspec-mocks (3.12.5)
111
76
  diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (~> 3.10.0)
113
- rspec-support (3.10.2)
114
- rubocop (1.20.0)
77
+ rspec-support (~> 3.12.0)
78
+ rspec-support (3.12.0)
79
+ rubocop (1.52.1)
80
+ json (~> 2.3)
115
81
  parallel (~> 1.10)
116
- parser (>= 3.0.0.0)
82
+ parser (>= 3.2.2.3)
117
83
  rainbow (>= 2.2.2, < 4.0)
118
84
  regexp_parser (>= 1.8, < 3.0)
119
- rexml
120
- rubocop-ast (>= 1.9.1, < 2.0)
85
+ rexml (>= 3.2.5, < 4.0)
86
+ rubocop-ast (>= 1.28.0, < 2.0)
121
87
  ruby-progressbar (~> 1.7)
122
- unicode-display_width (>= 1.4.0, < 3.0)
123
- rubocop-ast (1.11.0)
124
- parser (>= 3.0.1.1)
125
- rubocop-performance (1.11.5)
88
+ unicode-display_width (>= 2.4.0, < 3.0)
89
+ rubocop-ast (1.29.0)
90
+ parser (>= 3.2.1.0)
91
+ rubocop-performance (1.18.0)
126
92
  rubocop (>= 1.7.0, < 2.0)
127
93
  rubocop-ast (>= 0.4.0)
128
- ruby-progressbar (1.11.0)
94
+ ruby-progressbar (1.13.0)
129
95
  ruby2_keywords (0.0.5)
130
- ruby_parser (3.17.0)
131
- sexp_processor (~> 4.15, >= 4.15.1)
132
- sexp_processor (4.15.3)
133
- simplecov (0.21.2)
96
+ ruby_parser (3.20.2)
97
+ sexp_processor (~> 4.16)
98
+ sexp_processor (4.17.0)
99
+ simplecov (0.22.0)
134
100
  docile (~> 1.1)
135
101
  simplecov-html (~> 0.11)
136
102
  simplecov_json_formatter (~> 0.1)
137
103
  simplecov-html (0.12.3)
138
- simplecov_json_formatter (0.1.3)
139
- standard (1.3.0)
140
- rubocop (= 1.20.0)
141
- rubocop-performance (= 1.11.5)
142
- thor (1.1.0)
143
- tomlrb (2.0.1)
144
- tzinfo (2.0.4)
104
+ simplecov_json_formatter (0.1.4)
105
+ standard (1.29.0)
106
+ language_server-protocol (~> 3.17.0.2)
107
+ lint_roller (~> 1.0)
108
+ rubocop (~> 1.52.0)
109
+ standard-custom (~> 1.0.0)
110
+ standard-performance (~> 1.1.0)
111
+ standard-custom (1.0.1)
112
+ lint_roller (~> 1.0)
113
+ standard-performance (1.1.0)
114
+ lint_roller (~> 1.0)
115
+ rubocop-performance (~> 1.18.0)
116
+ tzinfo (2.0.6)
145
117
  concurrent-ruby (~> 1.0)
146
- unicode-display_width (2.0.0)
147
- vcr (6.0.0)
148
- webmock (3.14.0)
118
+ unicode-display_width (2.4.2)
119
+ vcr (6.1.0)
120
+ webmock (3.18.1)
149
121
  addressable (>= 2.8.0)
150
122
  crack (>= 0.3.2)
151
123
  hashdiff (>= 0.4.0, < 2.0.0)
152
- zeitwerk (2.4.2)
153
124
 
154
125
  PLATFORMS
126
+ arm64-darwin-21
155
127
  ruby
156
128
  x86_64-darwin-19
157
129
  x86_64-darwin-20
130
+ x86_64-darwin-21
158
131
 
159
132
  DEPENDENCIES
160
- appraisal
161
133
  awesome_print
162
134
  bundler
163
135
  eve_online!
164
136
  fasterer
165
- mdl
166
137
  nokogiri
167
138
  pry
168
139
  rake
@@ -174,4 +145,4 @@ DEPENDENCIES
174
145
  webmock
175
146
 
176
147
  BUNDLED WITH
177
- 2.2.26
148
+ 2.4.14
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-2021 Igor Zubkov
3
+ Copyright (c) 2015-2023 Igor Zubkov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal