Skip to content

Commit d699016

Browse files
committed
Update gemspec
1 parent 521b217 commit d699016

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/h3/src

Submodule src updated 294 files

h3.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Gem::Specification.new do |spec|
55
spec.version = H3::VERSION
66
spec.licenses = ["MIT"]
77
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"
8+
spec.homepage = "https://github.com/seanhandley/h3_ruby"
9+
spec.authors = ["Sean Handley", "Xavier Noria", "Lachlan Laycock"]
10+
spec.email = "sean.handley@gmail.com"
1111

1212
spec.required_ruby_version = ">= 2.5"
1313
spec.files = `git ls-files --recurse-submodules`.split("\n")

0 commit comments

Comments
 (0)