From a927aa2f3740106bbd3a3063b5b2e3f922ed58b8 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Mon, 24 Jun 2024 16:57:00 +0300 Subject: [PATCH] Use simpler terminology --- telebugs.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telebugs.gemspec b/telebugs.gemspec index 88e8ce4..ade19c7 100644 --- a/telebugs.gemspec +++ b/telebugs.gemspec @@ -8,10 +8,10 @@ Gem::Specification.new do |spec| spec.authors = ["Kyrylo Silin"] spec.email = ["help@telebugs.com"] - spec.summary = "Report errors to Telebugs with the offical Ruby SDK" + spec.summary = "Report errors to Telebugs with the offical library for Ruby." spec.description = <<~DESC - Telebugs Ruby is an SDK for Telebugs (https://telebugs.com/), a simple error monitoring tool for developers. With - Telebugs, you can track production errors in real-time and report them to Telegram. + Telebugs for Ruby is an error reporting library for Telebugs (https://telebugs.com/), a simple error monitoring tool + for developers. With Telebugs, you can track production errors in real-time and report them to Telegram. DESC spec.homepage = "https://telebugs.com"