We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe03749 commit c7d8a83Copy full SHA for c7d8a83
binary_search.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
11
spec.summary = 'Binary search list implemented in ruby using red-black self-balancing tree'
12
spec.description = 'Binary search list implemented in ruby using red-black self-balancing tree'
13
- spec.homepage = 'https://github.com/sebyx07/binary_search'
+ spec.homepage = 'https://github.com/sebyx07/ruby-binary-search'
14
spec.license = 'MIT'
15
spec.required_ruby_version = '>= 3.0.0'
16
0 commit comments