ldclient-rb.gemspec in ldclient-rb-5.5.5 vs ldclient-rb.gemspec in ldclient-rb-5.5.6
- old
+ new
@@ -10,10 +10,10 @@
spec.version = LaunchDarkly::VERSION
spec.authors = ["LaunchDarkly"]
spec.email = ["team@launchdarkly.com"]
spec.summary = "LaunchDarkly SDK for Ruby"
spec.description = "Official LaunchDarkly SDK for Ruby"
- spec.homepage = "https://github.com/launchdarkly/ruby-client"
+ spec.homepage = "https://github.com/launchdarkly/ruby-server-sdk"
spec.license = "Apache-2.0"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})