From c15086db26aac8906d649b7e2f070f54b1f75a6c Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Wed, 14 Aug 2019 15:14:11 -0700 Subject: [PATCH] Shorten gems description --- ci/properties/gem-push.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/gem-push.properties.json b/ci/properties/gem-push.properties.json index 1d2d586..c54e7b5 100644 --- a/ci/properties/gem-push.properties.json +++ b/ci/properties/gem-push.properties.json @@ -1,6 +1,6 @@ { "name": "Ruby Gem", - "description": "Pushes a Ruby Gem to RubyGems.org and GitHub Package Registry.", + "description": "Pushes a Ruby Gem to RubyGems and GitHub Package Registry.", "iconName": "ruby-gems", "categories": ["Ruby", "SDLC"] }