wikipaddle_api 1.0.3 → 1.0.5
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/wikipaddle_api/version.rb +1 -1
- metadata +7 -8
- data/Gemfile.lock +0 -69
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 650900a79fa0e63e0a47fd7be4ac87f67c027759c10d6c1bac7a3d72cf9c0a9d
|
4
|
+
data.tar.gz: e09f6bae477da310a77ae9e8ca96f19c1c31ab8d114d3eb8f1d08e8e67285581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cd15d1cd370e1e4065ad3c94a501b5df171e326b9bfe576d9d9c0c65ab015ffa268ba49c91814a7faed47ac1778c28c10fe21f144599876efaf621a2d527cb2
|
7
|
+
data.tar.gz: 8dc964962b5c993e291d1a8fde9af8edce80f22b4e744bbe031672aaafed8a501340bd789e215828c19782a2ea738b67c20312c5893e239361f7832427c505d1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wikipaddle_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- George Drummond
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- georgedrummond@gmail.com
|
44
44
|
executables: []
|
@@ -48,7 +48,6 @@ files:
|
|
48
48
|
- ".rspec"
|
49
49
|
- ".rubocop.yml"
|
50
50
|
- Gemfile
|
51
|
-
- Gemfile.lock
|
52
51
|
- LICENSE
|
53
52
|
- README.md
|
54
53
|
- Rakefile
|
@@ -62,7 +61,7 @@ homepage: https://github.com/wikipaddle/protobuf
|
|
62
61
|
licenses: []
|
63
62
|
metadata:
|
64
63
|
homepage_uri: https://github.com/wikipaddle/protobuf
|
65
|
-
post_install_message:
|
64
|
+
post_install_message:
|
66
65
|
rdoc_options: []
|
67
66
|
require_paths:
|
68
67
|
- lib
|
@@ -77,8 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
76
|
- !ruby/object:Gem::Version
|
78
77
|
version: '0'
|
79
78
|
requirements: []
|
80
|
-
rubygems_version: 3.
|
81
|
-
signing_key:
|
79
|
+
rubygems_version: 3.2.33
|
80
|
+
signing_key:
|
82
81
|
specification_version: 4
|
83
82
|
summary: Protobuf client and server for the Wikipaddle API
|
84
83
|
test_files: []
|
data/Gemfile.lock
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
wikipaddle_api (0.1.0)
|
5
|
-
rack
|
6
|
-
twirp
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
ast (2.4.2)
|
12
|
-
diff-lcs (1.5.0)
|
13
|
-
faraday (2.7.4)
|
14
|
-
faraday-net_http (>= 2.0, < 3.1)
|
15
|
-
ruby2_keywords (>= 0.0.4)
|
16
|
-
faraday-net_http (3.0.2)
|
17
|
-
google-protobuf (3.22.2-x86_64-darwin)
|
18
|
-
json (2.6.3)
|
19
|
-
parallel (1.22.1)
|
20
|
-
parser (3.2.2.0)
|
21
|
-
ast (~> 2.4.1)
|
22
|
-
rack (3.0.7)
|
23
|
-
rainbow (3.1.1)
|
24
|
-
rake (13.0.6)
|
25
|
-
regexp_parser (2.7.0)
|
26
|
-
rexml (3.2.5)
|
27
|
-
rspec (3.12.0)
|
28
|
-
rspec-core (~> 3.12.0)
|
29
|
-
rspec-expectations (~> 3.12.0)
|
30
|
-
rspec-mocks (~> 3.12.0)
|
31
|
-
rspec-core (3.12.1)
|
32
|
-
rspec-support (~> 3.12.0)
|
33
|
-
rspec-expectations (3.12.2)
|
34
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.12.0)
|
36
|
-
rspec-mocks (3.12.5)
|
37
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
-
rspec-support (~> 3.12.0)
|
39
|
-
rspec-support (3.12.0)
|
40
|
-
rubocop (1.49.0)
|
41
|
-
json (~> 2.3)
|
42
|
-
parallel (~> 1.10)
|
43
|
-
parser (>= 3.2.0.0)
|
44
|
-
rainbow (>= 2.2.2, < 4.0)
|
45
|
-
regexp_parser (>= 1.8, < 3.0)
|
46
|
-
rexml (>= 3.2.5, < 4.0)
|
47
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
48
|
-
ruby-progressbar (~> 1.7)
|
49
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
50
|
-
rubocop-ast (1.28.0)
|
51
|
-
parser (>= 3.2.1.0)
|
52
|
-
ruby-progressbar (1.13.0)
|
53
|
-
ruby2_keywords (0.0.5)
|
54
|
-
twirp (1.10.0)
|
55
|
-
faraday (< 3)
|
56
|
-
google-protobuf (~> 3.0, >= 3.7.0)
|
57
|
-
unicode-display_width (2.4.2)
|
58
|
-
|
59
|
-
PLATFORMS
|
60
|
-
x86_64-darwin-22
|
61
|
-
|
62
|
-
DEPENDENCIES
|
63
|
-
rake (~> 13.0)
|
64
|
-
rspec (~> 3.0)
|
65
|
-
rubocop (~> 1.21)
|
66
|
-
wikipaddle_api!
|
67
|
-
|
68
|
-
BUNDLED WITH
|
69
|
-
2.4.6
|