From 21bc4ad6a7d712c31aebd8e22b6094c991d38d5f Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Wed, 30 Sep 2015 14:14:42 -0700 Subject: [PATCH] Update the gem's homepage to point to github instead --- ldclient-rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient-rb.gemspec b/ldclient-rb.gemspec index 3e68e36b..182e4483 100644 --- a/ldclient-rb.gemspec +++ b/ldclient-rb.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["team@launchdarkly.com"] spec.summary = %q{LaunchDarkly SDK for Ruby} spec.description = %q{Official LaunchDarkly SDK for Ruby} - spec.homepage = "https://rubygems.org/gems/ldclient-rb" + spec.homepage = "https://github.com/launchdarkly/ruby-client" spec.license = "Apache 2.0" spec.files = `git ls-files -z`.split("\x0")