Sha256: ab3854aa7e616944fed838cf2dbb430a4db11dbce515d38510a7fed29f24a926
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "anti_captcha/version" Gem::Specification.new do |spec| spec.name = "anti_captcha" spec.version = AntiCaptcha::VERSION spec.authors = ["Infosimples"] spec.email = ["team@infosimples.com.br"] spec.summary = %q{Ruby API for Anti Captcha (CAPTCHA Solver as a Service)} spec.description = %q{Anti Captcha is an automated CAPTCHA solving service} spec.homepage = "https://github.com/infosimples/anti_captcha" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anti_captcha-2.2.1 | anti_captcha.gemspec |