eve_online 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/codeql.yml +4 -4
- data/.github/workflows/dependency-review.yml +2 -2
- data/.github/workflows/fasterer.yml +2 -2
- data/.github/workflows/mdl.yml +2 -2
- data/.github/workflows/rspec.yml +3 -3
- data/.github/workflows/scorecards.yml +2 -2
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +17 -14
- data/README.md +1 -0
- data/gemfiles/activesupport_7.2.gemfile +1 -1
- data/gemfiles/activesupport_8.0.gemfile +12 -0
- data/lib/eve_online/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 151a5eddd62026569da3e5def454496955faa3dcb814114582ec1347226cf5e0
|
4
|
+
data.tar.gz: 8c49ed4e59461768e39b51b440f161cea65c70f8990764ff7dd447b4d7c43ace
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7525391f9c0dbee16695e1a5c72a36d49cfaf08f40c21627fbcbbf16ba83bbdd979762506185f5af3a33989f2ea5af24471e527c8993a21802d25e20cc0e9e31
|
7
|
+
data.tar.gz: 779cbda4bde1de746fd515ff00c19b0851ef259bf9af47c45e4187b2c42b4c156df08d047d1ab163c34a0092c045df65c9938f8e79b73e500abd620a3c393a6e
|
@@ -46,11 +46,11 @@ jobs:
|
|
46
46
|
egress-policy: audit
|
47
47
|
|
48
48
|
- name: Checkout repository
|
49
|
-
uses: actions/checkout@
|
49
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
50
50
|
|
51
51
|
# Initializes the CodeQL tools for scanning.
|
52
52
|
- name: Initialize CodeQL
|
53
|
-
uses: github/codeql-action/init@
|
53
|
+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
54
54
|
with:
|
55
55
|
languages: ${{ matrix.language }}
|
56
56
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -60,7 +60,7 @@ jobs:
|
|
60
60
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
61
61
|
# If this step fails, then you should remove it and run the build manually (see below)
|
62
62
|
- name: Autobuild
|
63
|
-
uses: github/codeql-action/autobuild@
|
63
|
+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
64
64
|
|
65
65
|
# ℹ️ Command-line programs to run using the OS shell.
|
66
66
|
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
@@ -73,6 +73,6 @@ jobs:
|
|
73
73
|
# ./location_of_script_within_repo/buildscript.sh
|
74
74
|
|
75
75
|
- name: Perform CodeQL Analysis
|
76
|
-
uses: github/codeql-action/analyze@
|
76
|
+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
77
77
|
with:
|
78
78
|
category: "/language:${{matrix.language}}"
|
@@ -18,6 +18,6 @@ jobs:
|
|
18
18
|
egress-policy: audit
|
19
19
|
|
20
20
|
- name: "Checkout Repository"
|
21
|
-
uses: actions/checkout@
|
21
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
22
22
|
- name: "Dependency Review"
|
23
|
-
uses: actions/dependency-review-action@
|
23
|
+
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
|
@@ -23,9 +23,9 @@ jobs:
|
|
23
23
|
with:
|
24
24
|
egress-policy: audit
|
25
25
|
|
26
|
-
- uses: actions/checkout@
|
26
|
+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
27
27
|
- name: Set up Ruby
|
28
|
-
uses: ruby/setup-ruby@
|
28
|
+
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.0
|
29
29
|
with:
|
30
30
|
rubygems: latest
|
31
31
|
bundler: latest
|
data/.github/workflows/mdl.yml
CHANGED
@@ -20,5 +20,5 @@ jobs:
|
|
20
20
|
with:
|
21
21
|
egress-policy: audit
|
22
22
|
|
23
|
-
- uses: actions/checkout@
|
24
|
-
- uses: bewuethr/mdl-action@
|
23
|
+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
24
|
+
- uses: bewuethr/mdl-action@e9b51f7652f37098e81a6eb4f6361fa042379ab4 # v1.2.0
|
data/.github/workflows/rspec.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20
20
|
fail-fast: false
|
21
21
|
matrix:
|
22
22
|
ruby: ["3.2", "3.3", "head"]
|
23
|
-
activesupport: ["7.1", "7.2", "main"]
|
23
|
+
activesupport: ["7.1", "7.2", "8.0", "main"]
|
24
24
|
env:
|
25
25
|
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activesupport_${{ matrix.activesupport }}.gemfile
|
26
26
|
|
@@ -31,11 +31,11 @@ jobs:
|
|
31
31
|
with:
|
32
32
|
egress-policy: audit
|
33
33
|
|
34
|
-
- uses: actions/checkout@
|
34
|
+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
35
35
|
- run: rm Gemfile.lock
|
36
36
|
- run: rm .ruby-version
|
37
37
|
- name: Set up Ruby
|
38
|
-
uses: ruby/setup-ruby@
|
38
|
+
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.0
|
39
39
|
with:
|
40
40
|
ruby-version: ${{ matrix.ruby }}
|
41
41
|
rubygems: latest
|
@@ -36,7 +36,7 @@ jobs:
|
|
36
36
|
egress-policy: audit
|
37
37
|
|
38
38
|
- name: "Checkout code"
|
39
|
-
uses: actions/checkout@
|
39
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
40
40
|
with:
|
41
41
|
persist-credentials: false
|
42
42
|
|
@@ -71,6 +71,6 @@ jobs:
|
|
71
71
|
|
72
72
|
# Upload the results to GitHub's code scanning dashboard.
|
73
73
|
- name: "Upload to code-scanning"
|
74
|
-
uses: github/codeql-action/upload-sarif@
|
74
|
+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
75
75
|
with:
|
76
76
|
sarif_file: results.sarif
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.6
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
eve_online (0.
|
4
|
+
eve_online (0.46.0)
|
5
5
|
activesupport (>= 7.1.0)
|
6
6
|
faraday (>= 2.3.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (
|
11
|
+
activesupport (8.0.0)
|
12
12
|
base64
|
13
|
+
benchmark (>= 0.3)
|
13
14
|
bigdecimal
|
14
15
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
15
16
|
connection_pool (>= 2.2.5)
|
@@ -19,11 +20,13 @@ GEM
|
|
19
20
|
minitest (>= 5.1)
|
20
21
|
securerandom (>= 0.3)
|
21
22
|
tzinfo (~> 2.0, >= 2.0.5)
|
23
|
+
uri (>= 0.13.1)
|
22
24
|
addressable (2.8.7)
|
23
25
|
public_suffix (>= 2.0.2, < 7.0)
|
24
26
|
ast (2.4.2)
|
25
27
|
awesome_print (1.9.2)
|
26
28
|
base64 (0.2.0)
|
29
|
+
benchmark (0.4.0)
|
27
30
|
bigdecimal (3.1.8)
|
28
31
|
coderay (1.1.3)
|
29
32
|
concurrent-ruby (1.3.4)
|
@@ -45,14 +48,14 @@ GEM
|
|
45
48
|
hashdiff (1.1.1)
|
46
49
|
i18n (1.14.6)
|
47
50
|
concurrent-ruby (~> 1.0)
|
48
|
-
json (2.
|
51
|
+
json (2.8.1)
|
49
52
|
language_server-protocol (3.17.0.3)
|
50
53
|
lint_roller (1.1.0)
|
51
54
|
logger (1.6.1)
|
52
55
|
method_source (1.1.0)
|
53
56
|
mini_portile2 (2.8.7)
|
54
57
|
minitest (5.25.1)
|
55
|
-
net-http (0.
|
58
|
+
net-http (0.5.0)
|
56
59
|
uri
|
57
60
|
nokogiri (1.16.7)
|
58
61
|
mini_portile2 (~> 2.8.2)
|
@@ -66,7 +69,7 @@ GEM
|
|
66
69
|
nokogiri (1.16.7-x86_64-linux)
|
67
70
|
racc (~> 1.4)
|
68
71
|
parallel (1.26.3)
|
69
|
-
parser (3.3.
|
72
|
+
parser (3.3.6.0)
|
70
73
|
ast (~> 2.4.1)
|
71
74
|
racc
|
72
75
|
pry (0.14.2)
|
@@ -77,19 +80,19 @@ GEM
|
|
77
80
|
rainbow (3.1.1)
|
78
81
|
rake (13.2.1)
|
79
82
|
regexp_parser (2.9.2)
|
80
|
-
rexml (3.3.
|
83
|
+
rexml (3.3.9)
|
81
84
|
rspec (3.13.0)
|
82
85
|
rspec-core (~> 3.13.0)
|
83
86
|
rspec-expectations (~> 3.13.0)
|
84
87
|
rspec-mocks (~> 3.13.0)
|
85
|
-
rspec-core (3.13.
|
88
|
+
rspec-core (3.13.2)
|
86
89
|
rspec-support (~> 3.13.0)
|
87
90
|
rspec-expectations (3.13.3)
|
88
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
89
92
|
rspec-support (~> 3.13.0)
|
90
|
-
rspec-its (
|
91
|
-
rspec-core (>= 3.
|
92
|
-
rspec-expectations (>= 3.
|
93
|
+
rspec-its (2.0.0)
|
94
|
+
rspec-core (>= 3.13.0)
|
95
|
+
rspec-expectations (>= 3.13.0)
|
93
96
|
rspec-mocks (3.13.2)
|
94
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
98
|
rspec-support (~> 3.13.0)
|
@@ -104,7 +107,7 @@ GEM
|
|
104
107
|
rubocop-ast (>= 1.32.2, < 2.0)
|
105
108
|
ruby-progressbar (~> 1.7)
|
106
109
|
unicode-display_width (>= 2.4.0, < 3.0)
|
107
|
-
rubocop-ast (1.
|
110
|
+
rubocop-ast (1.34.1)
|
108
111
|
parser (>= 3.3.1.0)
|
109
112
|
rubocop-performance (1.22.1)
|
110
113
|
rubocop (>= 1.48.1, < 2.0)
|
@@ -121,7 +124,7 @@ GEM
|
|
121
124
|
simplecov_json_formatter (~> 0.1)
|
122
125
|
simplecov-html (0.13.1)
|
123
126
|
simplecov_json_formatter (0.1.4)
|
124
|
-
standard (1.41.
|
127
|
+
standard (1.41.1)
|
125
128
|
language_server-protocol (~> 3.17.0.2)
|
126
129
|
lint_roller (~> 1.0)
|
127
130
|
rubocop (~> 1.66.0)
|
@@ -136,7 +139,7 @@ GEM
|
|
136
139
|
tzinfo (2.0.6)
|
137
140
|
concurrent-ruby (~> 1.0)
|
138
141
|
unicode-display_width (2.6.0)
|
139
|
-
uri (0.
|
142
|
+
uri (1.0.1)
|
140
143
|
vcr (6.3.1)
|
141
144
|
base64
|
142
145
|
webmock (3.24.0)
|
@@ -167,4 +170,4 @@ DEPENDENCIES
|
|
167
170
|
webmock
|
168
171
|
|
169
172
|
BUNDLED WITH
|
170
|
-
2.5.
|
173
|
+
2.5.23
|
data/README.md
CHANGED
@@ -7,6 +7,6 @@ gem "awesome_print", require: "ap"
|
|
7
7
|
gem "pry"
|
8
8
|
gem "standard", require: false
|
9
9
|
gem "fasterer", require: false
|
10
|
-
gem "activesupport",
|
10
|
+
gem "activesupport", "~> 7.2.0"
|
11
11
|
|
12
12
|
gemspec path: "../"
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "nokogiri"
|
6
|
+
gem "awesome_print", require: "ap"
|
7
|
+
gem "pry"
|
8
|
+
gem "standard", require: false
|
9
|
+
gem "fasterer", require: false
|
10
|
+
gem "activesupport", "~> 8.0.0"
|
11
|
+
|
12
|
+
gemspec path: "../"
|
data/lib/eve_online/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eve_online
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ihor Zubkov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -166,6 +166,7 @@ files:
|
|
166
166
|
- eve_online.gemspec
|
167
167
|
- gemfiles/activesupport_7.1.gemfile
|
168
168
|
- gemfiles/activesupport_7.2.gemfile
|
169
|
+
- gemfiles/activesupport_8.0.gemfile
|
169
170
|
- gemfiles/activesupport_main.gemfile
|
170
171
|
- lib/eve_online.rb
|
171
172
|
- lib/eve_online/esi/alliance.rb
|
@@ -384,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
384
385
|
- !ruby/object:Gem::Version
|
385
386
|
version: '0'
|
386
387
|
requirements: []
|
387
|
-
rubygems_version: 3.5.
|
388
|
+
rubygems_version: 3.5.23
|
388
389
|
signing_key:
|
389
390
|
specification_version: 4
|
390
391
|
summary: EveOnline ESI API
|