deathbycaptcha 5.0.4 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/deathbycaptcha.gemspec +6 -2
- data/lib/deathbycaptcha/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c08aa72d280a8c0849735ba8b6e69cd755f51fee
|
|
4
|
+
data.tar.gz: c3e83f7d34fe105668c9eb85a5d5e0269dbec77c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03b9e78a451f67074d94808132ce7de0982fc2a6d1ce2bc7011e4589bcf6f31d91e63f0a55adea4401bbe672ef636e29b933fbb5c666d2fde4c446bc56a3c1a1
|
|
7
|
+
data.tar.gz: 70ba966a1fdfae5748b24bdb41d7c0ae73dfb1b058b0c5c115e97b5ec841f6c91ff631b17fec862599092a3a50d9bb0cc619e82142a27b827e7b0d997276d7a5
|
data/deathbycaptcha.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'deathbycaptcha/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "deathbycaptcha"
|
|
8
8
|
spec.version = DeathByCaptcha::VERSION
|
|
9
|
-
spec.authors = ["
|
|
9
|
+
spec.authors = ["Rafael Barbolo, Rafael Ivan Garcia"]
|
|
10
10
|
spec.email = ["team@infosimples.com.br"]
|
|
11
11
|
spec.summary = %q{Ruby API for DeathByCaptcha (Captcha Solver as a Service)}
|
|
12
12
|
spec.description = %q{DeathByCaptcha allows you to solve captchas with manual labor}
|
|
@@ -14,7 +14,11 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
# Since our currently binstubs are used only during the gem's development, we
|
|
19
|
+
# are ignoring them in the gem specification.
|
|
20
|
+
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
21
|
+
|
|
18
22
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
23
|
spec.require_paths = ["lib"]
|
|
20
24
|
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deathbycaptcha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Rafael Barbolo, Rafael Ivan Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -55,9 +55,7 @@ dependencies:
|
|
|
55
55
|
description: DeathByCaptcha allows you to solve captchas with manual labor
|
|
56
56
|
email:
|
|
57
57
|
- team@infosimples.com.br
|
|
58
|
-
executables:
|
|
59
|
-
- console
|
|
60
|
-
- setup
|
|
58
|
+
executables: []
|
|
61
59
|
extensions: []
|
|
62
60
|
extra_rdoc_files: []
|
|
63
61
|
files:
|