From 426fec67ea62284a4f9071552c48b90f4b389388 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Wed, 14 Aug 2019 15:36:41 -0400 Subject: [PATCH] Create gem-push.properties.json --- ci/properties/gem-push.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/properties/gem-push.properties.json diff --git a/ci/properties/gem-push.properties.json b/ci/properties/gem-push.properties.json new file mode 100644 index 0000000000..1d2d586226 --- /dev/null +++ b/ci/properties/gem-push.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Ruby Gem", + "description": "Pushes a Ruby Gem to RubyGems.org and GitHub Package Registry.", + "iconName": "ruby-gems", + "categories": ["Ruby", "SDLC"] +}