Rename the master branch references to main
This commit is contained in:
parent
9a14515efe
commit
cc62c9f226
@ -1,7 +1,7 @@
|
|||||||
# Nostr
|
# Nostr
|
||||||
|
|
||||||
[](https://badge.fury.io/rb/nostr)
|
[](https://badge.fury.io/rb/nostr)
|
||||||
[](http://inch-ci.org/github/wilsonsilva/nostr)
|
[](http://inch-ci.org/github/wilsonsilva/nostr)
|
||||||
|
|
||||||
Nostr client. Please note that the API is likely to change as the gem is still in development and has not yet reached a
|
Nostr client. Please note that the API is likely to change as the gem is still in development and has not yet reached a
|
||||||
stable release. Use with caution.
|
stable release. Use with caution.
|
||||||
|
@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.metadata['homepage_uri'] = spec.homepage
|
spec.metadata['homepage_uri'] = spec.homepage
|
||||||
spec.metadata['source_code_uri'] = 'https://github.com/wilsonsilva/nostr'
|
spec.metadata['source_code_uri'] = 'https://github.com/wilsonsilva/nostr'
|
||||||
spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/nostr/blob/master/CHANGELOG.md'
|
spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/nostr/blob/main/CHANGELOG.md'
|
||||||
|
|
||||||
# Specify which files should be added to the gem when it is released.
|
# Specify which files should be added to the gem when it is released.
|
||||||
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user