wikidata_adaptor 1.0.0 → 1.0.1
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/CHANGELOG.md +15 -0
- data/Gemfile +3 -3
- data/Gemfile.lock +24 -23
- data/lib/wikidata_adaptor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1b822a7b46ecf394c6cdc24a6b8d4788cad756daebf93688cf6dce5247eb7cf
|
|
4
|
+
data.tar.gz: 070abfa4ef58dd04d3dc796096211bf8fe644000d57ef05272eb2e221618d420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aff3df21502292eb525b0cf7ce9900c4e1a62e61761abf277294a34fa511f1cf0bcde602d472b0d7c70d329392cbbc8da0fb88a4200530d98bcf4b5e2eb32ea4
|
|
7
|
+
data.tar.gz: ce02215c96830420893035f7be8db97f1f6524a5e05967b9f0f39c22d542a88ce38d70d7c1508e441a0127c854be9006011e6228371aba330601ede05e05d369
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.0.1] - 2026-06-13
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
- Removed Ruby 3.2 from CI lint and test matrices; Ruby 3.2 reached
|
|
6
|
+
end-of-life on 2026-04-01. Ruby 3.2 remains installable for this
|
|
7
|
+
release but runtime support will be dropped in the next major version.
|
|
8
|
+
- Updated `api_adaptor` dependency to 1.0.3
|
|
9
|
+
- Updated bundler development dependencies: `rubocop` (1.87.0),
|
|
10
|
+
`rubocop-rspec` (3.10.1), `rubocop-yard` (1.2.0)
|
|
11
|
+
- Updated GitHub Actions: `actions/checkout` (v6.0.3),
|
|
12
|
+
`actions/upload-pages-artifact` (v5.0.0),
|
|
13
|
+
`github/codeql-action` (v4.36.2), `ruby/setup-ruby` (v1.310.0),
|
|
14
|
+
`rubygems/release-gem` (v1.3.0)
|
|
15
|
+
|
|
1
16
|
## [1.0.0] - 2025-02-15
|
|
2
17
|
|
|
3
18
|
### Added
|
data/Gemfile
CHANGED
|
@@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|
|
5
5
|
# Specify your gem's dependencies in wikidata_adaptor.gemspec
|
|
6
6
|
gemspec
|
|
7
7
|
|
|
8
|
-
gem "rake", "~> 13.
|
|
8
|
+
gem "rake", "~> 13.4"
|
|
9
9
|
|
|
10
10
|
gem "rspec", "~> 3.0"
|
|
11
11
|
|
|
@@ -15,6 +15,6 @@ gem "rubocop-yard"
|
|
|
15
15
|
|
|
16
16
|
gem "dotenv", "3.2.0"
|
|
17
17
|
gem "redcarpet", "~> 3.6"
|
|
18
|
-
gem "rubocop", "~> 1.
|
|
19
|
-
gem "webmock", "~> 3.
|
|
18
|
+
gem "rubocop", "~> 1.87"
|
|
19
|
+
gem "webmock", "~> 3.26"
|
|
20
20
|
gem "yard", "~> 0.9"
|
data/Gemfile.lock
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
wikidata_adaptor (1.0.
|
|
4
|
+
wikidata_adaptor (1.0.1)
|
|
5
5
|
api_adaptor (>= 1.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
addressable (2.
|
|
10
|
+
addressable (2.9.0)
|
|
11
11
|
public_suffix (>= 2.0.2, < 8.0)
|
|
12
|
-
api_adaptor (1.0.
|
|
12
|
+
api_adaptor (1.0.3)
|
|
13
13
|
addressable (~> 2.8)
|
|
14
14
|
base64 (~> 0.3)
|
|
15
15
|
bigdecimal (>= 3.3, < 5.0)
|
|
@@ -18,7 +18,7 @@ GEM
|
|
|
18
18
|
rest-client (~> 2.1)
|
|
19
19
|
ast (2.4.3)
|
|
20
20
|
base64 (0.3.0)
|
|
21
|
-
bigdecimal (
|
|
21
|
+
bigdecimal (4.1.2)
|
|
22
22
|
crack (1.0.1)
|
|
23
23
|
bigdecimal
|
|
24
24
|
rexml
|
|
@@ -27,9 +27,9 @@ GEM
|
|
|
27
27
|
dotenv (3.2.0)
|
|
28
28
|
hashdiff (1.2.1)
|
|
29
29
|
http-accept (1.7.0)
|
|
30
|
-
http-cookie (1.1.
|
|
30
|
+
http-cookie (1.1.6)
|
|
31
31
|
domain_name (~> 0.5)
|
|
32
|
-
json (2.
|
|
32
|
+
json (2.19.9)
|
|
33
33
|
language_server-protocol (3.17.0.5)
|
|
34
34
|
link_header (0.0.8)
|
|
35
35
|
lint_roller (1.1.0)
|
|
@@ -37,19 +37,19 @@ GEM
|
|
|
37
37
|
mime-types (3.7.0)
|
|
38
38
|
logger
|
|
39
39
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
40
|
-
mime-types-data (3.2026.
|
|
40
|
+
mime-types-data (3.2026.0414)
|
|
41
41
|
netrc (0.11.0)
|
|
42
|
-
parallel (1.
|
|
43
|
-
parser (3.3.
|
|
42
|
+
parallel (1.28.0)
|
|
43
|
+
parser (3.3.11.1)
|
|
44
44
|
ast (~> 2.4.1)
|
|
45
45
|
racc
|
|
46
46
|
prism (1.9.0)
|
|
47
|
-
public_suffix (
|
|
47
|
+
public_suffix (7.0.5)
|
|
48
48
|
racc (1.8.1)
|
|
49
49
|
rainbow (3.1.1)
|
|
50
|
-
rake (13.
|
|
50
|
+
rake (13.4.2)
|
|
51
51
|
redcarpet (3.6.1)
|
|
52
|
-
regexp_parser (2.
|
|
52
|
+
regexp_parser (2.12.0)
|
|
53
53
|
rest-client (2.1.0)
|
|
54
54
|
http-accept (>= 1.7.0, < 2.0)
|
|
55
55
|
http-cookie (>= 1.0.2, < 2.0)
|
|
@@ -69,27 +69,28 @@ GEM
|
|
|
69
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
70
70
|
rspec-support (~> 3.13.0)
|
|
71
71
|
rspec-support (3.13.6)
|
|
72
|
-
rubocop (1.
|
|
72
|
+
rubocop (1.87.0)
|
|
73
73
|
json (~> 2.3)
|
|
74
74
|
language_server-protocol (~> 3.17.0.2)
|
|
75
75
|
lint_roller (~> 1.1.0)
|
|
76
|
-
parallel (
|
|
76
|
+
parallel (>= 1.10)
|
|
77
77
|
parser (>= 3.3.0.2)
|
|
78
78
|
rainbow (>= 2.2.2, < 4.0)
|
|
79
79
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
80
80
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
81
81
|
ruby-progressbar (~> 1.7)
|
|
82
82
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
83
|
-
rubocop-ast (1.49.
|
|
83
|
+
rubocop-ast (1.49.1)
|
|
84
84
|
parser (>= 3.3.7.2)
|
|
85
85
|
prism (~> 1.7)
|
|
86
86
|
rubocop-rake (0.7.1)
|
|
87
87
|
lint_roller (~> 1.1)
|
|
88
88
|
rubocop (>= 1.72.1)
|
|
89
|
-
rubocop-rspec (3.
|
|
89
|
+
rubocop-rspec (3.10.1)
|
|
90
90
|
lint_roller (~> 1.1)
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
regexp_parser (>= 2.0)
|
|
92
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
93
|
+
rubocop-yard (1.2.0)
|
|
93
94
|
lint_roller
|
|
94
95
|
rubocop (~> 1.72)
|
|
95
96
|
yard
|
|
@@ -97,11 +98,11 @@ GEM
|
|
|
97
98
|
unicode-display_width (3.2.0)
|
|
98
99
|
unicode-emoji (~> 4.1)
|
|
99
100
|
unicode-emoji (4.2.0)
|
|
100
|
-
webmock (3.26.
|
|
101
|
+
webmock (3.26.2)
|
|
101
102
|
addressable (>= 2.8.0)
|
|
102
103
|
crack (>= 0.3.2)
|
|
103
104
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
104
|
-
yard (0.9.
|
|
105
|
+
yard (0.9.44)
|
|
105
106
|
|
|
106
107
|
PLATFORMS
|
|
107
108
|
ruby
|
|
@@ -109,14 +110,14 @@ PLATFORMS
|
|
|
109
110
|
|
|
110
111
|
DEPENDENCIES
|
|
111
112
|
dotenv (= 3.2.0)
|
|
112
|
-
rake (~> 13.
|
|
113
|
+
rake (~> 13.4)
|
|
113
114
|
redcarpet (~> 3.6)
|
|
114
115
|
rspec (~> 3.0)
|
|
115
|
-
rubocop (~> 1.
|
|
116
|
+
rubocop (~> 1.87)
|
|
116
117
|
rubocop-rake
|
|
117
118
|
rubocop-rspec
|
|
118
119
|
rubocop-yard
|
|
119
|
-
webmock (~> 3.
|
|
120
|
+
webmock (~> 3.26)
|
|
120
121
|
wikidata_adaptor!
|
|
121
122
|
yard (~> 0.9)
|
|
122
123
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wikidata_adaptor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Huw Diprose
|
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
|
-
rubygems_version: 4.0.
|
|
103
|
+
rubygems_version: 4.0.10
|
|
104
104
|
specification_version: 4
|
|
105
105
|
summary: An API wrapper to interact with Wikidata and Wikibase APIs
|
|
106
106
|
test_files: []
|