0.05
Low commit activity in last 3 years
No release in over a year
Checkr - Background check platform for the New World of Work. See https://docs.checkr.com for details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.5.2
~> 0.13.2
~> 3.4.0
= 12.3.3

Runtime

>= 1.8.1
 Project Readme

Checkr Ruby bindings Build Status Code Climate

Installation

You don't need this source code unless you want to modify the gem. If you just want to use the Checkr Ruby bindings, you should run:

gem install checkr-official

If you want to build the gem from source:

gem build checkr-official.gemspec

If you want to include the gem in IRB you will need to require checkr. This naming will hopefully be cleared up if we are given ownership of the checkr gem on rubygems.

require 'checkr'

Bundler

If you are installing via bundler, you should be sure to use the https rubygems source in your Gemfile, as any gems fetched over http could potentially be compromised.

source 'https://rubygems.org'

gem 'rails'
gem 'checkr-official'

Development

Test cases can be run with: bundle exec rake test

Test Rake Task

To hit the API with some test calls run:

bundle exec rake test_api["sk_test_api_key"]