deathbycaptcha 5.0.4 → 5.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6ef707ded08cf2e5826a2ff2310e1d6a884f308
4
- data.tar.gz: 362f504f17b6b1b51ca90ec0e1a172fee7357017
3
+ metadata.gz: c08aa72d280a8c0849735ba8b6e69cd755f51fee
4
+ data.tar.gz: c3e83f7d34fe105668c9eb85a5d5e0269dbec77c
5
5
  SHA512:
6
- metadata.gz: 3b9136e1d4ad73486ab74dd6706701e96e66905a44c0e5e206a3b0bd0c29261e4747ac50e4d4155fcfd78cdfab81d7baf707805656cc856764adfed970f44c21
7
- data.tar.gz: 041bdb89d9c817dcef99820a4ccfe2f70fc566a93e970a4cb8bfc9b893991b44612c6d578fac3ce30f9385cf7dfc6550aa535830d4d7a05b546415b62415ba82
6
+ metadata.gz: 03b9e78a451f67074d94808132ce7de0982fc2a6d1ce2bc7011e4589bcf6f31d91e63f0a55adea4401bbe672ef636e29b933fbb5c666d2fde4c446bc56a3c1a1
7
+ data.tar.gz: 70ba966a1fdfae5748b24bdb41d7c0ae73dfb1b058b0c5c115e97b5ec841f6c91ff631b17fec862599092a3a50d9bb0cc619e82142a27b827e7b0d997276d7a5
@@ -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 = ["Débora Setton Fernandes, Marcelo Mita, Rafael Barbolo, Rafael Ivan Garcia"]
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
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
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
 
@@ -1,4 +1,4 @@
1
1
  module DeathByCaptcha
2
- VERSION = "5.0.4"
2
+ VERSION = "5.0.5"
3
3
  API_VERSION = "DBC/Ruby v#{VERSION}"
4
4
  end
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
4
+ version: 5.0.5
5
5
  platform: ruby
6
6
  authors:
7
- - Débora Setton Fernandes, Marcelo Mita, Rafael Barbolo, Rafael Ivan Garcia
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: