Sha256: 5ad74f0a3abe5d248e7c384d98e290a7d9d797a4a57479db2f1fecd414da5e95

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 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", ">= 2.2.33"
  spec.add_development_dependency "rake", "~> 12.3.3"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anti_captcha-2.6.1 anti_captcha.gemspec
anti_captcha-2.6.0 anti_captcha.gemspec
anti_captcha-2.5.0 anti_captcha.gemspec
anti_captcha-2.4.0 anti_captcha.gemspec