From 8a7a5b187c49a0feb353922d8dc3bddf4579a09b Mon Sep 17 00:00:00 2001 From: Wilson Bilkovich Date: Thu, 28 Jun 2018 13:25:16 -0400 Subject: [PATCH 1/3] Update to Ruby 2.4.4 and set homepage URL. --- .ruby-version | 2 +- codeclimate-services.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index b1b25a5..79a6144 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.2 +2.4.4 diff --git a/codeclimate-services.gemspec b/codeclimate-services.gemspec index 1aa7c4d..1a8bd0e 100644 --- a/codeclimate-services.gemspec +++ b/codeclimate-services.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["bryan@brynary.com"] spec.summary = "Service classes for Code Climate" spec.description = "Service classes for Code Climate" - spec.homepage = "" + spec.homepage = "https://developer.codeclimate.com/" spec.license = "MIT" spec.files = `git ls-files`.split($/) From e6025c2897896ed2df3121ac0ff31e597b2bce33 Mon Sep 17 00:00:00 2001 From: Wilson Bilkovich Date: Thu, 5 Jul 2018 14:11:00 -0400 Subject: [PATCH 2/3] Use the main site as homepage, not the API docs site. --- codeclimate-services.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeclimate-services.gemspec b/codeclimate-services.gemspec index 1a8bd0e..b2d44b4 100644 --- a/codeclimate-services.gemspec +++ b/codeclimate-services.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["bryan@brynary.com"] spec.summary = "Service classes for Code Climate" spec.description = "Service classes for Code Climate" - spec.homepage = "https://developer.codeclimate.com/" + spec.homepage = "https://codeclimate.com/" spec.license = "MIT" spec.files = `git ls-files`.split($/) From d6a88bd699ba7366c89c4cf8244d82e987b50833 Mon Sep 17 00:00:00 2001 From: Wilson Bilkovich Date: Thu, 5 Jul 2018 14:51:09 -0400 Subject: [PATCH 3/3] Re-trigger test coverage calculation.