Skip to content

Commit 49c1f22

Browse files
authored
Merge pull request #4 from Shopify/atesgoral/fix-repo-url
Fix repo URL
2 parents c543233 + 4952f52 commit 49c1f22

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Fix repo URL!
4+
35
# 0.1.0
46

57
Initial release

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you're stuck, ask questions!
1616

1717
## How to contribute
1818

19-
1. Fork it ( https://github.com/Shopify/json_rpc_handler/fork )
19+
1. Fork it ( https://github.com/Shopify/json-rpc-handler/fork )
2020
2. Create your feature branch (`git checkout -b my-new-feature`)
2121
3. Commit your changes (`git commit -am 'Add some feature'`)
2222
4. Push to the branch (`git push origin my-new-feature`)

json_rpc_handler.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Gem::Specification.new do |spec|
1313
spec.email = ['ates.goral@shopify.com']
1414

1515
spec.summary = 'A spec-compliant JSON-RPC 2.0 handler'
16-
spec.homepage = 'https://github.com/Shopify/json_rpc_handler'
16+
spec.homepage = 'https://github.com/Shopify/json-rpc-handler'
1717
spec.license = 'MIT'
1818

1919
spec.required_ruby_version = '>= 3.1.0'
2020
spec.required_rubygems_version = '>= 1.3.7'
2121

2222
spec.metadata = {
23-
'bug_tracker_uri' => 'https://github.com/Shopify/json_rpc_handler/issues',
24-
'changelog_uri' => 'https://github.com/Shopify/json_rpc_handler/blob/main/CHANGELOG.md',
25-
'source_code_uri' => 'https://github.com/Shopify/json_rpc_handler',
23+
'bug_tracker_uri' => 'https://github.com/Shopify/json-rpc-handler/issues',
24+
'changelog_uri' => 'https://github.com/Shopify/json-rpc-handler/blob/main/CHANGELOG.md',
25+
'source_code_uri' => 'https://github.com/Shopify/json-rpc-handler',
2626
'allowed_push_host' => 'https://rubygems.org',
2727
'rubygems_mfa_required' => 'true'
2828
}

0 commit comments

Comments
 (0)