From 917b401b7cc594e3246e82fb97962941bc5aa4a3 Mon Sep 17 00:00:00 2001 From: Jonathan Perichon Date: Thu, 25 Jan 2018 10:33:56 -0800 Subject: [PATCH] Add deprecation notes --- README.md | 5 ++++- checkr.gemspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f1181b..3335e8f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Checkr +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) + +# DEPRECATED +This is no longer supported, please use the [official gem](https://github.com/checkr/checkr-ruby) instead. Ruby wrapper for checkr.io API (https://checkr.io/docs) diff --git a/checkr.gemspec b/checkr.gemspec index fe89823..9b6235c 100644 --- a/checkr.gemspec +++ b/checkr.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = ["Vijendra Rao"] spec.email = ["vijendrakarkala@gmail.com"] spec.summary = %q{checkr API Ruby wrapper} - spec.description = %q{checkr.io API wrapper: Automated background screenings and driving records} + spec.description = %q{[DEPRECATED] checkr.io API wrapper: Automated background screenings and driving records} spec.homepage = "https://github.com/vijendra/checkr" spec.license = "MIT"