Sha256: a1f6be1a7c15b047126c7244128c83aafb09ea0b8503a4198372db656e02adfb
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'verified/version' Gem::Specification.new do |spec| spec.name = "verified" spec.version = Verified::VERSION spec.authors = ["Ruby"] spec.email = ["hi@ruby.sh"] spec.summary = "NO LONGER SUPPORTED, CHECK THE GITHUB - Really simple passport, drivers license and other identification parsing and verification." spec.description = "CHECK GITHUB - THIS GEM WILL NO LONGER BE UPDATED - a simple gem to verify and parse MRZ codes and numbers on passports and UK drivers licenses. Useful if you need to comply with KYC or Money Laundering ID checks." spec.homepage = "http://github.com/rubymeow/verified" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
verified-1.3.3 | verified.gemspec |