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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e714ed8007b1495db68aef79e5a649c63b8209e1b7600c405f8611ecadd16bd
4
- data.tar.gz: 3b27a986d66f12f2919e8439b3e645e3c3b2e7136d5175e11f9c1e498f07b28c
3
+ metadata.gz: 4ab4cc44acf0af5fa1885988333068a9a29a92ad7dde26eac57c00316b912daa
4
+ data.tar.gz: 3f0f50c63f60a9af530e3be78457f0918a1faadc1b30759e644e788bb12ced9a
5
5
  SHA512:
6
- metadata.gz: d385890032cb7d7bb6791292aa42392dbad2d320904364c3651a55f0c6f99a396200d481c72d30d7b29786ac6f456a9d33a4a5dcd66bce0b4768b0171eba16b8
7
- data.tar.gz: 25034b8fe5653f04e692fd555323e61ac44af0b7e90eab7c2ef6947288e89fb37ac874b177980d4c76ee143c64be08056f0317cdb94a128d7b3b96d2c5781a9f
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
+ [![Gem (including prereleases)](https://img.shields.io/gem/v/json_rpc_handler?0.1.1)](https://rubygems.org/gems/json_rpc_handler)
4
+ [![CI](https://github.com/Shopify/json-rpc-handler/actions/workflows/ci.yml/badge.svg)](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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonRpcHandler
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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/json_rpc_handler
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/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
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: []