From ab494ae2c00c22f65cba404edab510625eea59cc Mon Sep 17 00:00:00 2001 From: vrybas Date: Thu, 29 Jun 2023 06:57:26 +0200 Subject: [PATCH] [REACH-556] Deprecate this gem --- README.md | 6 ++++++ create_api_gem.gemspec | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9471309..99cfe26 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ [![Build Status](https://travis-ci.com/Typeform/create-api-gem.svg?branch=master)](https://travis-ci.com/Typeform/create-api-gem) +---------- + +### (WARNING: THIS GEM HAS BEEN DEPRECATED) + +---------- + Welcome to the Create API Gem! This gem provides a way of interacting with [Typeforms Create API](https://developer.typeform.com/create/) if you are programming in Ruby. We have created object representations of forms, themes, images, and workspaces so you can programmatically create all of the afore mentioned using Ruby nice and easily. Also you'll find all the requests needed to perform CRUD operations on each of these entities. ## Getting Started diff --git a/create_api_gem.gemspec b/create_api_gem.gemspec index 0864774..32c5c71 100644 --- a/create_api_gem.gemspec +++ b/create_api_gem.gemspec @@ -27,6 +27,7 @@ Gem::Specification.new do |spec| spec.summary = 'Typeform Create API Gem' spec.description = 'Ruby gem for using the Typeform Create API' + spec.post_install_message = "WARNING: This gem has been deprecated." # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host.