We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f50c1 commit 1950e4eCopy full SHA for 1950e4e
1 file changed
node_info.gemspec
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
spec.name = 'node_info'
5
spec.version = NodeInfo::VERSION
6
spec.authors = ['Shane Becker']
7
- spec.email = ['veganstraightedge@gmail.com ']
+ spec.email = ['veganstraightedge@gmail.com']
8
spec.homepage = 'https://github.com/xoengineering/node_info'
9
10
spec.summary = 'NodeInfo protocol client and server implementation'
@@ -15,7 +15,6 @@ Gem::Specification.new do |spec|
15
16
spec.license = 'MIT'
17
18
- spec.metadata['homepage_uri'] = spec.homepage
19
spec.metadata['source_code_uri'] = spec.homepage
20
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
21
0 commit comments