We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b217 commit d699016Copy full SHA for d699016
ext/h3/src
h3.gemspec
@@ -5,9 +5,9 @@ Gem::Specification.new do |spec|
5
spec.version = H3::VERSION
6
spec.licenses = ["MIT"]
7
spec.summary = "C Bindings for Uber's H3 library"
8
- spec.homepage = "https://github.com/StuartApp/h3_ruby"
9
- spec.authors = ["Lachlan Laycock", "Sean Handley"]
10
- spec.email = "l.laycock@stuart.com"
+ spec.homepage = "https://github.com/seanhandley/h3_ruby"
+ spec.authors = ["Sean Handley", "Xavier Noria", "Lachlan Laycock"]
+ spec.email = "sean.handley@gmail.com"
11
12
spec.required_ruby_version = ">= 2.5"
13
spec.files = `git ls-files --recurse-submodules`.split("\n")
0 commit comments