wikidata-client 0.1.0.pre.rc1 → 0.1.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/lib/wikidata/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99ed667c67f5aaa2b544d66d6cb24681fae18058c0e91a25c4ee90ac09133afc
|
|
4
|
+
data.tar.gz: 988c2a021af6dee4d5b68c567129dd4716efc774bc697ad00346ffebe5d96517
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a248964bcfb80a8d3f3cbfb24bc1c79d1dd8631177b3a88a4982fc89d49b85cd302ef1abab5e257f2db3dcf62b2c1b6b33b46a17024beb65229cda0aac200d
|
|
7
|
+
data.tar.gz: 521f7cadc402a5f28ae01d4b89104145c16d8ca1832560f3233da17e55f30eb2c0ff89c9a3b05f99fea5221ce5b1c061c325777750469f5407df17ec91954613
|
data/lib/wikidata/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wikidata-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kévin Lacointe
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '3.14'
|
|
139
|
-
description:
|
|
139
|
+
description:
|
|
140
140
|
email: kevinlacointe@gmail.com
|
|
141
141
|
executables: []
|
|
142
142
|
extensions: []
|
|
@@ -212,7 +212,7 @@ homepage: https://github.com/klacointe/wikidata-client
|
|
|
212
212
|
licenses:
|
|
213
213
|
- MIT
|
|
214
214
|
metadata: {}
|
|
215
|
-
post_install_message:
|
|
215
|
+
post_install_message:
|
|
216
216
|
rdoc_options: []
|
|
217
217
|
require_paths:
|
|
218
218
|
- lib
|
|
@@ -223,12 +223,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
version: '0'
|
|
224
224
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
225
|
requirements:
|
|
226
|
-
- - "
|
|
226
|
+
- - ">="
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version:
|
|
228
|
+
version: '0'
|
|
229
229
|
requirements: []
|
|
230
|
-
rubygems_version: 3.
|
|
231
|
-
signing_key:
|
|
230
|
+
rubygems_version: 3.2.33
|
|
231
|
+
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: Wikidata API client
|
|
234
234
|
test_files:
|