Sha256: dc3e7ff182ea4bdea72c8f461fbf77180b8e7eca4622376d73b5ce3c402ff5b3

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

# -*- encoding: utf-8 -*-

=begin
#Onfido API v3.6

#The Onfido API (v3.6)

The version of the OpenAPI document: v3.6

Generated by: https://openapi-generator.tech
Generator version: 7.6.0

=end

$:.push File.expand_path("../lib", __FILE__)
require "onfido/version"

Gem::Specification.new do |s|
  s.name        = "onfido"
  s.version     = Onfido::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["OpenAPI-Generator"]
  s.email       = [""]
  s.homepage    = "https://github.com/onfido/onfido-ruby"
  s.summary     = "The official Ruby library for integrating with the Onfido API."
  s.description = "Ruby Library for the Onfido API"
  s.license     = "MIT"
  s.required_ruby_version = ">= 2.7"
  s.metadata    = {}

  s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
  s.add_runtime_dependency 'faraday-multipart'
  s.add_runtime_dependency 'marcel'
  s.add_runtime_dependency 'openssl'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
  s.add_development_dependency 'rspec-its', '~> 1.2'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
onfido-3.3.0 onfido.gemspec
onfido-3.2.0 onfido.gemspec
onfido-3.1.0 onfido.gemspec
onfido-3.0.0 onfido.gemspec