json_rpc_handler 0.1.0 → 0.1.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/README.md +3 -0
- data/lib/json_rpc_handler/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab4cc44acf0af5fa1885988333068a9a29a92ad7dde26eac57c00316b912daa
|
4
|
+
data.tar.gz: 3f0f50c63f60a9af530e3be78457f0918a1faadc1b30759e644e788bb12ced9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f543d5ca5285ce9668de5a5b6b6475fbe4c38e5cba05468ab7f40a8e24d0a8814ed3e44db47780630e56003c3c6c3347d6bb7b8c3cf80745f93109dff28bf95
|
7
|
+
data.tar.gz: 7869a59c90ab1a6372817058277e1a1bfcb081bfd7fce2dbb2a9488aab4e5d0dd76c149def372be9d52d6d12dd2513f3e902254f14996a967e7b16b9926297f6
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# json_rpc_handler
|
2
2
|
|
3
|
+
[](https://rubygems.org/gems/json_rpc_handler)
|
4
|
+
[](https://github.com/Shopify/json-rpc-handler/actions/workflows/ci.yml)
|
5
|
+
|
3
6
|
A lightweight, fully spec-compliant [JSON-RPC 2.0][1] handler.
|
4
7
|
|
5
8
|
It only deals with the parsing and handling of JSON-RPC requests, producing
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_rpc_handler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ates Goral
|
@@ -20,13 +20,13 @@ files:
|
|
20
20
|
- README.md
|
21
21
|
- lib/json_rpc_handler.rb
|
22
22
|
- lib/json_rpc_handler/version.rb
|
23
|
-
homepage: https://github.com/Shopify/
|
23
|
+
homepage: https://github.com/Shopify/json-rpc-handler
|
24
24
|
licenses:
|
25
25
|
- MIT
|
26
26
|
metadata:
|
27
|
-
bug_tracker_uri: https://github.com/Shopify/
|
28
|
-
changelog_uri: https://github.com/Shopify/
|
29
|
-
source_code_uri: https://github.com/Shopify/
|
27
|
+
bug_tracker_uri: https://github.com/Shopify/json-rpc-handler/issues
|
28
|
+
changelog_uri: https://github.com/Shopify/json-rpc-handler/blob/main/CHANGELOG.md
|
29
|
+
source_code_uri: https://github.com/Shopify/json-rpc-handler
|
30
30
|
allowed_push_host: https://rubygems.org
|
31
31
|
rubygems_mfa_required: 'true'
|
32
32
|
rdoc_options: []
|