Sha256: 78fa4142779c2617c28a4ee0eef534000e4b75fce1eda7cd016dce6893d5cffb

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

$:.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'checkr/version'

Gem::Specification.new do |s|
  s.name = 'checkr-official'
  s.summary = 'Ruby bindings for Checkr API'
  s.description = 'Checkr - Automated background screenings and driving records. See https://checkr.com/ for details.'
  s.homepage = 'https://checkr.com/'
  s.authors = ['Jon Calhoun']
  s.email = ['joncalhoun@gmail.com']
  s.version = Checkr::VERSION

  s.required_ruby_version = '>= 1.9.3'

  s.add_dependency('rest-client', '>= 1.4')
  s.add_dependency('json', '>= 1.8.1')

  s.add_development_dependency('mocha', '~> 0.13.2')
  s.add_development_dependency('shoulda', '~> 3.4.0')
  s.add_development_dependency('activesupport', '~> 4.2.6')
  s.add_development_dependency('bump', '0.5.2')
  s.add_development_dependency('rake', '10.4.2')
  s.add_development_dependency('test-unit')

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
checkr-official-1.5.1 checkr-official.gemspec
checkr-official-1.5.0 checkr-official.gemspec
checkr-official-1.4.0 checkr-official.gemspec
checkr-official-1.3.1 checkr-official.gemspec
checkr-official-1.2.1 checkr-official.gemspec
checkr-official-1.2.0 checkr-official.gemspec
checkr-official-1.1.2 checkr-official.gemspec